Skip to content

Commit 9effd63

Browse files
committed
Merge branch 'main' of https://github.com/maplibre/maplibre-style-spec into data-drive-line-dasharray
2 parents 5b84701 + 0f40944 commit 9effd63

File tree

28 files changed

+903
-492
lines changed

28 files changed

+903
-492
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version-file: '.nvmrc'
1919

.github/workflows/create-bumb-version-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: main
2424

2525
- name: Use Node.js from nvmrc
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version-file: '.nvmrc'
2929

.github/workflows/publish-style-spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: main
2020

2121
- name: Use Node.js from nvmrc
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version-file: '.nvmrc'
2525

@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: Use Node.js from nvmrc
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@v5
5353
with:
5454
node-version-file: '.nvmrc'
5555
registry-url: 'https://registry.npmjs.org'

.github/workflows/test-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v5
2121
with:
2222
node-version-file: '.nvmrc'
2323
- run: npm ci
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v5
33-
- uses: actions/setup-node@v4
33+
- uses: actions/setup-node@v5
3434
with:
3535
node-version-file: '.nvmrc'
3636
- run: npm ci
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- uses: actions/checkout@v5
54-
- uses: actions/setup-node@v4
54+
- uses: actions/setup-node@v5
5555
with:
5656
node-version-file: '.nvmrc'
5757
- run: npm ci

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77

88
### 🐞 Bug fixes
99
- _...Add new stuff here..._
10+
-
11+
## 24.1.1
12+
13+
### 🐞 Bug fixes
14+
15+
- Replace spread operator (`...`) due to esbuild limitations ([#1286](https://github.com/maplibre/maplibre-style-spec/pull/1286))
16+
17+
## 24.1.0
18+
19+
### ✨ Features and improvements
20+
21+
- Added `global-state` parameter to `featureFilter` function ([#1279](https://github.com/maplibre/maplibre-style-spec/pull/1279))
22+
23+
## 24.0.0
24+
25+
### ✨ Features and improvements
26+
27+
- ⚠️ Change passing `global-state` to expression from the `evaluate` function to the constructor ([#1267](https://github.com/maplibre/maplibre-style-spec/pull/1267)) - you can add an empty object for global state to overcome this.
28+
29+
### 🐞 Bug fixes
1030

1131
## 23.3.0
1232

0 commit comments

Comments
 (0)