Skip to content

Commit 5c9227d

Browse files
Bump version to 4.7.0 (#4670)
* Bump version to 4.7.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 bc49170 commit 5c9227d

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## main
22

3-
- Fix a bug where cloning a Transform instance didn't include the `lngRange`. This caused a bug where
4-
using `transformCameraUpdate` caused the `maxBounds` to stop working just for east/west bounds.
3+
### ✨ Features and improvements
4+
- _...Add new stuff here..._
5+
6+
### 🐞 Bug fixes
7+
- _...Add new stuff here..._
8+
9+
## 4.7.0
510

611
### ✨ Features and improvements
12+
713
- Support multiple layers in `map.on`, `map.once` and `map.off` methods ([#4279](https://github.com/maplibre/maplibre-gl-js/pull/4401))
814
- 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](https://github.com/maplibre/maplibre-gl-js/pull/4604))
9-
- _...Add new stuff here..._
1015

1116
### 🐞 Bug fixes
1217

@@ -17,7 +22,8 @@ using `transformCameraUpdate` caused the `maxBounds` to stop working just for ea
1722
- Fix bug where `fitBounds` and `cameraForBounds` would not display across the 180th meridian (antimeridian)
1823
- Fix white flickering on map resize ([#4158](https://github.com/maplibre/maplibre-gl-js/pull/4158))
1924
- Fixed a performance regression related to symbol placement ([#4599](https://github.com/maplibre/maplibre-gl-js/pull/4599))
20-
- _...Add new stuff here..._
25+
- Fix a bug where cloning a Transform instance didn't include the `lngRange`. This caused a bug where
26+
using `transformCameraUpdate` caused the `maxBounds` to stop working just for east/west bounds. ([#4625](https://github.com/maplibre/maplibre-gl-js/pull/4625))
2127

2228
## 4.6.0
2329

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: 1 addition & 1 deletion
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": "4.6.0",
4+
"version": "4.7.0",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)