Releases: maplibre/maplibre-react-native
Releases · maplibre/maplibre-react-native
v10.0.0-beta.2
v10.0.0-beta.1
10.0.0-beta.1 (2024-12-02)
Bug Fixes
- add @babel/plugin-transform-private-methods for jest (3a2188f)
- add generic expo config plugin to remove duplicate signature (#453) (2671381)
- allow MapView and Images to have no children (#521) (1e35bf6)
- allow resetting contentInset with 0 (#468) (1fe42c6)
- android example crashing on launch (#372) (aeef5c3)
- cleanup yarn setup (#463) (d9a4d30)
- corepack enable on publish workflow (2d13f33)
- correct types in MapView (#268) (0ea35c4)
- disable code signing for release builds (b3cf088)
- disable library code signing (22030dd)
- empty pbxproj and dwarf-with-dsym plugin config for EAS (#458) (0d54b46)
- expo-app should load library from workspace:. (016b44a)
- group dependabot commits by core, dev and example (#165) (b697978)
- keep @ts-ignore for headingIcon in library #476 (#477) (ef62454)
- make MarkerView props with defaults optional (#460) (185cf3e)
- plugin for debug simulator (#164) (06b23d4)
- remove AbortController test mock (#403) (698b558)
- round compass margins and attribution position to nearest integers [android] (#294) (c89c842)
- setMaxAnimationFps on null (#440) (2884256)
- style expressions (#466) (2202908)
- updated Mapbox callstack check for iOS custom headers to check for MapLibre instead (#461) (a6d6216)
- use UIManager exported from react-native (#511) (a4030b5)
- yarn implementation (#419) (39233b1)
Continuous Integration
Features
- align react and react-native versions for development (b92abfe)
- configure packages/examples (c4510c3)
- extract android UserLocation FPS (#428) (8c0abaa)
- make Camera pure (#471) (23ecf88)
- MapLibre Android SDK 11.5.0 (#455) (042b759)
- monorepo configuration (343e7ac)
- mv example packages/react-native-app (5c9d3d0)
- mv examples, styles, assets, utils and scenes to packages/examples (13600fe)
- packages/expo-app (c01abd5)
- setup build step (#504) (a017d64)
- shared dependencies through packages/examples (01a9586)
- support new arch through interop layer (#483) (951e9cf)
- update maplibre native version (#61) (25c418a)
- upgrade @turf to v7 and remove geo utils (#478) (a45fc55)
BREAKING CHANGES
- Upgrade native packages and migrate components
- Changes to
Camera
component- Removed
allowUpdates
prop - Removed
triggerKey
prop - Set default
animationMode
for controlledCamera
toCameraMode.None
- Removed
v10.0.0-alpha.29
What's Changed
- ci: improve workflows by @KiwiKilian in #513
- refactor: rename
RCTMLN
toMLRN
by @KiwiKilian in #519 - docs: reformat changelog by @KiwiKilian in #520
- fix: allow MapView and Images to have no children by @KiwiKilian in #521
- ci: fail on lint warnings by @KiwiKilian in #522
Full Changelog: 10.0.0-alpha.28...10.0.0-alpha.29
10.0.0-alpha.28
What's Changed
- feat: setup build step by @KiwiKilian in #504
Full Changelog: 10.0.0-alpha.27...10.0.0-alpha.28
10.0.0-alpha.27
What's Changed
- docs: cleanup by @KiwiKilian in #493
- fix: use UIManager exported from react-native by @KiwiKilian in #511
Full Changelog: 10.0.0-alpha.26...10.0.0-alpha.27
10.0.0-alpha.26
What's Changed
- docs: improve formatting by @KiwiKilian in #490
- chore: remove pre commit by @KiwiKilian in #491
- chore: upgrade Expo SDK 52 by @KiwiKilian in #489
Full Changelog: 10.0.0-alpha.25...10.0.0-alpha.26
10.0.0-alpha.25
What's Changed
- docs: update scripts to TypeScript by @KiwiKilian in #484
- feat: make Camera pure by @KiwiKilian in #471
Full Changelog: 10.0.0-alpha.24...10.0.0-alpha.25
10.0.0-alpha.24
What's Changed
- docs: fix table generation by @KiwiKilian in #479
- feat: support new arch through interop layer by @KiwiKilian in #483
Full Changelog: 10.0.0-alpha.23...10.0.0-alpha.24
10.0.0-alpha.23
What's Changed
- fix: empty pbxproj and dwarf-with-dsym plugin config for EAS by @tyrauber in #458
- docs: improve guides and branding by @KiwiKilian in #475
- chore: remove react native elements from examples by @KiwiKilian in #472
- chore: improve examples monorepo setup with reusable App by @KiwiKilian in #474
- feat: upgrade @Turf to v7 and remove geo utils by @KiwiKilian in #478
- fix: keep @ts-ignore for headingIcon in library #476 by @KiwiKilian in #477
Full Changelog: 10.0.0-alpha.22...10.0.0-alpha.23
10.0.0-alpha.22
What's Changed
- fix: allow resetting contentInset with 0 by @KiwiKilian in #468
- chore: eslint formatting and improve scripts by @KiwiKilian in #467
- refactor: switch many examples to TypeScript by @KiwiKilian in #469
- chore: configure jest to use with ts by @KiwiKilian in #470
Full Changelog: 10.0.0-alpha.21...10.0.0-alpha.22