Releases: rnmapbox/maps
Releases · rnmapbox/maps
8.1.0.rc7
8.1.0.rc7
8.1.0.rc6
- Fix edge Padding + auto limit padding on iOS
- Fix coordinate 0,0 was considered invalid on IOS
- Fix refresh on PointAnnotation on Android
8.1.0.rc5
- Fix support 6.* of MapboxGL IOS by setting
$ReactNativeMapboxGLIOSVersion = "6.2.1"
in Podfile - Fix Image source coordinates update on the fly
8.1.0.rc4
8.1.0.rc3
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
8.1.0.rc6
- Fix edge Padding + auto limit padding on iOS
- Fix coordinate 0,0 was considered invalid on IOS
- Fix refresh on PointAnnotation on Android
8.1.0.rc5
- Fix support 6.* of MapboxGL IOS by setting
$ReactNativeMapboxGLIOSVersion = "6.2.1"
in Podfile - Fix Image source coordinates update on the fly
8.1.0.rc4
8.1.0.rc3
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
8.1.0.rc5
- Fix support 6.* of MapboxGL IOS by setting
$ReactNativeMapboxGLIOSVersion = "6.2.1"
in Podfile - Fix Image source coordinates update on the fly
8.1.0.rc4
8.1.0.rc3
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
8.1.0.rc4
8.1.0.rc3
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
8.1.0.rc3
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
8.1.0.rc2
- Fix camera padding on android
- Allow zPosition on iOS in PointAnnotation child views.
- Added InvalidatePack
- Allow to customize iOS framework version used
8.1.0.rc1
- Added invalidateAmbientCache
- Implemented ShapeSource#features
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
- 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
- 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
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-rc6
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