Skip to content

React Native Mapbox GL Release 6.1.1

Latest
Compare
Choose a tag to compare
@nitaliano nitaliano released this 06 Apr 23:17
· 105 commits to master since this release

Bugfixes

  • [iOS] Better Mapbox.framework detection and also fixes issues with yarn add and yarn remove #1151
  • [All] Fixes user defined hitbox on VectorSource and ShapeSource not being respected #1142

Features

  • [ALL] Adds support for resolving style values for users so instead of MapboxGL.LineJoin.Round users can just specify round #1119
  • [Android] Fixes onWillStartLoadingMap not being called #1105
  • [Android] First set of fixes to help add support for onRegionWillChange to behave more like iOS, there still needs more work to be done, but the event at least fires sometimes correctly now #1132
  • [All] Exposes setTelemetryEnabled and isTelemetryEnabled #1096
  • [All] Adds support for locale map labeling #1038
  • [JS] Formatted whole JS codebase #1118
  • [JS] Added support for prettier, lint-staged, and husky #931
  • [README] Add developer group to README #1101

Breaking Changes

None