- Fixed #3 & #4
- 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
- Fixed positioning bug for the typeahead list when the prepend slot was used
- 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
- Fixed Safari bug (issue #14)
- Fixed error when
v-model
is not used on component (issue #18)
- Re-fixed error when
v-model
is not used on component (issue #18)
- 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 😂
- Fixed
maxMatches
bug. Thanks to @jimfisher
- Summary of merged PRs:
- #34 - disabled property
- #47 - minMatchingChars = 0
- #32 - fix for replace on null
- #29 - keyboard navigation
- #21 - initial set value, watch for updates
- Added setFocus method
- Added keyup event