https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.5.2:
✨ Features and improvements
- Prefer local glyph rendering for all CJKV characters, not just those in the CJK Unified Ideographs, Hiragana, Katakana, and Hangul Syllables blocks. (#4560))
🐞 Bug fixes
- Fix right-to-left layout of labels that contain characters in the Arabic Extended-B code block. (#4536)
- Fix 3D map freezing when camera is adjusted against map bounds. (#4537)
- Fix
getStyle()
to return a clone so the object cannot be internally changed (#4488) - Fix issues with setting sky to
undefined
(#4587))