diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c84acf92..bec7e7582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [3.0.10] - 2023-01-17 + +### Fixed + +- Fixed issue with popups when using Leaflet v1.9.3 ([#1350](https://github.com/Esri/esri-leaflet/pull/1350)) + +### Changed + +- Updated dependencies ([#1351](https://github.com/Esri/esri-leaflet/pull/1351)) + ## [3.0.9] - 2022-12-09 ### Fixed @@ -840,7 +850,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.9..HEAD +[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.10..HEAD +[3.0.10]: https://github.com/esri/esri-leaflet/compare/v3.0.9...v3.0.10 [3.0.9]: https://github.com/esri/esri-leaflet/compare/v3.0.8...v3.0.9 [3.0.8]: https://github.com/esri/esri-leaflet/compare/v3.0.7...v3.0.8 [3.0.7]: https://github.com/esri/esri-leaflet/compare/v3.0.6...v3.0.7 diff --git a/debug/sample.html b/debug/sample.html index 3a15c5e2a..4d5ef08b8 100644 --- a/debug/sample.html +++ b/debug/sample.html @@ -53,9 +53,7 @@
- +
diff --git a/package-lock.json b/package-lock.json index 28e42ffdf..8776bcc34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esri-leaflet", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esri-leaflet", - "version": "3.0.9", + "version": "3.0.10", "license": "Apache-2.0", "dependencies": { "@terraformer/arcgis": "^2.1.0", diff --git a/package.json b/package.json index 4b72e2668..de24908ff 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "esri-leaflet", "description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.", - "version": "3.0.9", + "version": "3.0.10", "author": "Patrick Arlt (http://patrickarlt.com)", "bugs": { "url": "https://github.com/esri/esri-leaflet/issues" }, "contributors": [ "Patrick Arlt (http://patrickarlt.com)", - "John Gravois (https://johngravois.com)", + "John Gravois (https://johngravois.com)", "Gavin Rehkemper (https://gavinr.com)", - "Jacob Wasilkowski (https://jwasilgeo.github.io)" + "Jacob Wasilkowski (https://jwasilgeo.github.io)" ], "dependencies": { "@terraformer/arcgis": "^2.1.0",