Skip to content

Commit

Permalink
📦 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed May 31, 2023
1 parent 8c31733 commit 08dc39d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [4.1.0] - 2023-05-31

### Added

* Added `load-error` event ([#165](https://github.com/Esri/esri-leaflet-vector/pull/165))
* Added support for the v2 basemap styles service ([#182](https://github.com/Esri/esri-leaflet-vector/pull/182))

### Fixed

* fix default pane for VectorBasemapLayer ([#182](https://github.com/Esri/esri-leaflet-vector/pull/182))

### Changed

* VectorBasemapLayer now inherits from VectorTileLayer, reducing code duplication within this repo. ([#182](https://github.com/Esri/esri-leaflet-vector/pull/182))

## [4.0.2] - 2023-04-04

### Fixed
Expand Down Expand Up @@ -215,7 +230,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Initial Release

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.2...HEAD
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.1.0...HEAD
[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
[4.0.1]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/esri/esri-leaflet-vector/compare/v3.1.5...v4.0.0
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.0.2",
"version": "4.1.0",
"author": "John Gravois (https://johngravois.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
Expand Down

0 comments on commit 08dc39d

Please sign in to comment.