Mapbox GL v5.3.0-beta.1 Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • ๐Ÿš€ Changes since Mapbox Maps SDK for iOS v5.3.0-alpha.3:

    ๐Ÿš€ This release changes how offline tile requests are billed โ€” they are now billed on a pay-as-you-go basis and all developers are able raise the offline tile limit for their users. Offline requests were previously exempt from monthly active user (MAU) billing and increasing the offline per-user tile limit to more than 6,000 tiles required the purchase of an enterprise license. By upgrading to this release, you are opting into the changes outlined in this blog post and #15380.

    ๐Ÿ’… Styles and rendering

    • ๐Ÿ›  Fixed rendering and collision detection issues with using MGLSymbolStyleLayer.textVariableAnchor and MGLSymbolStyleLayer.iconTextFit properties on the same layer. (#15367)
    • ๐Ÿ›  Fixed symbol overlap when zooming out quickly. (#15416)

    Other changes

    • ๐Ÿ›  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)
    • ๐Ÿ›  Fixed an issue where the scale bar could show 0 mm instead of 0. (#15381)

    ๐Ÿš€ 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.