Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 2.0.1 #802

Merged
merged 1 commit into from
Jul 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
* Browser and version:

ie: Chrome 49
ie: Chrome 51, IE11

* Version of Leaflet (`L.version`):

0.7.7, 1.0.0-rc.1?

* 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/)?
17 changes: 16 additions & 1 deletion 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.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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The easiest way to get started is to load Esri Leaflet via [CDN](http://www.jsde
<script src="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.1/leaflet.js"></script>

<!-- Load Esri Leaflet locally, after cloning this repository -->
<script src="https://cdn.jsdelivr.net/leaflet.esri/2.0.0/esri-leaflet.js"></script>
<script src="https://cdn.jsdelivr.net/leaflet.esri/2.0.1/esri-leaflet.js"></script>

<style>
html, body, #map {
Expand Down Expand Up @@ -150,11 +150,11 @@ If you'd like to inspect and modify the source of Esri Leaflet, follow the instr

### Dependencies

* Esri Leaflet [1.x](https://github.com/Esri/esri-leaflet/releases/tag/v1.0.2) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri/1.0.2/esri-leaflet.js)) can be used in apps alongside:
* Esri Leaflet [1.x](https://github.com/Esri/esri-leaflet/releases/tag/v1.0.3) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri/1.0.3/esri-leaflet.js)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 0.7.x.

* Esri Leaflet [2.x](https://github.com/Esri/esri-leaflet/releases/tag/v2.0.0-beta.5) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri/2.0.0-beta.7/esri-leaflet.js)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 1.0.0-beta2.
* Esri Leaflet [2.x](https://github.com/Esri/esri-leaflet/releases/tag/v2.0.1) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri/2.0.1/esri-leaflet.js)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 1.0.0-rc.X.

The `master` branch of this repository is only compatible with Leaflet 1.0.x.

Expand All @@ -173,8 +173,8 @@ Esri welcomes contributions from anyone and everyone. Please see our [guidelines
* `L.esri.DynamicMapLayer` originally used code from [AGS.Layer.Dynamic.js](https://github.com/sanborn/leaflet-ags/blob/master/src/AGS.Layer.Dynamic.js)
* `L.esri.TiledMapLayer` adapts some code from [arcgis-level-fixer](https://github.com/gisinc/arcgis-level-fixer)

### License
Copyright 2015 Esri
### Licensing
Copyright 2016 Esri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "v2.0.0",
"version": "v2.0.1",
"main": "dist/esri-leaflet.js",
"dependencies": {
"leaflet": "^1.0.0-rc.1"
Expand Down
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.0.0",
"version": "2.0.1",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand Down