Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.4.0 #1556

Merged
merged 2 commits into from
Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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