Skip to content

1.7.1-1 bugfixes scrollbar clicking and event management

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 11 Oct 06:41
· 80 commits to master since this release

fix(scroll) don't close autosuggest when clicking on scrollbar (#64)

  • destroy event listeners in beforeDestroy lifecycle
  • tests(listener) trigger mousedown as well

FIxes #63

Notes:
The biggest benefit for this release is not only the ability to click and drag the scroll bar, but the cleanup of event listeners, which would previously hang around even after the component would be destroyed.