Skip to content

Commit

Permalink
📦 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Apr 8, 2022
1 parent ec37264 commit d56be1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [3.0.8] - 2022-04-08

### Fixed

- Fixed warning in Leaflet v1.8.0 ([#1325](https://github.com/Esri/esri-leaflet/pull/1325))

### Changed

- Updated development tooling:
- updated Semistandard ([#1319](https://github.com/Esri/esri-leaflet/pull/1319), [#1320](https://github.com/Esri/esri-leaflet/pull/1320), [#1321](https://github.com/Esri/esri-leaflet/pull/1321), [#1322](https://github.com/Esri/esri-leaflet/pull/1322))
- switched from `watch` to `chokidar` ([#1324](https://github.com/Esri/esri-leaflet/pull/1324))
- switched to rollup-plugin-terser ([#1316](https://github.com/Esri/esri-leaflet/pull/1316)).

## [3.0.7] - 2022-02-24

### Fixed
Expand Down Expand Up @@ -822,7 +835,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.7..HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.8..HEAD
[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
[3.0.6]: https://github.com/esri/esri-leaflet/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/esri/esri-leaflet/compare/v3.0.4...v3.0.5
Expand Down
16 changes: 8 additions & 8 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.7",
"version": "3.0.8",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit d56be1d

Please sign in to comment.