Skip to content

Commit

Permalink
📦 2.0.7 (#911)
Browse files Browse the repository at this point in the history
* 📦 2.0.7

* missed one
  • Loading branch information
jgravois authored Jan 6, 2017
1 parent 6d7cdc6 commit 08524f4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,29 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]
## [Unreleased][unreleased]

## [2.0.7]

### Fixed

* its now possible to call setOpacity() immediately after instantiating a `RasterLayer` [#909](https://github.com/Esri/esri-leaflet/pull/909) (thank you[@Saulzi](https://github.com/Saulzi)!)
* `L.TileLayer` maxNativeZoom is now honored by `tiledMapLayer` [#904](https://github.com/Esri/esri-leaflet/pull/904)
* an error is no longer thrown when a `RasterLayer` is added to the map at a zoom level outside its own custom restraint [#903](https://github.com/Esri/esri-leaflet/pull/903)
* `addfeature` is no longer emitted twice when `FeatureLayer.setWhere()` is called [#893](https://github.com/Esri/esri-leaflet/pull/893)

### Changed

* `RasterLayer` now exposes a public `redraw()` method [#905](https://github.com/Esri/esri-leaflet/pull/905)
* an inline base64 encoded transparent image is now substituted for missing tiles [#902](https://github.com/Esri/esri-leaflet/pull/902)
* the `addfeature` event is no longer triggered when features are fetched and drawn for the very first time [#893](https://github.com/Esri/esri-leaflet/pull/893)

## [2.0.6]
* `withCredentials` is no longer set for CORS requests. [#890](https://github.com/Esri/esri-leaflet/pull/890)

### Fixed

* `withCredentials` is no longer set for CORS requests [#890](https://github.com/Esri/esri-leaflet/pull/890)

## [2.0.5] - deprecated

### Fixed
Expand Down Expand Up @@ -490,7 +506,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.6...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.7...HEAD
[2.0.6]: https://github.com/esri/esri-leaflet/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/esri/esri-leaflet/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/esri/esri-leaflet/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/esri/esri-leaflet/compare/v2.0.3...v2.0.4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.c
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"></script>

<!-- Load Esri Leaflet locally, after cloning this repository -->
<script src="https://unpkg.com/[email protected].6"></script>
<script src="https://unpkg.com/[email protected].7"></script>

<style>
html, body, #map {
Expand Down Expand Up @@ -154,10 +154,10 @@ If you'd like to inspect and modify the source of Esri Leaflet, follow the instr
* 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.4/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.6) (available on [CDN](https://unpkg.com/[email protected].5)) can be used in apps alongside:
* Esri Leaflet [2.x](https://github.com/Esri/esri-leaflet/releases/tag/v2.0.7) (available on [CDN](https://unpkg.com/[email protected].7)) can be used in apps alongside:
* [Leaflet](http://leafletjs.com) version 1.x.

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

### Versioning

Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "esri-leaflet",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"license": "Apache-2.0",
"main": "dist/esri-leaflet.js",
"dependencies": {
"arcgis-to-geojson-utils": "^1.0.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.6",
"version": "2.0.7",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand Down

0 comments on commit 08524f4

Please sign in to comment.