File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.1
2
+
3
+ > ` 2021-11-23 `
4
+
5
+ ### 🐞 Bug Fixes
6
+ - Added missing CSS vars.
7
+
1
8
## v2.2.0
2
9
3
10
> ` 2021-09-09 `
11
18
- Added ` tab ` as option for ` addTagOn ` [ #117 ] ( https://github.com/vueform/multiselect/issues/117 ) .
12
19
- Updated default ` max-height ` for dropdown (to ` 15rem ` ).
13
20
14
-
15
21
### 🐞 Bug Fixes
16
22
- When ` closeOnSelect ` is ` true ` in ` searchable ` ` tags ` and ` multiple ` mode the input now blurs upon selecting an option.
17
23
- Fix for empty dropdown when async options are loading [ #115 ] ( https://github.com/vueform/multiselect/issues/115 ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vueform/multiselect" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"private" : false ,
5
5
"description" : " Vue 3 multiselect component with single select, multiselect and tagging options." ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments