Releases: geocodeearth/autocomplete-element
Releases · geocodeearth/autocomplete-element
v0.7.0
19 May 14:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
General
update build target to es2019
Docs
document layers
param (#23 )
fix default throttle value (#24 )
v0.0.5
21 Feb 10:46
Compare
Sorry, something went wrong.
No results found
Features
Dependencies
update geocodeearth/core-js
to 0.0.8
v0.3.0
04 Aug 11:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
consistently hide loading spinner (35cb225 )
don’t trim search term (5236af3 )
v0.2.0
13 Jul 15:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Features
add template & css customization (#15 )
v0.0.9
17 Jun 10:39
Compare
Sorry, something went wrong.
No results found
v0.0.7
16 Jun 10:10
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Dependencies
update geocodeearth/core-js
to 0.0.6