Skip to content

Releases: moreta/vue-search-select

v3.1.2

03 Jul 02:09
Compare
Choose a tag to compare

v3.1.0

13 Feb 13:49
Compare
Choose a tag to compare

v3.0.4

18 Jan 12:39
Compare
Choose a tag to compare
  • vue3 support
  • typescript support

v2.9.3

11 Oct 03:11
Compare
Choose a tag to compare

Fix

  • IE11 issue #132 and ModelSelect

v2.9.2

10 Oct 01:50
Compare
Choose a tag to compare

Fix

Add LICENSE

v2.9.1

29 Aug 07:39
Compare
Choose a tag to compare

Core library component code not changed. Just change build and css only(and document)

Features

From v2.9.1 library css extracted standalone file.

There are three file.

  • VueSearchSelect.common.js
    • common js bundle for consuming via bundlers(webpack)
  • VueSearchSelect.umd.js
    • umd bundle for browser
  • VueSearchSelect.css
    • extracted css

From v2.9.1 vue-search-select no more need semantic-ui-css. (Demo page wrote without semantic-ui)
But still semantic-ui-css compatible html and css class use.

If you already use semantic-ui(or formantic-ui) VueSearchSelect.css is unnecessary.
If you want use vue-search-select without semantic-ui. Just use VueSearchSelect.[common|umd].js with VueSearchSelect.css

without semantic-ui

Need css import somewhere in your app.(for example main.js)

import 'vue-search-select/dist/VueSearchSelect.css'

v2.8.3

17 Feb 13:57
Compare
Choose a tag to compare

Bug Fixes

#105

v2.8.2

23 Jan 02:17
Compare
Choose a tag to compare

Features

id & name props, now can use not only ModelSelect but Other Components

v2.8.0

21 Jan 14:52
Compare
Choose a tag to compare

Bug Fixes

  • FIX number type zero value select bug

Features

v2.7.1

29 Nov 16:05
Compare
Choose a tag to compare
  • Merge PR #98
    • mobile input support
    • This also work for Chinese, Japanese input (#100 )
  • FIX #79, #97, #100