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

Changelog: maplibre versions #224

Merged
merged 1 commit into from
Oct 15, 2024
Merged
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.4] - 2024-08-21

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `4.5.0`.

### Fixed

* Fixed issue where Esri Attribution was not removed when VectorBasemapLayer was removed ([#208](https://github.com/Esri/esri-leaflet-vector/pull/208))
Expand All @@ -18,6 +20,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.3] - 2023-12-07

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `3.3.1`.

### Added

* Added worldview and places params ([#214](https://github.com/Esri/esri-leaflet-vector/pull/214))
Expand All @@ -28,18 +32,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.2] - 2023-10-23

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `3.3.1`.

### Fixed

* Adds support for RTL language labels by exposing the maplibre `setRTLTextPlugin` method ([#207](https://github.com/Esri/esri-leaflet-vector/pull/207))

## [4.2.1] - 2023-10-18

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `3.3.1`.

### Updated

* Updated maplibre-gl dependency to v3 ([#201](https://github.com/Esri/esri-leaflet-vector/pull/201))

## [4.2.0] - 2023-10-17

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `2.3.0`.

### Added

* Allow users to set preserveDrawingBuffer in the options ([#199](https://github.com/Esri/esri-leaflet-vector/pull/199))
Expand All @@ -52,6 +62,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.0] - 2023-05-31

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `2.3.0`.

### Added

* Added `load-error` event ([#165](https://github.com/Esri/esri-leaflet-vector/pull/165))
Expand All @@ -67,13 +79,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.2] - 2023-04-04

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `2.3.0`.

### Fixed

* Fixed layer invisible at certain zoom levels using minLOD/maxLOD ([#166](https://github.com/Esri/esri-leaflet-vector/pull/166))
* Added `index.d.ts` to release ([#167](https://github.com/Esri/esri-leaflet-vector/pull/167))

## [4.0.1] - 2023-02-23

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `2.3.0`.

### Fixed

* Switching basemaps issue ([#162](https://github.com/Esri/esri-leaflet-vector/pull/162))
Expand All @@ -84,6 +100,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0] - 2022-09-02

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `2.3.0`.

### Updated

* Switched to use Maplibre GL JS ([#141](https://github.com/Esri/esri-leaflet-vector/pull/141))
Expand Down
Loading