Skip to content

Commit

Permalink
Bump version to 3.2.1 (maplibre#2911)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Steinbaugh <[email protected]>
  • Loading branch information
neodescis and neodescis authored Jul 24, 2023
1 parent b2345e5 commit 88818bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@

### ✨ Features and improvements

- _...Add new stuff here..._

### 🐞 Bug fixes

- _...Add new stuff here..._

## 3.2.1

### ✨ Features and improvements

- Remove cooperative gesture screen from the accessibility tree since screenreaders cannot interact with the map using gestures
- Add `cooperated gestures` example to the doc.([#2860](https://github.com/maplibre/maplibre-gl-js/pull/2860))
- _...Add new stuff here..._

### 🐞 Bug fixes

- Incorrect distance field of view calculation for negative elevation, fixed by storing min elevation for the tile in view ([#1655](https://github.com/maplibre/maplibre-gl-js/issues/1655), [#2858](https://github.com/maplibre/maplibre-gl-js/pull/2858))
- Fix reloadCallback not firing on VectorTileWorkerSource.reloadTile ([#1874](https://github.com/maplibre/maplibre-gl-js/pull/1874))
- Fix RasterDEMTileSource not serializing its options correctly ([#2895](https://github.com/maplibre/maplibre-gl-js/pull/2895))
- Remove node and jest from dist type checking, fix map event and other typing problems ([#2898](https://github.com/maplibre/maplibre-gl-js/pull/2898))
- _...Add new stuff here..._

## 3.2.0

Expand Down
4 changes: 2 additions & 2 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": "3.2.0",
"version": "3.2.1",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 88818bc

Please sign in to comment.