Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1 KB

0.1.2 - 28 Aug 2018

  • Fixed #3 & #4

0.2.0 - 6 Sept 2018

  • Added a scoped slot for custom suggestion list items
  • Added library build + unpkg tags
  • Updated documentation site (working on gh-pages)
  • Added basic unit tests

0.2.1 - 7 Sept 2018

  • Fixed positioning bug for the typeahead list when the prepend slot was used

0.2.2 - 7 Sept 2018

  • Forgot to update the dist/ folder with new build from last release.
  • Added updated documentation. docs folder now to be published to gh-pages
  • Updated readme
  • Added .npmignore

0.2.3 - 21 Sept 2018

  • Fixed Safari bug (issue #14)
  • Fixed error when v-model is not used on component (issue #18)

0.2.4 - 21 Sept 2018

  • Re-fixed error when v-model is not used on component (issue #18)

0.2.5 - 21 Sept 2018

  • Re-fixed error when v-model is not used on component (issue #18)
  • More comprehensive unit testing is now a priority, edge cases are harder to find than I thought 😂

0.2.6 - 30 Sept 2018

  • Fixed maxMatches bug. Thanks to @jimfisher