Skip to content

Tags: julesjanssen/vue-multiselect

Tags

0.3.0

Bump version to 0.3.0

0.2.6

Introduce maximum options one can select

0.2.5

Revert changes to to scroll bar handling and v-if

* Those changes introduced problems with TAB key

v0.1.7

Fixes and docs update

* Removed sass from styles (now using pure css)
* Updated documentation
* Added GA

v0.1.6

Fix for browserify, less strict dependencies.

v0.1.5

Merge pull request shentao#10 from monterail/dev

Further improvements and docs updates

v0.1.4

Change to module.exports for mixins

* Bump version

v0.1.2

Update README.md with link to demo & docs

v0.1.1

Introducing mixins, refactored activate/deactivate

* Introduced mixins for selecting logic and pointer logic. Thus making it able to create your own components (with custom template and styles) using on multiselect’s logic.
* Refactored activate / deactivate to be able to remove tryActivate and tryDeactivate which were redundant.
* Removed some unnecessary tests
* Refactored toggle() method to reflect the changes in activate/deactivate methods.
* Changes in activate / deactivate methods require some additional tests that are not provided in this commit.
* Changed the Sass variables to default for enabling customising those. THIS DOES NOT WORK. YET.

v0.1.0

Further improvements

* Renamed CSS classes 'dropdown' => 'multiselect`
* Add support for async options with callback on search
* Added `closeOnSelect` and `resetAfter` props
* `resetAfter` requires further tests