Skip to content

Commit ef0064b

Browse files
authored
Release 2.2.0 (#1458)
1 parent 002ed6e commit ef0064b

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99
- *...Add new stuff here...*
1010

11+
## 2.2.0
12+
13+
Everything from the four previous pre-releases:
14+
15+
### ✨ Features and improvements
16+
17+
- Update `icon-padding` symbol layout property to support asymmetric padding (#1289)
18+
- Added `cooperativeGestures` option when instantiating map to prevent inadvertent scrolling/panning when navigating a page where map is embedded inline (#234)
19+
- Improve filter specification typings (#1390)
20+
- Add internal support for Node 18 (#1431)
21+
- Add 3D terrain capabilities (#165, #1022)
22+
- 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)
23+
24+
### 🐞 Bug fixes
25+
26+
- Fix compact attribution style when using global CSS that sets `box-sizing: border-box;` (#1250)
27+
- Handle maxBounds which cross the meridian at longitude ±180° (#1298, #1299)
28+
- Hide arrow displayed in default `summary` styles on the attribution control (#1258)
29+
- Fix memory usage in terrain 3D (#1291, #1302)
30+
- Fix disappearence of closest tiles when 3D terrain is enabled (#1241, #1300)
31+
1132
## 2.2.0-pre.4
1233

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

0 commit comments

Comments
 (0)