Skip to content

Commit

Permalink
1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed May 17, 2021
1 parent 986303a commit 6ce7c22
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.5.0

> `2021-05-17`
### 🎉 Feature
- Added native input support [#48](https://github.com/vueform/multiselect/issues/48).
- Added `openDirection` prop [#52](https://github.com/vueform/multiselect/issues/52).
- Added `option` as second param for `select` and `deselect` events.
- Added `@clear` event [#68](https://github.com/vueform/multiselect/issues/68).

### 🐞 Bug Fixes
- Clear icon CSS fix.
- Fixed unintendeed clear button showing up when `canDeselect` is `false` [#61](https://github.com/vueform/multiselect/issues/61).

## v1.4.0

> `2021-04-06`
Expand Down
2 changes: 1 addition & 1 deletion dist/multiselect.global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/multiselect.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/multiselect.vue2.global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/multiselect.vue2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueform/multiselect",
"version": "1.4.0",
"version": "1.5.0",
"private": false,
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion themes/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ce7c22

Please sign in to comment.