From 7a11cb4ef9f032fe35307575875af550f74ceeea Mon Sep 17 00:00:00 2001 From: john gravois Date: Thu, 14 Jul 2016 13:33:20 -0700 Subject: [PATCH] :package: 2.0.1 --- .github/issue_template.md | 17 ++++++++++------- CHANGELOG.md | 17 ++++++++++++++++- README.md | 12 ++++++------ bower.json | 2 +- package.json | 2 +- 5 files changed, 34 insertions(+), 16 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 36efbddde..7750a046f 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ * Browser and version: -ie: Chrome 49 +ie: Chrome 51, IE11 * Version of Leaflet (`L.version`): @@ -8,18 +8,21 @@ ie: Chrome 49 * Version of esri Leaflet (`L.esri.VERSION`): -1.0.3, 2.0.0, `master`? +1.0.3, 2.0.1, `master`? -* I'm loading/bundling the library using: -ie: [CDN](http://www.jsdelivr.com/projects/leaflet.esri), [webpack](https://webpack.github.io/), [browserify](http://browserify.org/), [RequireJS](http://requirejs.org/) Steps to reproduce the error: -1. -2. + +1. first do this +2. then do this What happens is [X]. I was expecting [Y]. -(if possible, please use our template to create a [jsbin](http://jsbin.com/wudoxe/edit?html,output) that demonstrates the problem) +(if possible, create a [jsbin](http://jsbin.com/wudoxe/edit?html,output) that demonstrates the problem) + +* Optional: I'm *not* using the [CDN](http://www.jsdelivr.com/projects/leaflet.esri), I'm loading/bundling the library using: + +[webpack](https://webpack.github.io/), [browserify](http://browserify.org/), [RequireJS](http://requirejs.org/)? diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd0d6ff5..1cefe67ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Upcoming changes][unreleased] +## [2.0.1] + +### Added +* users can now pass tokens to `basemapLayer` [#800](https://github.com/Esri/esri-leaflet/pull/800) + +### Fixed +* to avoid broken tile thumbnails, a generic blank tile is referenced automatically by `tiledMapLayer`. [#784](https://github.com/Esri/esri-leaflet/pull/784) +* ensure addfeature and removefeature events are emitted when `featureLayer`s are added to and removed from the map. [#788](https://github.com/Esri/esri-leaflet/pull/788) +* base64 `dynamicMapLayer` responses are now parsed appropriately [#796](https://github.com/Esri/esri-leaflet/pull/796) + +### Changed +* the esri logo is no longer displayed when hosted basemaps are used. It has been replaced by '© Esri' in the map attribution. [#783](https://github.com/Esri/esri-leaflet/pull/783) +* Internal methods used to display dynamic attribution for tiled services with supporting static services were moved into L.esri.Util. [#799](https://github.com/Esri/esri-leaflet/pull/799) + ## [1.0.4] ### Fixed @@ -424,7 +438,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.0.0...HEAD +[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/esri/esri-leaflet/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.8...v2.0.0 [2.0.0-beta.8]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.7...v2.0.0-beta.8 [2.0.0-beta.7]: https://github.com/esri/esri-leaflet/compare/v2.0.0-beta.6...v2.0.0-beta.7 diff --git a/README.md b/README.md index 69ad58060..2c059c0be 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The easiest way to get started is to load Esri Leaflet via [CDN](http://www.jsde - +