Skip to content

Commit

Permalink
📦 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasilgeo committed Nov 13, 2019
1 parent 4a1c9de commit 22df340
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.3.2] - 2019-11-13

### Fixed

* Time filtering fix which adds a case for when a feature's time range contains the time range given in the to and from options for the layer. (🙏pjbiogit🙏 [#1174](https://github.com/Esri/esri-leaflet/pull/1174))

## [2.3.1] - 2019-10-10

### Fixed
Expand Down Expand Up @@ -678,7 +684,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.3.1...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.3.2...HEAD
[2.3.2]: https://github.com/esri/esri-leaflet/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/esri/esri-leaflet/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/esri/esri-leaflet/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/esri/esri-leaflet/compare/v2.2.3...v2.2.4
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.3.1",
"version": "2.3.2",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit 22df340

Please sign in to comment.