Skip to content

1.7.0 @suggestion and minify esm bundle

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 11 Oct 05:15
· 84 commits to master since this release
fd68510

CHANGELOG:

  • feat(events) add suggestion as event @suggestion
  • chore(eslint) add eslint vue/recommended configuration and have
    autosuggest lib conform
  • chore(rollup) uglify esm module for smaller lib size

Migrating from 1.6-1.7:

The on-selected event is now @selected. See https://github.com/Educents/vue-autosuggest#props docs

Fixes #58, From #62