diff --git a/CHANGELOG.md b/CHANGELOG.md index 56afb213d7..46fffbc340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,26 @@ ## main ### ✨ Features and improvements +- _...Add new stuff here..._ + +### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 5.0.0-pre.7 + +### ✨ Features and improvements + - ⚠️ Change drag rotate behavior to be around the center of the screen ([#5074](https://github.com/maplibre/maplibre-gl-js/pull/5074)) - Export `Event` class ([#5016](https://github.com/maplibre/maplibre-gl-js/pull/5016)) - Support Vertical Perspective projection ([#5023](https://github.com/maplibre/maplibre-gl-js/pull/5023)) -- _...Add new stuff here..._ ### 🐞 Bug fixes + - Fixes scale control for globe on zoom out ([#4897](https://github.com/maplibre/maplibre-gl-js/pull/4897)) - Fixes cooperative gestures displaying the mobile help text when screen width is smaller than 480px on non-touch devices ([#5053](https://github.com/maplibre/maplibre-gl-js/pull/5053)) - Fixes incorrect cluster radius scaling in `GeoJSONSource.setClusterOptions()` ([#5055](https://github.com/maplibre/maplibre-gl-js/pull/5055)) - Improve innerHTML handling in code ([#5057](https://github.com/maplibre/maplibre-gl-js/pull/5057))) - Fix geometry beyond tile borders being rendered ([#4868](https://github.com/maplibre/maplibre-gl-js/pull/4868)) -- _...Add new stuff here..._ ## 5.0.0-pre.6 diff --git a/package-lock.json b/package-lock.json index c1adf8df56..d49f119e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "5.0.0-pre.6", + "version": "5.0.0-pre.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "5.0.0-pre.6", + "version": "5.0.0-pre.7", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index 86be57b33a..d68e98b0eb 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": "5.0.0-pre.6", + "version": "5.0.0-pre.7", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",