Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make Camera pure #471

Merged
merged 29 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0dd1dda
chore: configure jest to use with ts
KiwiKilian Oct 21, 2024
6c99a95
feat: make Camera pure
KiwiKilian Oct 21, 2024
c10bf5f
chore: update Fit example for map style
KiwiKilian Oct 21, 2024
9f0566f
test: adapt Camera tests for pure rendering
KiwiKilian Oct 21, 2024
ffa55e7
docs: generate
KiwiKilian Oct 21, 2024
caca6ac
docs: improve Camera docs
KiwiKilian Oct 21, 2024
c18c4d8
Merge branch 'main' into feat/jest-typescript
KiwiKilian Oct 21, 2024
12d62df
Merge branch 'feat/jest-typescript' into feat/camera-refactor
KiwiKilian Oct 21, 2024
f334ec7
fix: _trackingModeToString return type warning
KiwiKilian Oct 24, 2024
2e03cd1
refactor: remove unused animationDuration and animationMode
KiwiKilian Oct 24, 2024
d9f05e0
fix: align CameraMode
KiwiKilian Oct 24, 2024
2f614a9
test: update test for aligned animation modes
KiwiKilian Oct 24, 2024
1cec06c
feat: remove allowUpdates from Camera
KiwiKilian Oct 24, 2024
3f67c53
Merge branch 'main' into feat/camera-refactor
KiwiKilian Oct 26, 2024
ce71bbe
Merge branch 'main' into feat/camera-refactor
KiwiKilian Oct 28, 2024
3bb0f36
Merge branch 'main' into feat/camera-refactor
KiwiKilian Oct 28, 2024
679b327
chore: improve FollowUserLocationRenderMode example with raster tiles
KiwiKilian Oct 29, 2024
d7e169d
fix: separate makeNativeStop to reduce rerendering
KiwiKilian Oct 29, 2024
2db437b
test: remove omits CameraStop with followUserLocation
KiwiKilian Nov 5, 2024
50aa4cc
docs: update imperative camera methods examples to ref
KiwiKilian Nov 5, 2024
161de55
fix: remove useCallbacks for refs
KiwiKilian Nov 5, 2024
a0537f8
docs: generate
KiwiKilian Nov 5, 2024
e2b11ff
docs: fix Camera docs
KiwiKilian Nov 5, 2024
3f47f35
chore: add changelog entry
KiwiKilian Nov 7, 2024
d0238f5
ci: try iPhone 16 Pro
KiwiKilian Nov 7, 2024
0590c46
ci: try iPhone 15
KiwiKilian Nov 7, 2024
0cf3e7a
Merge branch 'main' into feat/camera-refactor
KiwiKilian Nov 8, 2024
46c3fc1
Merge branch 'main' into feat/camera-refactor
KiwiKilian Nov 8, 2024
9259bbf
refactor: keep makeNativeCameraStop within Camera
KiwiKilian Nov 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PR Title ([#123](link to my pr))

```

feat: make Camera pure ([#471](https://github.com/maplibre/maplibre-react-native/pull/471))

## 10.0.0-alpha.24

feat: support new arch through interop layer ([#483](https://github.com/maplibre/maplibre-react-native/pull/483))
Expand Down
Loading