Mapbox GL v8.3.0-beta.1 Release Notes

Release Date: 2019-08-22 // over 5 years ago
  • 🚀 Changes since Mapbox Maps SDK for Android v8.3.0-alpha.3:

    🐛 Bug fixes

    • 🛠 Fixed a bug where glyphs generated through the LocalGlyphRasterizer interface were changing fonts during some zoom changes. #15407
    • 🛠 Fixed use of objects after moving, potentially causing crashes. #15408
    • 🛠 Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function #15398.
    • 0️⃣ Font lookup on pre lollipop devices failed, provide default font list instead #15410.
    • 🛠 Fixed rendering and collision detection issues with using text-variable-anchor and icon-text-fit properties on the same layer #15367.
    • 🛠 Fixed a bug where quick-scale was registered during a move gesture that followed a double-tap. Bumped gestures library to v0.5.1. #15427
    • 🛠 Fixed symbol overlap when zooming out quickly. #15416

    Other Changes

    • ⏪ Do not invalidate the camera immediately when map padding is set. Reverts a change introduced in the v8.2.0. #15437

    📄 Docs

    • ➕ Add javadoc to OnStyleImageMissingListener indicating the required synchronous addition images, document workaround #15418