Skip to content

Commit

Permalink
📦 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Oct 25, 2024
1 parent 3dca4f1 commit e5e146a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [3.0.13] - 2024-10-25

### Fixed

- Removed usage of `toLatLngBounds` to improve usage of Esri Leaflet with ESM CDNs. ([#1394](https://github.com/Esri/esri-leaflet/pull/1394))

### Changed

- Updated dependencies ([#1382](https://github.com/Esri/esri-leaflet/pull/1382))

## [3.0.12] - 2023-11-27

### Fixed
Expand Down Expand Up @@ -864,7 +874,8 @@ None
- Add DarkGray and DarkGrayLabels to BasemapLayer. #190
- An attributionControl on maps is now required when using BasemapLayer. #159

[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.12..HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.13..HEAD
[3.0.13]: https://github.com/esri/esri-leaflet/compare/v3.0.12..v3.0.13
[3.0.12]: https://github.com/esri/esri-leaflet/compare/v3.0.11..v3.0.12
[3.0.11]: https://github.com/esri/esri-leaflet/compare/v3.0.10...v3.0.11
[3.0.10]: https://github.com/esri/esri-leaflet/compare/v3.0.9...v3.0.10
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",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"version": "3.0.12",
"version": "3.0.13",
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit e5e146a

Please sign in to comment.