Skip to content

Commit

Permalink
Release 2.4.0 (#1556)
Browse files Browse the repository at this point in the history
* Release 2.3.1

* update version in package.json
  • Loading branch information
birkskyum authored Aug 27, 2022
1 parent 6b80a81 commit 7db0e81
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 14 deletions.
33 changes: 22 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,39 @@

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

- Upgrade target from ES2017 to ES2019
- Removed `_interpolationType` unused field (#264)
- Added calculateCameraOptionsFromTo to camera [#1427](https://github.com/maplibre/maplibre-gl-js/pull/1427)

### 🐞 Bug fixes

- *...Add new stuff here...*
- Fix attribution not being displayed for terrain ([#1516](https://github.com/maplibre/maplibre-gl-js/pull/1516))
- No triggering of contextmenu after rotate, pitch, etc. also on Windows ([#1537](https://github.com/maplibre/maplibre-gl-js/pull/1537))

## 2.4.0

### ✨ Features and improvements
- Added calculateCameraOptionsFromTo to camera (#1427)
- Improve expression types (#1510)
- Improve performance for primitive size selection (#1508)
- Upgrade target from ES2017 to ES2019 (#1499)
- Improve error handling (#1485)
- Removed `_interpolationType` unused field (#264)

### 🐞 Bug fixes
- Fix query tests on windows (#1506)
- Fix attribution not being displayed for terrain (#1516)
- No triggering of contextmenu after rotate, pitch, etc. also on Windows (#1537)

## 2.3.1-pre.2

### ✨ Features and improvements
- Improve expression types ([#1510](https://github.com/maplibre/maplibre-gl-js/pull/1510))
- Improve performance for primitive size selection ([#1508](https://github.com/maplibre/maplibre-gl-js/pull/1508))
- Fix query tests on windows ([#1506](https://github.com/maplibre/maplibre-gl-js/pull/1506))
- Upgrade target from ES2017 to ES2019 ([#1499](https://github.com/maplibre/maplibre-gl-js/pull/1499))
- Improve expression types (#1510)
- Improve performance for primitive size selection (#1508)
- Upgrade target from ES2017 to ES2019 (#1499)

### 🐞 Bug fixes
- Fix query tests on windows (#1506)

## 2.3.1-pre.1

### ✨ Features and improvements
- Improve error handling ([#1485](https://github.com/maplibre/maplibre-gl-js/pull/1485))
- Improve error handling (#1485)

## 2.3.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": "2.3.1-pre.2",
"version": "2.4.0",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 7db0e81

Please sign in to comment.