Skip to content

Commit

Permalink
Release 2.2.0-pre.4 (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Aug 10, 2022
1 parent 88a3bc3 commit 002ed6e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 119 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
### ✨ Features and improvements

- *...Add new stuff here...*
-
### 🐞 Bug fixes

- *...Add new stuff here...*

## 2.2.0-pre.4

### ✨ Features and improvements

- Update `icon-padding` symbol layout property to support asymmetric padding (#1289)
- Added `cooperativeGestures` option when instantiating map to prevent inadvertent scrolling/panning when navigating a page where map is embedded inline (#234)
- Improve filter specification typings (#1390)
- Add internal support for Node 18 (#1431)

### 🐞 Bug fixes

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

## 2.2.0-pre.3
Expand Down
119 changes: 2 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "2.2.0-pre.3",
"version": "2.2.0-pre.4",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 002ed6e

Please sign in to comment.