Skip to content

Commit 0fe05a9

Browse files
committed
📦 3.0.17
1 parent 202e125 commit 0fe05a9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [3.0.17] - 2025-06-25
9+
10+
### Fixed
11+
12+
- Wrong initial tile set zoom level for tileLayer with custom LODs ([#1400](https://github.com/Esri/esri-leaflet/pull/1400))
13+
814
## [3.0.16] - 2025-05-01
915

1016
### Changed
@@ -892,7 +898,8 @@ None
892898
- Add DarkGray and DarkGrayLabels to BasemapLayer. #190
893899
- An attributionControl on maps is now required when using BasemapLayer. #159
894900

895-
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.16..HEAD
901+
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.17..HEAD
902+
[3.0.17]: https://github.com/esri/esri-leaflet/compare/v3.0.16..v3.0.17
896903
[3.0.16]: https://github.com/esri/esri-leaflet/compare/v3.0.15..v3.0.16
897904
[3.0.15]: https://github.com/esri/esri-leaflet/compare/v3.0.14..v3.0.15
898905
[3.0.14]: https://github.com/esri/esri-leaflet/compare/v3.0.13..v3.0.14

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esri-leaflet",
33
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
4-
"version": "3.0.16",
4+
"version": "3.0.17",
55
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
66
"bugs": {
77
"url": "https://github.com/esri/esri-leaflet/issues"

0 commit comments

Comments
 (0)