Bugfixes
- [iOS] Better
Mapbox.framework
detection and also fixes issues withyarn add
andyarn remove
#1151 - [All] Fixes user defined hitbox on
VectorSource
andShapeSource
not being respected #1142
Features
- [ALL] Adds support for resolving style values for users so instead of
MapboxGL.LineJoin.Round
users can just specifyround
#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
andisTelemetryEnabled
#1096 - [All] Adds support for locale map labeling #1038
- [JS] Formatted whole JS codebase #1118
- [JS] Added support for
prettier
,lint-staged
, andhusky
#931 - [README] Add developer group to README #1101
Breaking Changes
None