Releases: KazanExpress/vue-simple-suggest
Releases · KazanExpress/vue-simple-suggest
1.11 - Aromatisse
01 Jun 12:07
Compare
Sorry, something went wrong.
No results found
Fixes the following issues:
Fixes Readme mistakes (#399 )
1.10 - Arcanine
02 Nov 17:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes for the following issues:
Automatic contributors section in the readme by all-contributors .
1.8.0 - Aromatisse
02 Aug 07:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.6.0 - Amaura
08 Apr 03:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added controls customization.