Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Dec 21, 2024
1 parent 6e869c8 commit 4730511
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.1.0 (2024-12-21)

- **Implement Azure Maps Geocoder** (#351) ([bf04a88](https://github.com/perliedman/leaflet-control-geocoder/commit/bf04a88)), closes [#351](https://github.com/perliedman/leaflet-control-geocoder/issues/351)
- azure: add to README ([8e1da50](https://github.com/perliedman/leaflet-control-geocoder/commit/8e1da50))
- azure: add types, add unit test ([d1183f4](https://github.com/perliedman/leaflet-control-geocoder/commit/d1183f4))
- azure: update to leaflet-control-geocoder 3.0.0 ([0951831](https://github.com/perliedman/leaflet-control-geocoder/commit/0951831))
- build: fix tsc --target ES2020 ([51ed3ea](https://github.com/perliedman/leaflet-control-geocoder/commit/51ed3ea))
- CHANGELOG: clarify "Migrate from callbacks to async-await" ([6e869c8](https://github.com/perliedman/leaflet-control-geocoder/commit/6e869c8))
- demo: modernize code ([756dc27](https://github.com/perliedman/leaflet-control-geocoder/commit/756dc27))
- GitHub Actions: Node.js 22 ([9ba93ff](https://github.com/perliedman/leaflet-control-geocoder/commit/9ba93ff))
- nominatim: use shorthand property for htmlTemplate ([04031ac](https://github.com/perliedman/leaflet-control-geocoder/commit/04031ac))
- tsc: --skipLibCheck ([4edf909](https://github.com/perliedman/leaflet-control-geocoder/commit/4edf909))

## <small>3.0.1 (2024-12-17)</small>

- build: fix Control.Geocoder.css ([9bfaa0f](https://github.com/perliedman/leaflet-control-geocoder/commit/9bfaa0f)), closes [#355](https://github.com/perliedman/leaflet-control-geocoder/issues/355)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-control-geocoder",
"version": "3.0.1",
"version": "3.1.0",
"description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -91,4 +91,4 @@
"open-location-code": "^1.0.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

0 comments on commit 4730511

Please sign in to comment.