Releases: maplibre/maplibre-gl-js
Releases · maplibre/maplibre-gl-js
v5.0.0-pre.6
Bump version to 5.0.0-pre.6 (#5014) * Bump version to 5.0.0-pre.6 * Update CHANGELOG.md * Added missing links --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v5.0.0-pre.5
Bump version to 5.0.0-pre.5 (#4968) Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v5.0.0-pre.4
Bump version to 5.0.0-pre.4 (#4913) * Bump version to 5.0.0-pre.4 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v5.0.0-pre.3
Bump version to v5.0.0-pre.3 (#4867) * Bump version to v5.0.0-pre.3 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v5.0.0-pre.2
Bump version to 5.0.0-pre.2 (#4839) * Bump version to 5.0.0-pre.2 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v5.0.0-pre.1
Bump version to 5.0.0-pre.1 (#4772) * Bump version to 5.0.0-pre.1 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
v4.7.1
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.7.0:
🐞 Bug fixes
v4.7.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.6.0:
✨ Features and improvements
- Support multiple layers in
map.on
,map.once
andmap.off
methods (#4570) - Ensure GeoJSON cluster sources emit a console warning if
maxzoom
is less than or equal toclusterMaxZoom
since in this case you may see unexpected results. (#4604)
🐞 Bug fixes
- Heatmap Fix for 3D terrain (#4571)
- Fix Map#off to not remove listener with layer(s) registered with Map#once (#4592)
- Improve types a bit for
addSource
andgetSource
(#4616) - Fix the color near the horizon when terrain is enabled without any sky (#4607)
- Fix bug where
fitBounds
andcameraForBounds
would not display across the 180th meridian (antimeridian) - Fix white flickering on map resize (#4158)
- Fixed a performance regression related to symbol placement (#4599)
- Fix a bug where cloning a Transform instance didn't include the
lngRange
. This caused a bug where
usingtransformCameraUpdate
caused themaxBounds
to stop working just for east/west bounds. (#4625)
v4.6.0
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))
v4.5.2
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.5.1:
✨ Features and improvements
- Emit events when the cooperative gestures option has prevented a gesture. (#4470)
- Enable anisotropic filtering only when the pitch is greater than 20 degrees to preserve image sharpness on flat or slightly tilted maps.
🐞 Bug fixes
- Fix camera being able to move into 3D terrain (#1542)