Skip to content

v5.13.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 21:56
· 65 commits to main since this release
Immutable release. Only release title and notes can be modified.
53cb799

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

✨ Features and improvements

  • Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (#6640) (by @1ec5)
  • GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (#6681) (by @wayofthefuture)
  • GeoJSONSource setData and updateData waitForCompletion option (#6688) (by @wayofthefuture)
  • Improve performance of GeoJSONSource#updateData (#6668) (by @lucaswoj)
  • GeoJSON Worker Refactor (#6702) (by @wayofthefuture)

🐞 Bug fixes