Skip to content

v5.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Dec 07:34
· 29 commits to main since this release
Immutable release. Only release title and notes can be modified.
b457ca9

✨ Features and improvements

  • Support global state expression for layer visibility (#6659) (by melitele)
  • Update Node.js version to 24.11 for development (#6851) (by HarelM)

🐞 Bug fixes

  • Fix LngLatBounds#intersects returning false for bounds spanning 360° or more (#6863) (by @lucaswoj)
  • Fix getting the right zoom for getElevationForLngLat (#6825) (by @HarelM)
  • Fix stale transform state being applied after changing minZoom or maxZoom due to old copies from transformCameraUpdate taking precedence. transformCameraUpdate is now called from setMinZoom and setMaxZoom to allow user to control subsequent changes to zoom #6766 (by @Auspicus)
  • Fix GeoJSON source throwing with undefined properties #6730 (by @wayofthefuture)