Skip to content

v5.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Nov 22:18
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.
25d189b

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.10.0:

✨ Features and improvements

  • Improve performance of GeoJSONSource#updateData when called on small diffs (#6562) (by @lucaswoj)
  • If the stylesheet lacks a glyphs property at the root level, interpret the text-font property as a cascading fallback list of font names and render all text using local or system fonts. (#4564) (by @1ec5)
  • ⚠️ Refactor SourceCache to TileManager (#6635) - this is not a breaking change since SourceCache is not part of the public API, but if you have a plugin that uses internal stuff, it might break... (by @wayofthefuture)

🐞 Bug fixes

  • If a required glyph PBF is unavailable or it lacks a glyph for a character in a text-field, try to render it locally instead of crashing. (#4564) (by @1ec5)
  • Export now() function in timeControl API to complete the API and enable external code to read controlled time (#6644) (by @bjperson)
  • ScaleControl CSS styling contains white-space: nowrap to prevent wrapping (#6647) (by @stroebjo)
  • Fix edge fading for unloaded tiles (#6650) (by @wayofthefuture)