Skip to content

Commit

Permalink
Bump version to 4.0.0-pre.5 (#3619)
Browse files Browse the repository at this point in the history
* Bump version to 4.0.0-pre.5

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <HarelM@users.noreply.github.com>
Co-authored-by: Harel M <harel.mazor@gmail.com>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent 15afd54 commit ff7591d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
## main

### ✨ Features and improvements

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

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

## 4.0.0-pre.5

### ✨ Features and improvements
- ⚠️ Remove all global getters and setters from `maplibregl`, this means the the following methods have changed:
`maplibregl.version` => `getVersion()`
`maplibregl.workerCount` => `getWorkerCount()`, `setWorkerCount(...)`
`maplibregl.maxParallelImageRequests` => `getMaxParallelImageRequests()`, `setMaxParallelImageRequests(...)`
`maplibregl.workerUrl` => `getWorkerUrl()`, `setWorkerUrl(...)`
This is to avoid the need to use a global object and allow named exports/imports ([#3601](https://github.com/maplibre/maplibre-gl-js/issues/3601))
- _...Add new stuff here..._

### 🐞 Bug fixes
- Fix wheel zoom to be into the same direction above or under the horizon ([#3398](https://github.com/maplibre/maplibre-gl-js/issues/3398))
- Fix _cameraForBoxAndBearing not fitting bounds properly when using asymettrical camera viewport and bearing.
- _...Add new stuff here..._

## 4.0.0-pre.4

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": "4.0.0-pre.4",
"version": "4.0.0-pre.5",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit ff7591d

Please sign in to comment.