Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Releases: mapbox/mapbox-gl-native

ios-v5.3.0-alpha.2

14 Aug 23:19
d8d685d
Compare
Choose a tag to compare
ios-v5.3.0-alpha.2 Pre-release
Pre-release

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

07 Aug 20:04
24df594
Compare
Choose a tag to compare
Pre-release

Changes since Mapbox Maps SDK for Android v8.3.0-alpha.1:

Bug fixes

  • Load a style without an URI or JSON #15293
  • Do not try to wake up the RunLoop if a wake is already pending. Fixes offline downloads that could freeze after resuming. #15330

android-v8.0.2

01 Aug 14:45
Compare
Choose a tag to compare

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

01 Aug 14:43
Compare
Choose a tag to compare

Changes since Mapbox Maps SDK for Android v7.4.0:

Bug fixes

  • Fixed a map update bug caused by the render tiles and the render passes getting unsynchronized #15092
  • Ensure location shadow's gradient radius is greater than 0 #15099
  • Fixed a custom geometry source bug caused by using the outdated tiles after style update #15112

android-v8.2.1

31 Jul 19:08
847eebe
Compare
Choose a tag to compare

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

31 Jul 22:05
375c313
Compare
Choose a tag to compare
ios-v5.3.0-alpha.1 Pre-release
Pre-release

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 use MGLLoggingConfiguration.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

31 Jul 17:22
Compare
Choose a tag to compare
Pre-release

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

  • Release quad data after vertex buffers are created #15189
  • Decrease size of SymbolBucket #15178
  • Avoid geometry collections copying #15201

ios-v4.11.2

30 Jul 22:14
dbf0613
Compare
Choose a tag to compare

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

30 Jul 12:35
Compare
Choose a tag to compare

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

30 Jul 15:36
Compare
Choose a tag to compare

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.