From 22df340e6f75b77598ceae4c3436eb433f32642c Mon Sep 17 00:00:00 2001 From: jwasilgeo Date: Wed, 13 Nov 2019 12:26:30 -0600 Subject: [PATCH] :package: 2.3.2 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de28fc951..8ac263475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 8b71aa2d3..52bd27533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "esri-leaflet", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 663563ca9..a1415b90c 100644 --- a/package.json +++ b/package.json @@ -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 (http://patrickarlt.com)", "bugs": { "url": "https://github.com/esri/esri-leaflet/issues"