Skip to content

Commit

Permalink
📦 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Oct 18, 2016
1 parent 410b014 commit 3083da2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [2.0.4]

### Changed
* The default maximum width of Leaflet's attribution control is now `55px.
less than the map itself

### Added
* A custom width crop can be configured via `L.esri.options.attributionWidthOffset`
* `L.esri.query` now supports GeoJSON MultiPolygons

### Fixed
* test suite code is now linted
* `responseToFeatureCollection` now uses a case insensitive regex to look for common indexing field names
* `GeoJSON` / `geoJSON` casing is now used consistently

## [2.0.3]

### Added
Expand Down Expand Up @@ -459,7 +474,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.3...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.0.4...HEAD
[2.0.4]: https://github.com/esri/esri-leaflet/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/esri/esri-leaflet/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/esri/esri-leaflet/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/esri/esri-leaflet/compare/v2.0.0...v2.0.1
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].0/dist/leaflet.css" />
<script src="https://unpkg.com/[email protected].0/dist/leaflet-src.js"></script>
<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>

<!-- Load Esri Leaflet locally, after cloning this repository -->
<script src="https://unpkg.com/[email protected].3"></script>
<script src="https://unpkg.com/[email protected].4"></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.3",
"version": "2.0.4",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"browser": "dist/esri-leaflet-debug.js",
"bugs": {
Expand Down

0 comments on commit 3083da2

Please sign in to comment.