Releases: mapbox/mapbox-gl-native
ios-v5.3.0-alpha.2
Changes since Mapbox Maps SDK for iOS v5.3.0-alpha.1:
Styles and rendering
- Fixed performance issues when tilting a map with custom content insets. (#15195)
Other changes
- Fixed a rare crash when tile download requests returned “404 Not Found” errors. (#15313)
To install this pre-release via a dependency manager, see our CocoaPods or Carthage instructions.
Documentation is available online or as part of the download.
android-v8.3.0-alpha.2
Changes since Mapbox Maps SDK for Android v8.3.0-alpha.1:
Bug fixes
android-v8.0.2
Changes since Mapbox Maps SDK for Android v8.0.1:
Bug fixes
- Fixed rendering layers after fill-extrusion regression caused by optimization of fill-extrusion rendering #15065
- Fixed a map update bug caused by the render tiles and the render passes getting unsynchronized #15092
- Fixed a custom geometry source bug caused by using the outdated tiles after style update #15112
- Ensure location shadow's gradient radius is greater than 0 #15099
android-v7.4.1
Changes since Mapbox Maps SDK for Android v7.4.0:
Bug fixes
android-v8.2.1
Changes since Mapbox Maps SDK for Android v8.2.0:
Bug fixes
- Save location animation timestamp only when fed #15265
ios-v5.3.0-alpha.1
Changes since Mapbox Maps SDK for iOS v5.2.0:
Styles and rendering
- Fixed flickering on style change for the same tile set. (#15127)
Other changes
MGLLoggingLevel
has been updated to better match core log levels. You can now useMGLLoggingConfiguration.loggingLevel
to filter logs from core. (#15120)
To install this pre-release via a dependency manager, see our CocoaPods or Carthage instructions.
Documentation is available online or as part of the download.
android-v8.3.0-alpha.1
Changes since Mapbox Maps SDK for Android v8.2.0:
Features
- Do not include CJK ideographs in the offline packs by default. This decreases overall offline download size but changes appereance by a default set local glyph generation #14269
- Update target SDK to 28, update support library and fix gradle warnings #15135
- Introduce VertexVector::extend() and use it in placement code #15194
Bug fixes
- Save location animation timestamp only when fed. Fixes an issue where external camera updates impacted location animation duration#15265
- Fixed flickering on style change for the same tile set #15127
- Fix location render/camera modes being reinitialized even when the new mode is the same #15266
- Ensure default local ideographs font family is not overwrote. Fix a bug that prevented local CJK glyphs generation. The local generation is now enabled by default and the font family used for generation is set to "sans-serif. #15253
- Fix int overflow issue in GridIndex #15245
- Align gesture animation reason for onCameraMoveStarted #15218
- Remove layers first when clearing the style, fixes unnecessary log dumps #15191
- Remove unused field from icon buffer #15189
Performance improvements
ios-v4.11.2
Changes since Mapbox Maps SDK for iOS v4.11.1:
- Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. (#15092)
- Fixed a custom geometry source bug caused by using the outdated tiles after style update. (#15112)
Documentation is available online or as part of the download.
android-v8.1.1
Changes since Mapbox Maps SDK for Android v8.1.0:
Bug fixes
- Fixed rendering layers after fill-extrusion regression caused by optimization of fill-extrusion rendering #15065
- Fixed a map update bug caused by the render tiles and the render passes getting unsynchronized #15092
- Fixed collision with content insets #15130
- Fixed a custom geometry source bug caused by using the outdated tiles after style update #15112
- Allow map panning after quick zoom is disabled but a phantom gesture is executed #15093
- Ensure location shadow's gradient radius is greater than 0 #15099
- Ensure that move detector is enabled if double-tap is interrupted #15103
ios-v5.0.2
Changes since Mapbox Maps SDK for iOS v5.0.1:
- Fixed an issue where fill extrusion layers would be incorrectly rendered above other layers. (#15065)
- Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. (#15092)
- Fixed a custom geometry source bug caused by using the outdated tiles after style update. (#15112)
Documentation is available online or as part of the download.