Skip to content

Releases: shentao/vue-multiselect

v0.3.0

23 Jun 21:31
Compare
Choose a tag to compare

Docs:

Improvements

  • Better importing #38

Fixes:

v0.2.6

18 Jun 19:42
Compare
Choose a tag to compare

New

  • Limit of options one can select with :max="number" prop. #32

v0.2.5

16 Jun 23:24
Compare
Choose a tag to compare

New

  • Tagging
  • Custom labels
  • Now an UMD module

Fixes

  • Removed scoped attribute from styles
  • Changed rem to px #30 #28

TODO:

  • Solve problem: v-show and performance drops vs v-if and buggy scroll bar.

v0.1.7

26 May 12:51
Compare
Choose a tag to compare

Fixes:

  • Removed sass from Muliselect.vue. Now using pure CSS. This should fix problems with browsersify.
  • Fixed problem with spinner (v-if vs v-show)

Docs:

  • Added missing props to docs
  • Improved mobile experience a bit. Still no inertia on iOS.

v0.1.6

26 May 10:30
Compare
Choose a tag to compare

Fixes:

  • Fix for browserify support
  • Less strict dependencies

v0.1.5

25 May 23:21
Compare
Choose a tag to compare

New:

  • Styles are scoped
  • Added private cloneDeep function (from Vuex)

Fixes:

  • Fixed bug with passing object reference (breaking Vuex)
  • Fixed test command in readme
  • Removed chromedriver from dependencies
  • Fixed leftovers from conversion to html

Others:

  • Improved documentation

v0.1.4

24 May 14:35
Compare
Choose a tag to compare

FIXES

  • Added missing main property in package.json
  • Changed to CommonJS module exports syntax rather than es6 modules

v0.1.2

24 May 12:25
Compare
Choose a tag to compare

NEW

  • Props for several additional configs: label names, keys
  • Changed matching of objects from hackish Stringify to comparing by passed key
  • Introduced few more tests
  • Basic docs and use cases

FIXES

  • Several minor fixes

TODO

  • Improve docs
  • Write e2e tests
  • Test on different browsers than Chrome
  • More improvements

v0.1.1

03 May 22:48
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New

  • Introduced mixins: multiselectMixin, pointerMixin: It is now possible to create custom components that use multiselect’s logic.
  • Added two additional slots: beforeList & afterList: Those appear as names suggest.

Fixed

  • Refactored toggle(), activate() and deactivate() methods
  • Removed unnecessary tests
  • Deactivate() method from blur event on the multselect won’t happen if it happens because of changing the focus to the search input. This was only happening with the searchable props set to true.

TODO:

  • Add missing tests for edge-cases for refactored toggle(), activate() and deactivate() methods.
  • Figure out how to pass custom Sass variables making it available to customize the default component styling.

Vue-multiselect

30 Apr 14:46
Compare
Choose a tag to compare
Vue-multiselect Pre-release
Pre-release

TODO:

  • Create documentation
  • Write additional unit tests
  • Write e2e tests
  • Make it responsive
  • Test on different browsers and devices