Skip to content

Releases: rnmapbox/maps

8.1.0.rc7

19 Oct 11:17
53c0b94
Compare
Choose a tag to compare
8.1.0.rc7 Pre-release
Pre-release

8.1.0.rc7

8.1.0.rc6

8.1.0.rc5

8.1.0.rc4

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0.rc6

17 Oct 09:12
e99265f
Compare
Choose a tag to compare
8.1.0.rc6 Pre-release
Pre-release

8.1.0.rc6

8.1.0.rc5

8.1.0.rc4

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0.rc5

04 Oct 16:12
6f60c28
Compare
Choose a tag to compare
8.1.0.rc5 Pre-release
Pre-release

8.1.0.rc5

8.1.0.rc4

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0-rc4

07 Sep 08:47
a00447d
Compare
Choose a tag to compare
8.1.0-rc4 Pre-release
Pre-release

8.1.0.rc4

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0-rc3

31 Aug 15:54
fdf7803
Compare
Choose a tag to compare
8.1.0-rc3 Pre-release
Pre-release

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0-rc2

30 Jun 09:18
111f73e
Compare
Choose a tag to compare
8.1.0-rc2 Pre-release
Pre-release

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

8.1.0-rc1

09 Jun 18:14
8cae0a2
Compare
Choose a tag to compare
8.1.0-rc1 Pre-release
Pre-release
  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825
  • Added ShapeSource.features to query features from a shape source

8.1.0-beta.1

01 May 11:12
cd9ab4c
Compare
Choose a tag to compare
8.1.0-beta.1 Pre-release
Pre-release
  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825

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: