Skip to content

Releases: smeijer/leaflet-geosearch

v3.6.0

12 Oct 10:51
43a1de9
Compare
Choose a tag to compare
  • test: custom jest assertion for coordinate/bounds validation (#303) f14dc0d
  • feat: add Geocode Earth provider (#296) 14d9670
  • docs: add Pelias & GeocodeEarth providers to readme (#301) 9f0e50d
  • feat: add Pelias provider (#295) abb2d20
  • chore: add trailing semicolon (#299) 9093edc

v3.5.2...v3.6.0

v3.5.0

16 Aug 15:11
3f53fe8
Compare
Choose a tag to compare
  • feat: add option for custom "not found message" (#284) 8f509ca

v3.4.1...v3.5.0

v3.4.1

16 Aug 14:58
339b0bd
Compare
Choose a tag to compare

v3.4.0...v3.4.1

v3.4.0

12 Aug 12:13
37cbc94
Compare
Choose a tag to compare
  • build: include /dist/bundle.min.js adefc67
  • feat: add GeoApiFR provider (#283) 6d8ef6a
  • docs: list mapbox provider and add react example (#278) 21e8004
  • chore: add issue template e8a0a9f

v3.3.1...v3.4.0

v2.0.0-rc3

19 Dec 16:13
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release
  • added search suggestions while typing, closes #10, #29
  • use css images instead of raster files
  • add pre-commit hooks to improve code quality

v2.0.0-rc.2

19 Dec 16:43
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release
  • expose raw search results from providers, fixes #82
  • support non-http protocol, fixes #87
  • improved example pages with code snippets

v2.0.0-rc.1

19 Dec 16:41
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Complete rewrite of this project. There is more separation between leaflet and non leaflet code. More consequent code style, due to following defined style definitions. And there are unit-tests so we can maintain a more stable code base.