Skip to content

Commit d0b1c67

Browse files
committed
2.0.1 release
1 parent 2edd8ed commit d0b1c67

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.2.1
2+
3+
> `2021-11-23`
4+
5+
### 🐞 Bug Fixes
6+
- Added missing CSS vars.
7+
18
## v2.2.0
29

310
> `2021-09-09`
@@ -11,7 +18,6 @@
1118
- Added `tab` as option for `addTagOn` [#117](https://github.com/vueform/multiselect/issues/117).
1219
- Updated default `max-height` for dropdown (to `15rem`).
1320

14-
1521
### 🐞 Bug Fixes
1622
- When `closeOnSelect` is `true` in `searchable` `tags` and `multiple` mode the input now blurs upon selecting an option.
1723
- Fix for empty dropdown when async options are loading [#115](https://github.com/vueform/multiselect/issues/115).

package.json

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

0 commit comments

Comments
 (0)