Vue Simple Suggest Versions Save

Feature-rich autocomplete component for Vue.js

v1.11.0

2 years ago
  • Fixes the following issues:
    • #438, #441
  • Fixes Readme mistakes (#399)

v1.10.1

4 years ago
  • Fixes the following issues:
    • #166, #185, #187 (by @shrpne)
    • Research function run condition (by @mike-13)
  • Updated Enter behavior (by @shrpne)
  • New showList control in #175 (by @shrpne)
  • Updated readme
  • Vulnerabilities in development dependencies have been fixed

v1.9.6

5 years ago
  • Fixes for the following issues:
    • #103 (by @sssmi)
    • #40
    • #92
    • #93
    • #99
    • #100
    • #108
    • #118
    • #115
    • #134 (by @shrpne)
  • Automatic contributors section in the readme by all-contributors.

v1.8.0

5 years ago
  • New Feature for custom style injection (#69)
  • Added a transition on suggestion-items to be able to style the v-if (#73)

v1.7.0

5 years ago

v1.6.0

6 years ago
  • 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

v1.5.0

6 years ago
  • #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.

v1.4.0

6 years ago

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.

v1.3.0

6 years ago
  • 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.

v1.2.0

6 years ago

Added controls customization.