Skip to content

Commit 1768c7b

Browse files
Bump version to 24.2.0 (#1298)
* Bump version to 24.2.0 * Update CHANGELOG for version 24.2.0 Added notes on visual artifacts in vector tile layers and implemented data-driven styling for line-dasharray. Replaced spread operator due to esbuild limitations. * Update CHANGELOG with new features and improvements Added notes on visual artifacts and data-driven styling support. --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
1 parent c3db60c commit 1768c7b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
### ✨ Features and improvements
44
- _...Add new stuff here..._
5-
- Add note regarding visual artifacts that can appear with large width/size/offset values on vector tile layers, highlight remediation options ([#4160](https://github.com/maplibre/maplibre-gl-js/issues/4160))
65

6+
### 🐞 Bug fixes
7+
- _...Add new stuff here..._
8+
9+
## 24.2.0
10+
11+
### ✨ Features and improvements
12+
13+
- Add note regarding visual artifacts that can appear with large width/size/offset values on vector tile layers, highlight remediation options ([#4160](https://github.com/maplibre/maplibre-gl-js/issues/4160))
714
- Implement data-driven styling support for `line-dasharray` ([#5812](https://github.com/mapbox/mapbox-gl-js/pull/5812))
815

916
### 🐞 Bug fixes
10-
- _...Add new stuff here..._
17+
1118
- Replace additional spread operator (`...`) due to esbuild limitations ([#1297](https://github.com/maplibre/maplibre-style-spec/pull/1297))
1219

1320
## 24.1.1

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/maplibre-gl-style-spec",
33
"description": "a specification for maplibre styles",
4-
"version": "24.1.1",
4+
"version": "24.2.0",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)