Skip to content

React Native Mapbox GL Release 6.0.2

Compare
Choose a tag to compare
@nitaliano nitaliano released this 20 Dec 20:46

Bugfixes

  • [Android] - Fixes MapView being hard to scroll inside ScrollView #861
  • [Android] - Debounces region change event and fires on camera idle #867
  • [All] - Updates layer visibility to now match style spec #846
  • [All] - Fixes non-integer style key crashes #846
  • [All] - Updated default fitBounds parameters #758
  • [Android] - Fixes active marker id not being reset, when marker is removed from map #852
  • [Android] - Prevents deselect handler from being called if annotation does not have callout #852
  • [Android] - Overrides onMeasure in RCTMGLPointAnnotation to prevent catalyst view dimension crashes #852
  • [Android] - Updates MapView child view insertion order #852

Features

  • [All] - Adds more information to offline pack #836
  • [All] - Adds status method for offline packs #836
  • [iOS] - Update native SDK to 3.7.0 #816
  • [Android] - Update native SDK to 5.2.1 #871
  • [All] - Adds user initiated flag to region change events #697
  • [All] - Updates all *Translate style props to support an array [x, y] #846
  • [All] - Added data driven circle example #846
  • [All] - Added choropleth map example #846
  • [All] - Updated stylesheet style functions to be array based #846
  • [Android] - Adds TextureView support #858
  • [All] - Added new style props from agua release #819
  • [All] - Adds ImageSource support #817

Breaking Changes

None