Skip to content

Releases: maplibre/maplibre-gl-js

v5.0.0-pre.6

07 Nov 13:46
45add0e
Compare
Choose a tag to compare
v5.0.0-pre.6 Pre-release
Pre-release
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

03 Nov 14:06
927dd71
Compare
Choose a tag to compare
v5.0.0-pre.5 Pre-release
Pre-release
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

29 Oct 12:16
9ba25c6
Compare
Choose a tag to compare
v5.0.0-pre.4 Pre-release
Pre-release
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

21 Oct 11:30
92b86d5
Compare
Choose a tag to compare
v5.0.0-pre.3 Pre-release
Pre-release
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

15 Oct 13:14
b841ccc
Compare
Choose a tag to compare
v5.0.0-pre.2 Pre-release
Pre-release
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

30 Sep 07:42
4d8a0f8
Compare
Choose a tag to compare
v5.0.0-pre.1 Pre-release
Pre-release
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

23 Sep 09:03
87486a5
Compare
Choose a tag to compare

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.7.0:

🐞 Bug fixes

  • Fix circle won't render on mesa 24.1 with AMD GPU (#4062)
  • Fix hash router for urls ending with a hashtag (#4730)
  • Replace rollup-plugin-sourcemaps with rollup-plugin-sourcemaps2 (#4740)

v4.7.0

06 Sep 16:05
5c9227d
Compare
Choose a tag to compare

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 and map.off methods (#4570)
  • Ensure GeoJSON cluster sources emit a console warning if maxzoom is less than or equal to clusterMaxZoom 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 and getSource (#4616)
  • Fix the color near the horizon when terrain is enabled without any sky (#4607)
  • Fix bug where fitBounds and cameraForBounds 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
    using transformCameraUpdate caused the maxBounds to stop working just for east/west bounds. (#4625)

v4.6.0

22 Aug 11:47
b70ac2c
Compare
Choose a tag to compare

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

11 Aug 11:07
c207ccb
Compare
Choose a tag to compare

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)