Skip to content

Commit

Permalink
📦 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Aug 21, 2024
1 parent aee75c7 commit bac36e5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [4.2.4] - 2024-08-21

### Fixed

* Fixed issue where Esri Attribution was not removed when VectorBasemapLayer was removed ([#208](https://github.com/Esri/esri-leaflet-vector/pull/208))

### Updated

* Updated maplibre-gl dependency to v4 ([#222](https://github.com/Esri/esri-leaflet-vector/pull/222))
* Updated dependencies ([#223](https://github.com/Esri/esri-leaflet-vector/pull/223))

## [4.2.3] - 2023-12-07

### Added
Expand Down Expand Up @@ -264,8 +275,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Initial Release

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.3...HEAD
[4.2.1]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.2...v4.2.3
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.4...HEAD
[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
[4.2.2]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.1...v4.2.2
[4.2.1]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/esri/esri-leaflet-vector/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.1...v4.0.2
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": "esri-leaflet-vector",
"description": "Esri vector basemap and vector tile layer plugin for Leaflet.",
"version": "4.2.3",
"version": "4.2.4",
"author": "John Gravois (https://johngravois.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
Expand Down

0 comments on commit bac36e5

Please sign in to comment.