From 1a9afb7baf603aac448630f909cb89e36a1e922c Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Mon, 26 Aug 2024 11:11:58 -0500 Subject: [PATCH] backport maplibre versions into changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095e5e2..d8040c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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)) @@ -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)) @@ -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)) @@ -67,6 +79,8 @@ 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)) @@ -74,6 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [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)) @@ -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))