diff --git a/CHANGELOG.md b/CHANGELOG.md index 854b61772..6933915f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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 [#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) +* `L.esri.query` now supports GeoJSON MultiPolygons [#866](https://github.com/Esri/esri-leaflet/pull/866) (thank you[@whyvez](https://github.com/whyvez)!) + +### Fixed +* Last references to global namespaces have been removed from `L.esri.Util` [#852](https://github.com/Esri/esri-leaflet/pull/852) (thank you[@hamhands](https://github.com/hamhands)!) +* started linting our test suite +* `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 @@ -459,7 +475,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 diff --git a/README.md b/README.md index a568c6c8c..ebfdd4ca9 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ The easiest way to get started is to load Esri Leaflet via [CDN](https://unpkg.c
- - + + - +