Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 1.82 KB

1.0.3 - 2 Mar 2020

  • Allow up/down arrow keys to wrap without an extra key push.

1.0.2 - 1 Mar 2020

1.0.1 - 22 Feb 2020

  • Add documentation.

1.0.0 - 22 Feb 2020

  • Restarted maintenance of this project. Needed to rename because I was unable to contact the original developer.

Merge PRs from previous repo:

  • Keyboard support for arrow keys
  • Added showOnFocus. Show results as soon as the input gains focus before the user has typed anything.
  • Added showAllResults. Show all results even ones that highlighting doesn't match.
  • Initialize input field correctly

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