Skip to content

Releases: geocodeearth/autocomplete-element

v0.7.0

19 May 14:25
Compare
Choose a tag to compare

Fixes

  • correctly reinstantiate API client if options change (#25)
  • catch error and call error callback if invalid API key is supplied (#26)

v0.6.0

05 May 14:35
Compare
Choose a tag to compare

General

  • update build target to es2019

Docs

  • document layers param (#23)
  • fix default throttle value (#24)

v0.0.5

21 Feb 10:46
Compare
Choose a tag to compare

Features

  • add features event (#21)

Dependencies

  • update geocodeearth/core-js to 0.0.8

v0.3.0

04 Aug 11:31
Compare
Choose a tag to compare

Fixes

  • use _.throttle instead of _.debounce (#17)

Breaking changes

As part of this change we have updated the public API to reflect that we are throttling, not debouncing. The attribute has changed from debounce to throttle:

<ge-autocomplete api_key="…"
-  debounce="100"
+  throttle="100"
></ge-autocomplete>

v0.2.2

20 Jul 11:06
Compare
Choose a tag to compare

Fixes

  • consistently hide loading spinner (35cb225)
  • don’t trim search term (5236af3)

v0.2.0

13 Jul 15:12
Compare
Choose a tag to compare

Features

  • add search icon to left of input
  • adjust input height for more consistency
  • improve border configurability

v0.1.0

06 Jul 10:19
Compare
Choose a tag to compare

Features

  • add template & css customization (#15)

v0.0.9

17 Jun 10:39
Compare
Choose a tag to compare

Dependencies

  • update core-js to 0.0.7

v0.0.7

16 Jun 10:10
Compare
Choose a tag to compare

Featues

  • trigger searches by setting the value attribute (#10)

Fixes

  • correctly regenerate API client and search functions when params & options change (a641c08)

v0.0.6

14 Jun 09:26
Compare
Choose a tag to compare

Dependencies

  • update geocodeearth/core-js to 0.0.6