Skip to content

Commit

Permalink
acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Oct 18, 2016
1 parent 3083da2 commit d24ab90
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed
* The default maximum width of Leaflet's attribution control is now `55px.
less than the map itself
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`
* `L.esri.query` now supports GeoJSON MultiPolygons
* 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
* test suite code is now linted
* 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

Expand Down

0 comments on commit d24ab90

Please sign in to comment.