- Renamed to TypeAhead to meet multi-word component name best practice
- Made it a proper package and published on npm as
vue3-bootstrap-typeahead
- Demo application upgraded to
vite
and Bootstrap to version 5.3.0 stable vue
upgraded to version 3.5.5 (not usingdefineModel
yet for backwards compatibility)- Removed packages
@vue/cli-service
and@vue/compiler-sfc
- New properties
readonly
andclearable
- All the
input
element events are now using thestop
modifier