Skip to content

Commit 14f56b0

Browse files
Bump version to 5.9.0 (#6528)
* Bump version to 5.9.0 * Update CHANGELOG for version 5.9.0 changes * Update CHANGELOG for version 5.9.0 --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
1 parent 0053841 commit 14f56b0

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

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

33
### ✨ Features and improvements
4-
- Improve fading - dynamic bi-directional raster cross-fading and self fading ([#6469](https://github.com/maplibre/maplibre-gl-js/pull/6469))
5-
- Support for usage of line-gradient together with line-dasharray
64
- _...Add new stuff here..._
75

86
### 🐞 Bug fixes
7+
- _...Add new stuff here..._
8+
9+
## 5.9.0
10+
11+
### ✨ Features and improvements
12+
13+
- Improve fading - dynamic bi-directional raster cross-fading and self fading ([#6469](https://github.com/maplibre/maplibre-gl-js/pull/6469))
14+
- Support for usage of line-gradient together with line-dasharray ([#6487](https://github.com/maplibre/maplibre-gl-js/pull/6487))
15+
16+
### 🐞 Bug fixes
17+
918
- Added `button` role to marker div to fix accessibility issues with the `aria-label` ([#6435](https://github.com/maplibre/maplibre-gl-js/issues/6435))
1019
- Fix a crash on iOS when there are too many symbols to render ([#6526](https://github.com/maplibre/maplibre-gl-js/issues/6526))
1120

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": "5.8.0",
4+
"version": "5.9.0",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)