Skip to content

Commit

Permalink
📦 2.0.0 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Apr 29, 2016
1 parent 152ef6b commit 836edf2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [2.0.0]

### Added

* new 'USATopo' `L.esri.basemapLayer` option.
* boilerplate issue template

### Fixed

* Worked around IE10,11 bug that caused `L.esri.featureLayer`s not to draw https://github.com/Esri/esri-leaflet/pull/770
* Ensured `L.esri.imageMapLayer` are overlaid appropriately at world scale https://github.com/Esri/esri-leaflet/pull/774
* Ensured copyright text makes it into the minified, concatenated build of the library
* create script tag after JSONP callback function is defined https://github.com/Esri/esri-leaflet/issues/762

## [2.0.0-beta.8]

### Changed
Expand Down Expand Up @@ -82,7 +96,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Breaking

* Nested namespaces for `L.esri.Layers`, `L.esri.Services` and `L.esri.Tasks`, ``have been removed for better compatibility with ES 2015 modules. This means you should now write `L.esri.query()` for example as opposed to `L.esri.Tasks.query()`.
* Nested namespaces for `L.esri.Layers`, `L.esri.Services` and `L.esri.Tasks` have been removed for better compatibility with ES 2015 modules. This means you should now write `L.esri.query()` for example as opposed to `L.esri.Tasks.query()`.

### Changed

Expand Down Expand Up @@ -403,7 +417,9 @@ None
* FeatureLayer, DynamicMapLayer and ClusteredFeatureLayer all accept a token option for accessing services that require authentication and fire a `authenticationrequired` event when they encounter a need for a token. Thanks to @aaronpk for the Oauth demos. #139
* 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-beta.8...HEAD

[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.0...HEAD
[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
[1.0.3]: https://github.com/esri/esri-leaflet/compare/v1.0.2...v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "esri-leaflet",
"version": "v2.0.0-beta.7",
"version": "v2.0.0",
"main": "dist/esri-leaflet.js",
"dependencies": {
"leaflet": "^1.0.0-beta.2"
"leaflet": "^1.0.0-rc.1"
},
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-beta.8",
"version": "2.0.0",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"arcgis-to-geojson-utils": "^1.0.1",
"leaflet": "^1.0.0-beta.2",
"leaflet": "^1.0.0-rc.1",
"leaflet-virtual-grid": "^1.0.3",
"tiny-binary-search": "^1.0.2"
},
Expand Down

0 comments on commit 836edf2

Please sign in to comment.