Skip to content

Commit ac35541

Browse files
committed
3.3.0
1 parent 4ccccf7 commit ac35541

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.3.0 (2025-08-16)
2+
3+
This version provides **compatibility with [Leaflet 2.0.0-alpha1](https://github.com/Leaflet/Leaflet/releases/tag/v2.0.0-alpha1)**.
4+
5+
- Add index.html for `npm run dev` ([cf6ee51](https://github.com/perliedman/leaflet-control-geocoder/commit/cf6ee51))
6+
- Fix EventedControl inheritance ([7498d39](https://github.com/perliedman/leaflet-control-geocoder/commit/7498d39))
7+
- Replace DomEvent.addListener with DomEvent.on ([4ccccf7](https://github.com/perliedman/leaflet-control-geocoder/commit/4ccccf7))
8+
19
## 3.2.1 (2025-08-12)
210

311
- pelias: update Pelias provider (#365) ([e11217b](https://github.com/perliedman/leaflet-control-geocoder/commit/e11217b)), closes [#365](https://github.com/perliedman/leaflet-control-geocoder/issues/365)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-control-geocoder",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)