Skip to content

Releases: maptiler/maptiler-geocoding-control

v2.1.6

03 Feb 10:05
2205a1a
Compare
Choose a tag to compare

What's Changed

  • fixed cleanup on control removal from MapLibre map by @zdila in #85
  • fixed not displaying center for multipoint by @zdila in #86

Full Changelog: v2.1.4...v2.1.6

v2.1.4

15 Jan 13:13
Compare
Choose a tag to compare

Fixed ReferenceError in SSR frameworks

Full Changelog: v2.1.3...v2.1.4

v2.1.3

14 Jan 18:00
69a13cd
Compare
Choose a tag to compare

What's Changed

  • clear pick on input clear by @zdila in #82
  • replace licensed icons with sprite by @zdila in #83

Full Changelog: v2.1.2...v2.1.3

v2.1.2

10 Jan 10:02
3749cb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

08 Jan 17:35
b220df3
Compare
Choose a tag to compare

What's Changed

  • Fixed doc of reverseGeocodingLimit, added backward compatibility of MapTiler SDK. by @zdila in #80

Full Changelog: v2.1.0...v2.1.1

v2.1.0

08 Jan 16:54
e44c888
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

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 replaced 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