Skip to content

Commit 52a9f54

Browse files
authored
Changes needed to release 2.2.0-pre.1 (#1231)
1 parent 1ab71b1 commit 52a9f54

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
### ✨ Features and improvements
44

5-
- Cancel pending GeoJSON requests when `GeoJSONSource.setData()` is called instead of waiting for any pending request to complete before issuing the request for the new URL (#1102)
65
- *...Add new stuff here...*
76

87
### 🐞 Bug fixes
98

109
- *...Add new stuff here...*
1110

11+
## 2.2.0-pre.1
12+
13+
### ✨ Features and improvements
14+
15+
- Cancel pending GeoJSON requests when `GeoJSONSource.setData()` is called instead of waiting for any pending request to complete before issuing the request for the new URL (#1102)
16+
1217
## 2.1.9
1318

1419
### 🐞 Bug fixes

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

0 commit comments

Comments
 (0)