v0.3.0
Fixes
- use
_.throttleinstead 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>