Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Releases: simedia-tech/vue-autosearch

0.1.26

10 Nov 13:10
Compare
Choose a tag to compare

0.1.26 (2020-11-10)

Breaking Changes

  • Changed rem to em as it's better stylable this way.

0.1.25

04 Nov 17:44
Compare
Choose a tag to compare

0.1.25 (2020-11-04)

Breaking Changes

  • When component gets disabled and the modelValue is not set, the searchTerm will also be reset

0.1.24

27 Oct 11:56
Compare
Choose a tag to compare

Bug Fixes

  • If the border-radius for the input gets overwritten manually, the border-radius in the correct direction doesn't get removed, when the search results become visible

0.1.23

25 Oct 11:20
Compare
Choose a tag to compare

Bug Fixes

  • Inlined close icon svg in order to be able to import the css file from anywhere

0.1.22

25 Oct 10:43
Compare
Choose a tag to compare

Bug Fixes

  • Changed the background url for the close button so that the css file can also be imported directly inside the script tag

0.1.21

24 Oct 17:26
Compare
Choose a tag to compare

Bug Fixes

  • Changed styles from old name (auto-select) to new name (autosearch)

0.1.20

24 Oct 15:48
Compare
Choose a tag to compare

Bug Fixes

  • When the property passed to v-model got reset from outside the component, the searchTerm didn't reset properly

0.1.19

23 Oct 12:39
Compare
Choose a tag to compare

Features

  • Added the id option to pass a custom id to the search input field

0.1.18

23 Oct 12:01
Compare
Choose a tag to compare

Features

  • Added the disabled option to conditionally enable/disable the search input field

Documentation

  • Added CHANGELOG.md to track all changes by version and date

0.1.17

21 Oct 18:03
Compare
Choose a tag to compare
  • completely changed exported library from vue-autosearch to VueAutosearch