Releases: KazanExpress/vue-simple-suggest
Releases · KazanExpress/vue-simple-suggest
1.11 - Aromatisse
1.10 - Arcanine
1.9 - Alomomola
1.8.0 - Aromatisse
1.7.0 - Aurorus
v1.7.0 1.7.2
1.6.0 - Amaura
1.5.0 - Axew
- #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
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.
Alsooo... minor bug fixes and performance improvements.
1.3.0 - Armaldo
- 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
andhover
) respect the inner structure of the suggestion list: now logic does not enforce objects insuggestions
list and emits correct values for objectless lists. - Minor bug-fixes and performance improvements.
1.2.0 - Audino
Added controls customization.