Skip to content

Commit

Permalink
📦 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Feb 23, 2022
1 parent ecd369e commit 10757d9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [3.0.5] - 2022-02-23

### Added

- `siteInfo.json` generation as part of the release ([#1313](https://github.com/Esri/esri-leaflet/pull/1313))

### Fixed

- `FeatureLayer.refresh()` fixed for layers where `simplifyFactor` is not set ([#1304](https://github.com/Esri/esri-leaflet/pull/1304))

### Changed

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

## [3.0.4] - 2021-12-06

### Fixed
Expand Down Expand Up @@ -32,7 +46,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.0] - 2021-01-25

#### Added
### Added

- `apikey` method on L.esri.Task
- `apikey` property on L.esri.FeatureLayer
Expand Down Expand Up @@ -796,7 +810,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.4..HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.5..HEAD
[3.0.5]: https://github.com/esri/esri-leaflet/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/esri/esri-leaflet/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/esri/esri-leaflet/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/esri/esri-leaflet/compare/v3.0.1...v3.0.2
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.4",
"version": "3.0.5",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit 10757d9

Please sign in to comment.