Releases: rnmapbox/maps
Releases · rnmapbox/maps
Release list
v10.3.3
What's Changed
- fix(Viewport): allow transitionTo without an explicit transition on iOS by @mfazekas in #4247
- docs: reproduce-before-you-fix instructions for contributors and AI agents by @mfazekas in #4254
- fix(offline): serialize tileRegionPacks access on main thread, keep OfflineManager alive until tasks complete by @mfazekas in #4253
- fix(ios): Image refresh by @patrik-majercik in #4249
New Contributors
- @patrik-majercik made their first contribution in #4249
Full Changelog: v10.3.2...v10.3.3
v10.3.2
What's Changed
- fix: issue with maxPitch MapView config setting not propagating to native components by @KijongHan in #4191
- Update style-spec to Mapbox Maps SDK 11.23.1 by @mfazekas in #4207
- Add minZoomLevel prop to ShapeSource by @mfazekas in #4208
- Add scaleBarUnits prop to MapView by @mfazekas in #4211
- fix: enable verbatimModuleSyntax in tsconfig.json by @mfazekas in #4218
- Update hasNoDataSoRefersToExisting logic for RNMBXRasterSource by @scharron in #4205
- fix(android): use getReactTag() for react-native >= 0.87 compatibility by @mfazekas in #4227
- fix(android): implement getDelegate() on ViewManagers missing it by @mfazekas in #4228
- fix(PointAnnotation): fix nested children not rendering on New Architecture (Fabric) by @mfazekas in #4231
- fix(MarkerView): forward pointerEvents prop to native view by @mfazekas in #4232
- Fix layout issue where MarkerViews disappear by @scharron in #4212
- Add TypeScript types for Standard Style configuration by @mfazekas in #4210
- fix(ci): handle concurrent update-docs runs by @mfazekas in #4235
- chore: remove redundant comments from MarkerView zero-dimension guard by @mfazekas in #4236
- Add PointAnnotationManager component with slot support by @mfazekas in #4209
- fix: replace {at}link JSDoc that breaks MDX doc generator by @mfazekas in #4239
- fix(ios): support static frameworks under Expo SDK 57 precompiled pipeline by @mfazekas in #4245
- feat(PointAnnotationManager): multiple managers with independent slots & properties by @mfazekas in #4240
- fix(PointAnnotationManager): override getDelegate on Android view manager by @mfazekas in #4246
Full Changelog: v10.3.1...v10.3.2
v10.3.2-rc.2
What's Changed
- Add TypeScript types for Standard Style configuration by @mfazekas in #4210
- fix(ci): handle concurrent update-docs runs by @mfazekas in #4235
- chore: remove redundant comments from MarkerView zero-dimension guard by @mfazekas in #4236
- Add PointAnnotationManager component with slot support by @mfazekas in #4209
- fix: replace {at}link JSDoc that breaks MDX doc generator by @mfazekas in #4239
- fix(ios): support static frameworks under Expo SDK 57 precompiled pipeline by @mfazekas in #4245
Full Changelog: v10.3.2-rc.1...v10.3.2-rc.2
v10.3.2-rc.1
v10.3.2-rc.0
What's Changed
- fix: issue with maxPitch MapView config setting not propagating to native components by @KijongHan in #4191
- Update style-spec to Mapbox Maps SDK 11.23.1 by @mfazekas in #4207
- Add minZoomLevel prop to ShapeSource by @mfazekas in #4208
- Add scaleBarUnits prop to MapView by @mfazekas in #4211
- fix: enable verbatimModuleSyntax in tsconfig.json by @mfazekas in #4218
- Update hasNoDataSoRefersToExisting logic for RNMBXRasterSource by @scharron in #4205
- fix(android): use getReactTag() for react-native >= 0.87 compatibility by @mfazekas in #4227
- fix(android): implement getDelegate() on ViewManagers missing it by @mfazekas in #4228
- fix(PointAnnotation): fix nested children not rendering on New Architecture (Fabric) by @mfazekas in #4231
- fix(MarkerView): forward pointerEvents prop to native view by @mfazekas in #4232
Full Changelog: v10.3.1...v10.3.2-rc.0
v10.3.1
What's Changed
- feat: add Snow and Rain particle effect components by @mfazekas in #4179
- chore: bump example Podfile.lock (MapboxMaps 11.20.3) by @mfazekas in #4201
- fix: remove bridge! force-unwrap that crashes on RN 0.84+ bridgeless mode by @mfazekas in #4200
- chore: upgrade example app to React Native 0.84.1 by @mfazekas in #4202
Full Changelog: v10.3.0...v10.3.1
v10.3.0
What's Changed
- docs: remove v10 and old architecture references by @mfazekas in #4160
- chore: upgrade Mapbox SDK to 11.18.2 by @mfazekas in #4161
- fix: datatype mismatch causes crash by @g4rb4g3 in #4143
- fix(android): fix onMapSteady event crash by @mfazekas in #4162
- fix: variable name 'oldReactStyle' typo by @timbtimbtimb in #4156
- Add null check for eventEmitter in dispatchCameraChangedEvent by @SamuelBrucksch in #4159
- fix(snapshotter): add withLogo support and Android bounds parity by @jackashton in #4154
- use puckBearingEnabled instead of iosShowsUserHeadingIndicator by @mariusud in #4132
- feat: add line border properties to LineLayer by @mfazekas in #4164
- fix(point annotation): selected property should select/deselect by @mfazekas in #4165
- Remove MapboxV10 constant and dead code by @mfazekas in #4166
- fix(android): RNMBXAtmosphere removes atmosphere (not terrain) and handles null style props by @mfazekas in #4174
- fix: Error while updating prop shadowImage by @g4rb4g3 in #4167
- Fix android coordinates by @davor-bauk-sh in #4116
- fix(android): MarkerView touch/press on new architecture (Fabric) by @mfazekas in #4176
New Contributors
- @timbtimbtimb made their first contribution in #4156
- @jackashton made their first contribution in #4154
Full Changelog: v10.4.0...v10.3.0
v10.3.0-rc.0
What's Changed
- fix: variable name 'oldReactStyle' typo by @timbtimbtimb in #4156
- Add null check for eventEmitter in dispatchCameraChangedEvent by @SamuelBrucksch in #4159
- fix(snapshotter): add withLogo support and Android bounds parity by @jackashton in #4154
- use puckBearingEnabled instead of iosShowsUserHeadingIndicator by @mariusud in #4132
- feat: add line border properties to LineLayer by @mfazekas in #4164
- fix(point annotation): selected property should select/deselect by @mfazekas in #4165
New Contributors
- @timbtimbtimb made their first contribution in #4156
- @jackashton made their first contribution in #4154
Full Changelog: v10.3.0-beta.1...v10.3.0-rc.0
v10.3.0-beta.1
What's Changed
- fix: datatype mismatch causes crash by @g4rb4g3 in #4143
- fix(android): fix onMapSteady event crash by @mfazekas in #4162
- docs: remove v10 and old architecture references by @mfazekas in #4160
- chore: upgrade Mapbox SDK to 11.18.2 by @mfazekas in #4161
Full Changelog: v10.3.0-beta.0...v10.3.0-beta.1
v10.3.0-beta.0
What's Changed
- breaking: 10.3.0: Drop Mapbox v10 and old architecture support by @mfazekas in #4118
- fix: Support Map-based listeners in AnimatedPoint (RN 0.83+ compatibility) by @sleda in #4113
- feat: add HillshadeLayer component by @mfazekas in #4151
- chore: upgrade detox to 20.47.0 and fix screenshot tests by @mfazekas in #4155
- docs: remove deprecated download token documentation by @mfazekas in #4124
- chore(android): remove V10 compat layer by @mfazekas in #4125
- feat(ios): Remove Mapbox v10 legacy code, keep v11 only by @mfazekas in #4126
- chore(android): remove old architecture code by @mfazekas in #4128
- chore(ios): remove old architecture code by @mfazekas in #4130
- chore: upgade example to rn 0.82.0 by @mfazekas in #4033
- fix(ci): use generic iOS Simulator destination for CI build by @mfazekas in #4152
- chore: upgrade detox to 20.47.0 by @mfazekas in #4153
New Contributors
Full Changelog: v10.2.10...v10.3.0-beta.0