Skip to content

Commit 1c75400

Browse files
committed
2.2.0 release
1 parent c29fcd7 commit 1c75400

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.2.0
2+
3+
> `2021-09-09`
4+
5+
### 🎉 Feature
6+
- 🎉🎉 Added `groups` and related props which allow groupping options. 🎉🎉
7+
- Added `tailwind.scss` theme to use instead of `classes` if needed.
8+
- Added support for case sensitive tags when `createTag` is `true` [#119](https://github.com/vueform/multiselect/issues/119).
9+
- Added `inputType` prop [#108](https://github.com/vueform/multiselect/issues/116), [#116](https://github.com/vueform/multiselect/issues/116).
10+
- Added `@paste` event [#105](https://github.com/vueform/multiselect/issues/105).
11+
- Added `tab` as option for `addTagOn` [#117](https://github.com/vueform/multiselect/issues/117).
12+
- Updated default `max-height` for dropdown (to `15rem`).
13+
14+
15+
### 🐞 Bug Fixes
16+
- When `closeOnSelect` is `true` in `searchable` `tags` and `multiple` mode the input now blurs upon selecting an option.
17+
- Fix for empty dropdown when async options are loading [#115](https://github.com/vueform/multiselect/issues/115).
18+
- Fixed dropdown auto-scrolling when using arrows.
19+
120
## v2.1.2
221

322
> `2021-08-09`

dist/multiselect.global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.vue2.global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.vue2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/multiselect",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"private": false,
55
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
66
"license": "MIT",

themes/default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/tailwind.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)