Releases: trevoreyre/autocomplete
Releases · trevoreyre/autocomplete
v3.0.3
v3.0.2
v3.0.2 (April 04, 2024)
- Fixed class and style attributes not rendered on root tag to preserve Vue 2.x
inheritAttrs
behaviour.
v3.0.1
v3.0.1 (April 02, 2024)
- Fixed github release action
v3.0.0
v3.0.0 (April 02, 2024)
- Updated storybook to v8.0. Updated stories to new format.
- Updated dev dependencies
- BREAKING: Updated node.js version to 18 (newer versions untested)
autocomplete-vue
- BREAKING: Updated vue component for Vue.js 3.x
v2.4.1
v2.4.0
v2.4.0 (January 9, 2023)
autocomplete-core
- Added
submitOnEnter
option to control whether or not results should be submitted immediately after selecting them by pressing Enter (dpxgit, @dpxgit)
autocomplete-js
- Added
resultListLabel
option to providearia-label
oraria-labelledby
attribute for result list (dpxgit, @dpxgit)
autocomplete-vue
- Added
resultListLabel
prop to providearia-label
oraria-labelledby
attribute for result list (dpxgit, @dpxgit)
v2.3.0
v2.2.0
v2.2.0 (May 28, 2020)
autocomplete-vue
- Added
update
event when the results list is updated (Ben Roth, @ben-roth-)
autocomplete-js
- Added
onUpdate
event when the results list is updated (Ben Roth, @ben-roth-)
v2.1.1
v2.1.1 (February 24, 2020)
- Updated storybook to v5.3. Updated stories to new format.
- Updated dev dependencies
v2.1.0
v2.1.0 (January 10, 2020)
- Added debounceTime prop for async search functions (Justin, @jssouders)