Skip to content

Commit 7cb76fa

Browse files
authored
Release 2.3.1-pre.2 (#1520)
1 parent 075821a commit 7cb76fa

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
### 🐞 Bug fixes
1010

1111
- *...Add new stuff here...*
12-
12+
13+
## 2.3.1-pre.2
14+
15+
### ✨ Features and improvements
16+
- Improve expression types ([#1510](https://github.com/maplibre/maplibre-gl-js/pull/1510))
17+
- Improve performance for primitive size selection ([#1508](https://github.com/maplibre/maplibre-gl-js/pull/1508))
18+
- Fix query tests on windows ([#1506](https://github.com/maplibre/maplibre-gl-js/pull/1506))
19+
- Upgrade target from ES2017 to ES2019 ([#1499](https://github.com/maplibre/maplibre-gl-js/pull/1499))
20+
1321
## 2.3.1-pre.1
1422

1523
### ✨ Features and improvements

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

0 commit comments

Comments
 (0)