Skip to content

Commit

Permalink
📦 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Jul 20, 2021
1 parent 7fe5c38 commit 63162dc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Upcoming changes][Unreleased]

## [3.1.0] - 2021-07-20

### Fixed

- Results for the `suggest` and `findAddressCandidates` operations should now be more consistent with each other when using a `searchBounds` option. We removed an automatically applied bounds padding that was only present in the `suggest`'s `within` method. [#274](https://github.com/Esri/esri-leaflet-geocoder/pull/274)
Expand Down Expand Up @@ -433,7 +435,8 @@ This is now ready for beta! This release helps finalize the API and includes lot

* Initial alpha release

[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/Esri/esri-leaflet-geocoder/compare/v2.3.4...v3.0.0
[2.3.4]: https://github.com/Esri/esri-leaflet-geocoder/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/Esri/esri-leaflet-geocoder/compare/v2.3.2...v2.3.3
Expand Down
31 changes: 20 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-geocoder",
"description": "Esri Geocoding utility and search plugin for Leaflet.",
"version": "3.0.0",
"version": "3.1.0",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
Expand Down

0 comments on commit 63162dc

Please sign in to comment.