Skip to content

Releases: KazanExpress/vue-simple-suggest

1.11 - Aromatisse

01 Jun 12:07
Compare
Choose a tag to compare
  • Fixes the following issues:
  • Fixes Readme mistakes (#399)

1.10 - Arcanine

02 Nov 17:31
Compare
Choose a tag to compare
  • Fixes the following issues:
  • Updated Enter behavior (by @shrpne)
  • New showList control in #175 (by @shrpne)
  • Updated readme
  • Vulnerabilities in development dependencies have been fixed

1.9 - Alomomola

31 Mar 10:04
Compare
Choose a tag to compare

1.8.0 - Aromatisse

02 Aug 07:46
Compare
Choose a tag to compare
  • New Feature for custom style injection (#69)
  • Added a transition on suggestion-items to be able to style the v-if (#73)

1.7.0 - Aurorus

26 May 22:09
Compare
Choose a tag to compare
v1.7.0

1.7.2

1.6.0 - Amaura

08 Apr 03:09
Compare
Choose a tag to compare
  • Added custom click event handling for suggestions (#44)
  • Added suggestion-click event (#44)
  • Fixed blur and focus events (#46)
  • Component now defocuses correctly on tab keypress (#46)
  • Refactoring
  • Minor bug-fixes and performance improvements

1.5.0 - Axew

01 Apr 01:03
Compare
Choose a tag to compare
  • #25 closed - now empty list behaviour is handled by component.
  • Slot casings are now also kebab-case, like events and props.
  • Documentation includes more use-cases and features more definitions.
  • Docs example is updated to include demonstration of mode property.

1.4.0 - Arceus

31 Mar 03:43
18d6489
Compare
Choose a tag to compare

A new feature: v-model event mode (#20):

Now v-model can be toggled between 2 event modes: input and select. Each mode represents the event's name that fires the change of v-model.

⚠️Removed deprecated camelCased events.⚠️

Alsooo... minor bug fixes and performance improvements.

1.3.0 - Armaldo

31 Mar 00:43
c657686
Compare
Choose a tag to compare
  • Fixed #14 , #16 , #19:
  • Refactored getSuggestions - fixed a couple of bugs in it.
  • Reworked events - added kebab-case emitters instead of non-conventional camelCase ones.
  • Made input events (select, input and hover) respect the inner structure of the suggestion list: now logic does not enforce objects in suggestions list and emits correct values for objectless lists.
  • Minor bug-fixes and performance improvements.

1.2.0 - Audino

12 Mar 12:24
Compare
Choose a tag to compare

Added controls customization.