Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 526 Bytes

CHANGELOG.md

File metadata and controls

11 lines (9 loc) · 526 Bytes

Version 1.0.0

What's new

  • 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 using defineModel yet for backwards compatibility)
  • Removed packages @vue/cli-service and @vue/compiler-sfc
  • New properties readonly and clearable
  • All the input element events are now using the stop modifier