Skip to content

Commit

Permalink
Bump version to 4.3.2 (#4137)
Browse files Browse the repository at this point in the history
* Bump version to 4.3.2

* Update CHANGELOG.md

* Update geolocate_control.ts

* Fix image background and header level.

---------

Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com>
Co-authored-by: Harel M <harel.mazor@gmail.com>
  • Loading branch information
3 people authored May 19, 2024
1 parent c434f92 commit 0a04d2a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## main

### ✨ Features and improvements
- Remove `json-stringify-pretty-compact` from dev-dependencies ([#967](https://github.com/maplibre/maplibre-gl-js/issues/967))
- _...Add new stuff here..._

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

## 4.3.2

### 🐞 Bug fixes

- Fix an issue with `moveend` zoom being different than the actual current zoom ([#4132](https://github.com/maplibre/maplibre-gl-js/pull/4132))
- _...Add new stuff here..._

## 4.3.1

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.3.1",
"version": "4.3.2",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down
3 changes: 3 additions & 0 deletions src/ui/control/geolocate_control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ let noTimeout = false;
* **Event** `outofmaxbounds` of type {@link Event} will be fired on each Geolocation API position update which returned as success but user position is out of map `maxBounds`.
* `data` - The returned [Position](https://developer.mozilla.org/en-US/docs/Web/API/Position) object from the callback in [Geolocation.getCurrentPosition()](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition) or [Geolocation.watchPosition()](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPosition).
*
* ## State Diagram
* ![GeolocateControl state diagram](https://github.com/maplibre/maplibre-gl-js/assets/3269297/78e720e5-d781-4da8-9803-a7a0e6aaaa9f)
*
* @example
* ```ts
* // Initialize the geolocate control.
Expand Down

0 comments on commit 0a04d2a

Please sign in to comment.