Releases: shentao/vue-multiselect
Releases · shentao/vue-multiselect
v0.3.0
v0.2.6
v0.2.5
v0.1.7
v0.1.6
v0.1.5
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
v0.1.2
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
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()
anddeactivate()
methods - Removed unnecessary tests
Deactivate()
method fromblur
event on the multselect won’t happen if it happens because of changing the focus to the search input. This was only happening with thesearchable
props set totrue
.
TODO:
- Add missing tests for edge-cases for refactored
toggle()
,activate()
anddeactivate()
methods. - Figure out how to pass custom Sass variables making it available to customize the default component styling.
Vue-multiselect
TODO:
- Create documentation
- Write additional unit tests
- Write e2e tests
- Make it responsive
- Test on different browsers and devices