Skip to content

Commit

Permalink
📦 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Aug 2, 2018
1 parent 51de281 commit 6a7e464
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.2.2] - 2018-08-02

### Fixed

* trapped an error when Map.attribution control is _not_ loaded.

### Added

* `dynamicMapLayer()` and `imageMapLayer()` now both expose a new `zIndex` constructor option and modify `zIndex` values appropriately internally when `bringToFront()` and `bringToBack()` are called. (🙏appleshowc🙏 [#1084](https://github.com/Esri/esri-leaflet/pull/1084))

## [2.2.1] - 2018-07-11

### Fixed
Expand Down Expand Up @@ -630,7 +640,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.2.1...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/esri/esri-leaflet/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/esri/esri-leaflet/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/esri/esri-leaflet/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/esri/esri-leaflet/compare/v2.1.3...v2.1.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.2.1",
"version": "2.2.2",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand Down

0 comments on commit 6a7e464

Please sign in to comment.