Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mapbox-react-native-mapbox-gl-6.0.2.tgz | 2017-12-20 | 31.6 MB | |
React Native Mapbox GL Release 6.0.2.tar.gz | 2017-12-20 | 14.2 MB | |
React Native Mapbox GL Release 6.0.2.zip | 2017-12-20 | 14.4 MB | |
README.md | 2017-12-20 | 2.5 kB | |
Totals: 4 Items | 60.2 MB | 0 |
Bugfixes
- [Android] - Fixes MapView being hard to scroll inside ScrollView https://github.com/mapbox/react-native-mapbox-gl/pull/861
- [Android] - Debounces region change event and fires on camera idle https://github.com/mapbox/react-native-mapbox-gl/pull/867
- [All] - Updates layer visibility to now match style spec https://github.com/mapbox/react-native-mapbox-gl/pull/846
- [All] - Fixes non-integer style key crashes https://github.com/mapbox/react-native-mapbox-gl/pull/846
- [All] - Updated default fitBounds parameters https://github.com/mapbox/react-native-mapbox-gl/issues/758
- [Android] - Fixes active marker id not being reset, when marker is removed from map https://github.com/mapbox/react-native-mapbox-gl/pull/852
- [Android] - Prevents deselect handler from being called if annotation does not have callout https://github.com/mapbox/react-native-mapbox-gl/pull/852
- [Android] - Overrides
onMeasure
in RCTMGLPointAnnotation to prevent catalyst view dimension crashes https://github.com/mapbox/react-native-mapbox-gl/pull/852 - [Android] - Updates MapView child view insertion order https://github.com/mapbox/react-native-mapbox-gl/pull/852
Features
- [All] - Adds more information to offline pack https://github.com/mapbox/react-native-mapbox-gl/pull/836
- [All] - Adds status method for offline packs https://github.com/mapbox/react-native-mapbox-gl/pull/836
- [iOS] - Update native SDK to 3.7.0 https://github.com/mapbox/react-native-mapbox-gl/issues/816
- [Android] - Update native SDK to 5.2.1 https://github.com/mapbox/react-native-mapbox-gl/pull/871
- [All] - Adds user initiated flag to region change events https://github.com/mapbox/react-native-mapbox-gl/issues/697
- [All] - Updates all
*Translate
style props to support an array[x, y]
https://github.com/mapbox/react-native-mapbox-gl/pull/846 - [All] - Added data driven circle example https://github.com/mapbox/react-native-mapbox-gl/pull/846
- [All] - Added choropleth map example https://github.com/mapbox/react-native-mapbox-gl/pull/846
- [All] - Updated stylesheet style functions to be array based https://github.com/mapbox/react-native-mapbox-gl/pull/846
- [Android] - Adds TextureView support https://github.com/mapbox/react-native-mapbox-gl/pull/858
- [All] - Added new style props from agua release https://github.com/mapbox/react-native-mapbox-gl/issues/819
- [All] - Adds ImageSource support https://github.com/mapbox/react-native-mapbox-gl/issues/817
Breaking Changes
None