·
6 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.10.0:
✨ Features and improvements
- Improve performance of
GeoJSONSource#updateDatawhen called on small diffs (#6562) (by @lucaswoj) - If the stylesheet lacks a
glyphsproperty at the root level, interpret thetext-fontproperty 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: nowrapto prevent wrapping (#6647) (by @stroebjo) - Fix edge fading for unloaded tiles (#6650) (by @wayofthefuture)