Skip to content

Commit 002ed6e

Browse files
authored
Release 2.2.0-pre.4 (#1457)
1 parent 88a3bc3 commit 002ed6e

3 files changed

Lines changed: 12 additions & 119 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@
33
### ✨ Features and improvements
44

55
- *...Add new stuff here...*
6+
-
7+
### 🐞 Bug fixes
8+
9+
- *...Add new stuff here...*
10+
11+
## 2.2.0-pre.4
12+
13+
### ✨ Features and improvements
14+
615
- Update `icon-padding` symbol layout property to support asymmetric padding (#1289)
716
- Added `cooperativeGestures` option when instantiating map to prevent inadvertent scrolling/panning when navigating a page where map is embedded inline (#234)
817
- Improve filter specification typings (#1390)
918
- Add internal support for Node 18 (#1431)
1019

1120
### 🐞 Bug fixes
1221

13-
- *...Add new stuff here...*
1422
- Fix compact attribution style when using global CSS that sets `box-sizing: border-box;` (#1250)
1523

1624
## 2.2.0-pre.3

package-lock.json

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

0 commit comments

Comments
 (0)