Skip to content

Releases: trevoreyre/autocomplete

v3.0.2

04 Apr 10:47
Compare
Choose a tag to compare

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

02 Apr 12:56
Compare
Choose a tag to compare

v3.0.1 (April 02, 2024)

  • Fixed github release action

v3.0.0

02 Apr 11:15
Compare
Choose a tag to compare

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

16 Jan 11:57
Compare
Choose a tag to compare

v2.4.1 (January 13, 2023)

autocomplete-core

  • Prevent default action (i. e. form submit) when selecting an entry from result list with Enter while submitOnEnter: false (dpxgit, @dpxgit)

v2.4.0

09 Jan 09:20
Compare
Choose a tag to compare

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 provide aria-label or aria-labelledby attribute for result list (dpxgit, @dpxgit)

autocomplete-vue

  • Added resultListLabel prop to provide aria-label or aria-labelledby attribute for result list (dpxgit, @dpxgit)

v2.3.0

02 Nov 11:19
Compare
Choose a tag to compare

v2.3.0 (November 2, 2022)

autocomplete-js

  • Fixed W3C validation error regarding the attribute autocorrect by changing it to be optional (dpxgit, @dpxgit)

v2.2.0

29 May 07:26
Compare
Choose a tag to compare

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

24 Feb 07:13
Compare
Choose a tag to compare

v2.1.1 (February 24, 2020)

  • Updated storybook to v5.3. Updated stories to new format.
  • Updated dev dependencies

v2.1.0

10 Jan 14:52
Compare
Choose a tag to compare

v2.1.0 (January 10, 2020)

  • Added debounceTime prop for async search functions (Justin, @jssouders)

v2.0.4

22 Dec 21:04
Compare
Choose a tag to compare

v2.0.4 (December 22, 2019)

  • Fix: Reverted back to autocomplete="off" to disable browser auto-fill
  • Documentation: Fixed some typos (Tadeusz Stępnikowski, @versedi)
  • Documentation: Updated slot syntax in Vue examples