Skip to content

Commit

Permalink
📦 2.0.8
Browse files Browse the repository at this point in the history
a few more lines in changelog
  • Loading branch information
jgravois committed Mar 16, 2017
1 parent 831e12e commit 4057373
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 15 deletions.
42 changes: 31 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.0.7]
## [2.0.8] - 2017-02-28

### Changed

* dynamicMapLayer popups now retrieve generalized geometries from map services to improve performance. [#921](https://github.com/Esri/esri-leaflet/pull/921)
* queries for features are no longer fired outside the layer's artificially constrained zoom level [#928](https://github.com/Esri/esri-leaflet/pull/928) (thank you[@keithpower](https://github.com/keithpower)!)
* ES6 syntax is now used to import selected Leaflet dependencies. [#920](https://github.com/Esri/esri-leaflet/pull/920)

### Fixed

* errors are no longer encountered when panning the map outside the artificially constrained zoom level of a previously drawn dynamicMapLayer [#917](https://github.com/Esri/esri-leaflet/pull/917) (thank you[@jordanparfitt](https://github.com/jordanparfitt)!)
* the value range returned by `IdentifyFeatures.simplify()` has been reversed for consistency with `Query.simplify()` [#921](https://github.com/Esri/esri-leaflet/pull/921)
* features are no longer accidentally drawn when the map is panned to a new location outside the artificially constrained zoom level of the layer. [#924](https://github.com/Esri/esri-leaflet/pull/924) (thank you[@keithpower](https://github.com/keithpower)!)

### Added

* In situations where a feature layer supports the geojson format, but it is deemed preferable to ask for Esri Geoservices JSON instead, developers can now set `isModern: false` as a constructor option. [#935](https://github.com/Esri/esri-leaflet/pull/935) (thank you[@spoilsportmotors](https://github.com/spoilsportmotors)!)
* an `eachActiveFeature()` method has been added to `Layers.FeatureLayer` in order to isolate features in the cache that are currently being displayed. [#936](https://github.com/Esri/esri-leaflet/pull/936)
* `Tasks.Query` now has two new spatial operators. `bboxIntersects` and `indexIntersects`. [#937](https://github.com/Esri/esri-leaflet/pull/937)

## [2.0.7] - 2017-01-10

### Fixed

Expand All @@ -20,7 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* 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]
## [2.0.6] - 2016-11-16

### Fixed

Expand All @@ -36,11 +56,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* When a null extent is encountered by L.esri.Query, no matter its form, an `Invalid Bounds` error is passed in the callback. [#879](https://github.com/Esri/esri-leaflet/issues/879)
* `L.esri.request` now sets the generic `withCredentials` header when appropriate [#881](https://github.com/Esri/esri-leaflet/issues/881)

## [2.0.4]
## [2.0.4] - 2016-10-18

### Changed
* The default maximum width of Leaflet's attribution control is now `55px.
less than the map itself [#842](https://github.com/Esri/esri-leaflet/pull/842)
* The default maximum width of Leaflet's attribution control is now `55px` less than the map itself [#842](https://github.com/Esri/esri-leaflet/pull/842)

### Added
* A custom width crop can be configured via `L.esri.options.attributionWidthOffset` [#849](https://github.com/Esri/esri-leaflet/pull/849)
Expand All @@ -52,15 +71,15 @@ less than the map itself [#842](https://github.com/Esri/esri-leaflet/pull/842)
* `responseToFeatureCollection` now uses a case insensitive regex to look for common indexing field names
* `GeoJSON` / `geoJSON` casing is now used consistently

## [2.0.3]
## [2.0.3] - 2016-09-16

### Added
* attribution from service metadata is now automatically displayed in Leaflet's attribution control for all layer types [#832](https://github.com/Esri/esri-leaflet/pull/832), [#842](https://github.com/Esri/esri-leaflet/pull/842) (thank you[@tyleralves](https://github.com/tyleralves)!)
* `Powered by Esri` is now displayed in Leaflet's attribution control when *any* layer type is added to the map, not just L.esri.basemapLayer.
* the attribution control is restricted to a single line, but expands to show all data contributors on mouse hover.
* support for `DynamicMapLayer` services that require a token to be passed in a request for raw images [#830](https://github.com/Esri/esri-leaflet/pull/830) (thank you[@jaredbrookswhite](https://github.com/jaredbrookswhite)!)

## [2.0.2]
## [2.0.2] - 2016-08-03

### Added
* support for `ImageMapLayer` services that require a token to be passed in a request for raw images [#812](https://github.com/Esri/esri-leaflet/pull/812)
Expand All @@ -73,7 +92,7 @@ less than the map itself [#842](https://github.com/Esri/esri-leaflet/pull/842)
### Changed
* Attribution text which is displayed for hosted Esri basemaps is now 'Powered by [Esri](https://www.esri.com)'

## [2.0.1]
## [2.0.1] - 2016-07-16

### Added
* users can now pass tokens to `basemapLayer` [#800](https://github.com/Esri/esri-leaflet/pull/800)
Expand All @@ -87,14 +106,14 @@ less than the map itself [#842](https://github.com/Esri/esri-leaflet/pull/842)
* 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]
## [1.0.4] - 2016-07-03

### Fixed

* ensure we remove all Esri logos from the map #795
* ensure addfeature and removefeature events are emitted when L.esri.featureLayers are added to and removed from the map. #788

## [2.0.0]
## [2.0.0] - 2016-05-04

### Added

Expand Down Expand Up @@ -506,7 +525,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.7...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.8...HEAD
[2.0.8]: https://github.com/esri/esri-leaflet/compare/v2.0.7...v2.0.8
[2.0.7]: 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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.c
<html>
<head>
<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected].1/dist/leaflet-src.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected].3/dist/leaflet-src.js"></script>

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

<style>
html, body, #map {
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.7",
"version": "2.0.8",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand Down

0 comments on commit 4057373

Please sign in to comment.