Skip to content

Releases: rnmapbox/maps

8.0.0

12 Apr 06:03
7f60339
Compare
Choose a tag to compare

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 inside images is now deprecated, use nativeAssetImages istead.
  • iOS now defaults to non use_frameworks!, if you want to continue to use use_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:

8.0.0-rc6

11 Apr 15:24
6197162
Compare
Choose a tag to compare
8.0.0-rc6 Pre-release
Pre-release

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 inside images is now deprecated, use nativeAssetImages istead.
  • iOS now defaults to non use_frameworks!, if you want to continue to use use_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:

8.0.0-rc5

08 Apr 10:25
beeb742
Compare
Choose a tag to compare
8.0.0-rc5 Pre-release
Pre-release

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 inside images is now deprecated, use nativeAssetImages istead.
  • iOS now defaults to non use_frameworks!, if you want to continue to use use_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:

8.0.0-rc3

07 Apr 06:10
c98b708
Compare
Choose a tag to compare
8.0.0-rc3 Pre-release
Pre-release

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 inside images is now deprecated, use nativeAssetImages 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

01 Apr 11:07
a8b6d33
Compare
Choose a tag to compare
8.0.0-rc2 Pre-release
Pre-release

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:

8.0.0-rc1

12 Mar 21:26
3b0e65b
Compare
Choose a tag to compare
8.0.0-rc1 Pre-release
Pre-release

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:

8.0.0 beta 1

09 Mar 16:57
d002c6d
Compare
Choose a tag to compare
8.0.0 beta 1 Pre-release
Pre-release

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:

7.2.0 Release

23 Jan 10:57
Compare
Choose a tag to compare

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

21 Jan 15:06
d802cba
Compare
Choose a tag to compare

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

10 Jan 13:41
a7e115c
Compare
Choose a tag to compare

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