From 5c9227dc50544c6eb159ca211d33d5948c72cda2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:57:51 +0000 Subject: [PATCH] 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 --- CHANGELOG.md | 14 ++++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e0610ecf..085f817d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ ## main -- 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. +### ✨ Features and improvements +- _...Add new stuff here..._ + +### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 4.7.0 ### ✨ Features and improvements + - Support multiple layers in `map.on`, `map.once` and `map.off` methods ([#4279](https://github.com/maplibre/maplibre-gl-js/pull/4401)) - 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)) -- _...Add new stuff here..._ ### 🐞 Bug fixes @@ -17,7 +22,8 @@ using `transformCameraUpdate` caused the `maxBounds` to stop working just for ea - Fix bug where `fitBounds` and `cameraForBounds` would not display across the 180th meridian (antimeridian) - Fix white flickering on map resize ([#4158](https://github.com/maplibre/maplibre-gl-js/pull/4158)) - Fixed a performance regression related to symbol placement ([#4599](https://github.com/maplibre/maplibre-gl-js/pull/4599)) -- _...Add new stuff here..._ +- 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](https://github.com/maplibre/maplibre-gl-js/pull/4625)) ## 4.6.0 diff --git a/package-lock.json b/package-lock.json index b8e01c5902..fd43a38245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "4.6.0", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "4.6.0", + "version": "4.7.0", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index d6246b2bd1..f6173726b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maplibre-gl", "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", - "version": "4.6.0", + "version": "4.7.0", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",