✨ 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#intersectsreturningfalsefor 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
minZoomormaxZoomdue to old copies fromtransformCameraUpdatetaking precedence.transformCameraUpdateis now called fromsetMinZoomandsetMaxZoomto allow user to control subsequent changes tozoom#6766 (by @Auspicus) - Fix GeoJSON source throwing with undefined properties #6730 (by @wayofthefuture)