Releases: rnmapbox/maps
8.0.0-rc5
New major release with breaking changes
8.0.0
Breaking changes - #610
- iOS mapbox libraries updated to 5.7.0 android libraries updated to 9.0.0
- ShapeSource#images is now removed (deprecated in 7.*), use Images#images instead. Also special
assets
insideimages
is now deprecated, usenativeAssetImages
istead. - iOS now defaults to non
use_frameworks!
, if you want to continue to useuse_frameworks!
please see our iOS installation guidelines - Images#onImagesMissing
- Android code migrated to AndroidX, RN 60.0+ is recommended.
- geoUtils is now private, please use turf-js instead
- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in
event.nativeEvent.payload
. PR#700
Changes:
- added MarkerView
- added AnimatedShape and AnimatedCoordinatesArray PR#702
8.0.0-rc3
New major release with breaking changes
Breaking changes - #610
- iOS mapbox libraries updated to 5.7.0 android libraries updated to 9.0.0
- ShapeSource#images is now removed (deprecated in 7.*), use Images#images instead. Also special
assets
insideimages
is now deprecated, usenativeAssetImages
istead. - Images#onImagesMissing
- Android code migrated to AndroidX, RN 60.0+ is recommended.
- geoUtils is now private, please use turf-js instead
- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in
event.nativeEvent.payload
. PR#700
8.0.0-rc2
New major release with breaking changes
Breaking changes - #610
- iOS mapbox libraries updated to 5.7.0 android libraries updated to 9.0.0
- ShapeSource#images is now removed (deprecated in 7.*), use Images#images instead.
- Images#onImagesMissing
- Android code migrated to AndroidX, RN 60.0+ is required.
- geoUtils is now private, please use turf-js instead
- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in
event.nativeEvent.payload
. PR#700
Changes:
- added MarkerView
- added AnimatedShape and AnimatedCoordinatesArray PR#702
8.0.0-rc1
New major release with breaking changes
Breaking changes - #610
- iOS mapbox libraries updated to 5.7.0 android libraries updated to 9.0.0
- ShapeSource#images is now removed (deprecated in 7.*), use Images#images instead.
- Images#onImagesMissing
- Android code migrated to AndroidX, RN 60.0+ is required.
- geoUtils is now private, please use turf-js instead
- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in
event.nativeEvent.payload
. PR#700
Changes:
- added MarkerView
- added AnimatedShape and AnimatedCoordinatesArray PR#702
8.0.0 beta 1
New major release with breaking changes
Breaking changes - #610
- iOS mapbox libraries updated to 5.7.0 android libraries updated to 9.0.0
- ShapeSource#images is now removed (deprecated in 7.*), use Images#images instead.
- Images#onImagesMissing
- Android code migrated to AndroidX, RN 60.0+ is required.
- geoUtils is now private, please use turf-js instead
- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in
event.nativeEvent.payload
. PR#700
Changes:
- added MarkerView
- added AnimatedShape and AnimatedCoordinatesArray PR#702
7.2.0 Release
This release updates the Mapbox iOS SDK.
Breaking changes for iOS installations
While there are no breaking changes in the way the library is used, the install method has been changed and we've dropped support for RN0.59 and below. The reason for this is that Mapbox has changed the way they bundle the Native SDK, which greatly complicated manual installation.
You must now use Cocoapods to install this library on iOS. See iOS installation instructions for updated instructions. If you already installed this library via pods, just run pod install
and you should be good to go.
If you previously installed this library manually, make sure you unlink and remove the Mapbox.framework and headers from your project and then follow the pod installation process.
If you are unable to use pods or on RN0.59 or lower, you can safely use version 7.0.8 of this library.
7.0.10 Release
This release updates the underlying Android SDK to version to 8.6.1 which fixes several crashes caused by the underlying SDK.
We also squashed a few bugs.
Thanks to everyone who has contributed!
7.0.9 Release
This release brings a few bugfixes, improved typescript support and improved documentation. Thanks to everyone who has contributed!
Notable changes
– iOS native SDK is updated to 5.5.0
– Android native SDK is updated to 8.6.0
– New feature setDisplacement
via #546 filters GPS locations to only include significant changes
– New methods for managing offline data: Reset database, sideload data and override offline state via #588, #566 and #508
7.0.8 Release
This release fixes several bugs and issues along with improved typing and documentation