Releases: rnmapbox/maps
Releases · rnmapbox/maps
v10.0.0-beta.33
What's Changed
- Fix: Point Annotation onDrag event callbacks (Android v10) by @mysport12 in #2144
- Fix TS Errors from resolveAssetSource and styleMap by @KiwiKilian in #2122
- Upgrade husky to v8 by @KiwiKilian in #2123
- Update animated
GeoJSON
types and classes by @naftalibeder in #2161 - Use .xcode.env properly instead of find-node.sh by @KiwiKilian in #2124
- [v10; iOS] Support Offline Raster Styles by @wen-kai in #2174
- feat(ios,v10): implement custom http headers by @mfazekas in #2181
- chore(ts): add separate bugreport exmple with ts by @mfazekas in #2182
- fix(v10,android,camera): fix padding by @mfazekas in #2183
Full Changelog: v10.0.0-beta.32...v10.0.0-beta.33
v10.0.0-beta.32
What's Changed
- fix(web): Added mising web components by @mfazekas in #2153
- fix(web): fix lint errors by @mfazekas in #2154
Full Changelog: v10.0.0-beta.31...v10.0.0-beta.32
v10.0.0-beta.31
What's Changed
Full Changelog: v10.0.0-beta.30...v10.0.0-beta.31
v10.0.0-beta.30
What's Changed
Full Changelog: v10.0.0-beta.29...v10.0.0-beta.30
v10.0.0-beta.29
What's Changed
Full Changelog: v10.0.0-beta.28...v10.0.0-beta.29
v10.0.0-beta.28
What's Changed
Full Changelog: v10.0.0-beta.27...v10.0.0-beta.28
v10.0.0-beta27
What's Changed
- chore(actions): add npm publish workflow that runs on a release create by @mfazekas in #2141
- iOS V10 PointAnnotation Drag and Selection Support by @mysport12 in #2077
Full Changelog: v10.0.0-beta.26...v10.0.0-beta.27
v10.0.0-beta.26
What's Changed
- Fix: iOS v10 add/remove components from map by @mysport12 in #2136
- chore(actions): Upgrade to macos-12 by @mfazekas in #2131
- iOS v10: Bring Camera parity closer to v8 by @mysport12 in #2133
- chore(e2e): detox test handle location permission, click map to show … by @mfazekas in #2138
Full Changelog: v10.0.0-beta.25...v10.0.0-beta.26
v10.0.0-beta.25
Breaking Changes
The setup was changed - see install instructions for more details. In a nuthsell:
- On both android/ios to select mapbox implementation use
RNMapboxMapsImpl
/$RNMapboxMapsImpl
variable which can be one of (maplibre
,mapbox
(aka v10),mapbox-gl
) - Default implementation is
maplibre
as it requires not further setup. WARNING using mapbox styles frommaplibre
has different pricing than mapbox native sdk-s. - On Podfile
$RNMBGL.(pre|post)_install
was changed$RNMapboxMaps.(pre|post)_install
- Package name was changed from
@react-native-mapbox-gl/maps
to@rnmapbox/maps
. If you just testing with the v10 version you can use something like babel-plugin-transform-rename-import to keep using the old imports for a while. Mapbox.setAccessToken
now requiresMapbox.setWellKnownTileServer
on maplibre.
What's Changed
• Mapbox V10 support (#1750)
New Contributors
- @lklepner made their first contribution in #1769
- @Artotim made their first contribution in #1777
- @jbreuer95 made their first contribution in #1780
- @demondayza made their first contribution in #1811
- @KiwiKilian made their first contribution in #1834
- @rastapasta made their first contribution in #1843
- @naveensrinivasan made their first contribution in #1865
- @felixgourdeau made their first contribution in #1889
- @VolkerLieber made their first contribution in #1911
- @1mike12 made their first contribution in #1919
- @warp made their first contribution in #1994
- @jpr0930 made their first contribution in #1997
- @Andarius made their first contribution in #2011
- @mysport12 made their first contribution in #2058
- @jakmak24 made their first contribution in #2060
- @wen-kai made their first contribution in #2074
- @rayansys made their first contribution in #2085
Full Changelog: 8.6.0-beta.0...v10.0.0-beta.25
8.6.0-beta.0
Changes:
- fix: add TypeScript type for MapViews's preferredFramesPerSecond prop (#1717)
- fix(example): update
/example
project (iOS only) to work with ARM-based Macs (#1703)
Note:
Repository was moved from github.com/react-native-mapbox-gl to github.com/rnmapbox