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)