Skip to content

Commit

Permalink
📦 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr committed Oct 5, 2020
1 parent a3a4d74 commit a3b244e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.5.1] - 2020-10-04

### Added

- Support 'withCredentials' option (🙏luiscamachopt🙏 [#1233](https://github.com/Esri/esri-leaflet/pull/1233))
- Support 'fetchAllFeatures' option (🙏francharbo🙏 [#1229](https://github.com/Esri/esri-leaflet/pull/1229))

## [2.5.0] - 2020-08-06

### Fixed
Expand Down Expand Up @@ -741,7 +748,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/v2.5.0..HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.5.1..HEAD
[2.5.1]: https://github.com/esri/esri-leaflet/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/esri/esri-leaflet/compare/v2.4.1...v2.5.0
[2.4.1]: https://github.com/esri/esri-leaflet/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/esri/esri-leaflet/compare/v2.3.3...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.5.0",
"version": "2.5.1",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit a3b244e

Please sign in to comment.