Skip to content

v0.3.0

Compare
Choose a tag to compare
@mxlje mxlje released this 04 Aug 11:31
· 20 commits to main since this release

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>