Skip to content

Commit 6de151d

Browse files
committed
📦 3.0.18
1 parent 0dc8744 commit 6de151d

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.18] - 2025-08-14
9+
10+
### Changed
11+
12+
- Reverted "fix LODmap issue" (#1400) since it caused a regression ([#1413](https://github.com/Esri/esri-leaflet/pull/1413))
13+
814
## [3.0.17] - 2025-06-25
915

1016
### Fixed
@@ -898,7 +904,8 @@ None
898904
- Add DarkGray and DarkGrayLabels to BasemapLayer. #190
899905
- An attributionControl on maps is now required when using BasemapLayer. #159
900906

901-
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.17..HEAD
907+
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.18..HEAD
908+
[3.0.18]: https://github.com/esri/esri-leaflet/compare/v3.0.17..v3.0.18
902909
[3.0.17]: https://github.com/esri/esri-leaflet/compare/v3.0.16..v3.0.17
903910
[3.0.16]: https://github.com/esri/esri-leaflet/compare/v3.0.15..v3.0.16
904911
[3.0.15]: https://github.com/esri/esri-leaflet/compare/v3.0.14..v3.0.15

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.17",
4+
"version": "3.0.18",
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)