Skip to content

Commit

Permalink
📦 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Dec 17, 2024
1 parent 0a7cce8 commit c751baf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 42 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [4.2.6] - 2024-12-17

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

### Fixed

* Fixed issue where Esri Attribution was not added properly when using vectorBasemapLayer using an item ID ([#229](https://github.com/Esri/esri-leaflet-vector/pull/229))

## [4.2.5] - 2024-08-26

MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `4.6.0`.
Expand Down Expand Up @@ -297,7 +305,8 @@ MapLibre GL JS version that is included with this version of Esri Leaflet Vector

* Initial Release

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.5...HEAD
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.6...HEAD
[4.2.6]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.5...v4.2.6
[4.2.5]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.4...v4.2.5
[4.2.4]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.2...v4.2.3
Expand Down
80 changes: 40 additions & 40 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": "esri-leaflet-vector",
"description": "Esri vector basemap and vector tile layer plugin for Leaflet.",
"version": "4.2.5",
"version": "4.2.6",
"author": "John Gravois (https://johngravois.com)",
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
Expand Down

0 comments on commit c751baf

Please sign in to comment.