Skip to content

Commit b457ca9

Browse files
Bump js version to 5.15.0 (#6871)
* Bump js version to 5.15.0 * Update CHANGELOG.md --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent 43d706a commit b457ca9

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
## main
22

33
### ✨ Features and improvements
4-
- Support global state expression for layer visibility ([#6495](https://github.com/maplibre/maplibre-gl-js/pull/6495)) (by [@melitele](https://github.com/melitele))
54
- _...Add new stuff here..._
65

76
### 🐞 Bug fixes
7+
- _...Add new stuff here..._
8+
9+
## 5.15.0
10+
11+
### ✨ Features and improvements
12+
13+
- Support global state expression for layer visibility ([#6659](https://github.com/maplibre/maplibre-gl-js/pull/6659)) (by [melitele](https://github.com/melitele))
14+
- Update Node.js version to 24.11 for development ([#6851](https://github.com/maplibre/maplibre-gl-js/pull/6851)) (by [HarelM](https://github.com/HarelM))
15+
16+
### 🐞 Bug fixes
17+
818
- Fix `LngLatBounds#intersects` returning `false` for bounds spanning 360° or more ([#6863](https://github.com/maplibre/maplibre-gl-js/pull/6863)) (by [@lucaswoj](https://github.com/lucaswoj))
919
- Fix getting the right zoom for getElevationForLngLat ([#6825](https://github.com/maplibre/maplibre-gl-js/pull/6825)) (by [@HarelM](https://github.com/HarelM))
1020
- 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](https://github.com/maplibre/maplibre-gl-js/issues/6766) (by [@Auspicus](https://github.com/Auspicus))
1121
- Fix GeoJSON source throwing with undefined properties [#6730](https://github.com/maplibre/maplibre-gl-js/issues/6730) (by [@wayofthefuture](https://github.com/wayofthefuture))
12-
- _...Add new stuff here..._
1322

1423
## 5.14.0
1524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "5.14.0",
4+
"version": "5.15.0",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",
@@ -186,4 +186,4 @@
186186
"npm": ">=8.1.0",
187187
"node": ">=16.14.0"
188188
}
189-
}
189+
}

0 commit comments

Comments
 (0)