Skip to content

Releases: maptiler/maptiler-geocoding-control

v2.0.1

20 Nov 13:03
3475739
Compare
Choose a tag to compare

What's Changed

  • fixed proximity javadoc by @zdila in #51
  • fix margin in quirks mode by @zdila in #52
  • fixed TypeError by @zdila in #53
  • included map to react example by @zdila in #54
  • cleaned geocoding control events (fixes #49) by @zdila in #55
  • improved markers customization by @zdila in #57
  • fixed leaflet control position option (fixes #60) by @zdila in #62
  • Workaround to prevent collision with svelte-maplibre (fixes #59) by @zdila in #63
  • vendor compatible events by @zdila in #61
  • Implement way to display picked feature of polygon without a marker. by @zdila in #64
  • API cleanup for v2.0.0 by @zdila in #65
  • bumped version by @zdila in #67

Full Changelog: v1.4.1...v2.0.1

Breaking changes

  • Events were reworked to be idiomatic per map library
    • Universal example for MapLibre GL, MapTiler SDK, Leaflet and Openlayers: geocodingControl.on("featureslisted", (e) => console.log(e.features));
    • For vanilla JS EventTarget API is used. Example: geocodingControl.addEventListener("response", (e) => console.log(e.detail.url));
  • zoom parameter must be now only Record<string, number> and not number which was already deprecated
  • removed deprecated maxZoom
  • For showPlaceType parameter, false has been deplaced by with "never" and "ifNeeded" by "if-needed"
  • Replaced parameter showFullGeometry with pickedResultStyle which is now default "full-geometry". To keep old behavior use "full-geometry-including-polygon-center-marker" instead of true or "marker-only" instead of false.
  • For enableReverse parameter, false has been replaced by "never", true by "button"
  • Advanced: Changed MapController interface

v1.4.1

23 Sep 07:21
6c83a3f
Compare
Choose a tag to compare

What's Changed

  • fixed dependencies section by @zdila in #48

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Sep 06:46
7f36612
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0

v1.3.3

15 Aug 08:15
41f320a
Compare
Choose a tag to compare

What's Changed

  • updated dependencies; code cleanup by @zdila in #41

Full Changelog: v1.3.2...v1.3.3

v1.3.2

05 Jul 13:36
db533e1
Compare
Choose a tag to compare

What's Changed

  • fixed source map filename mismatch by @zdila in #39
  • fixed OL UMD globals by @zdila in #40
  • Svelte optional peer dependency by @zdila in #38

Full Changelog: v1.3.1...v1.3.2

v1.3.1

27 Jun 06:43
34cf32f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Jun 08:44
2171aef
Compare
Choose a tag to compare

What's Changed

  • pre-commit linting and formatting validation by @zdila in #31
  • updated dependencies by @zdila in #32
  • Reactive enableReverse by @zdila in #33
  • externalize global variable of OL for UMD; updated examples by @zdila in #34

Full Changelog: v1.2.4...v1.3.0

v1.2.4

13 May 08:22
7237ca1
Compare
Choose a tag to compare

What's Changed

  • fixed clearing map features on map style switching by @zdila in #30

Full Changelog: v1.2.3...v1.2.4

v1.2.3

10 May 09:43
a13940a
Compare
Choose a tag to compare

What's Changed

  • fixed reverse geocoding not working on map click if showResultsWhileTyping=false by @zdila in #27
  • added support for Leaflet 1.7 by @zdila in #29
  • updated dependencies by @zdila in #28

Full Changelog: v1.2.2...v1.2.3

v1.2.2

28 Feb 08:29
829d8cc
Compare
Choose a tag to compare

What's Changed

  • Added support for MapLibre GL JS 4.0 and updated also other dependencies (fixes #23) by @zdila in #24

Full Changelog: v1.2.1...v1.2.2