- 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 😂