Skip to content

Commit d2e9d31

Browse files
committed
chore: 2.3.3 release
1 parent bd48abb commit d2e9d31

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.3.3
2+
3+
> `2021-02-26`
4+
5+
### 🐞 Bug Fixes
6+
- Added `attrs` prop.
7+
18
## v2.3.2
29

310
> `2021-02-06`
@@ -26,10 +33,10 @@
2633

2734
### 🐞 Bug Fixes
2835
- Don't show spinner when not active [#156](https://github.com/vueform/multiselect/issues/156).
29-
- TailwindCSS 3 compatibility issue fix [#176](https://github.com/vueform/multiselect/issues/176).
36+
- Tailwind CSS 3 compatibility issue fix [#176](https://github.com/vueform/multiselect/issues/176).
3037
- Don't show caret when `showOptions` are disabled [#173](https://github.com/vueform/multiselect/issues/173).
3138
- Resolved headless UI modal click issue [#148](https://github.com/vueform/multiselect/issues/148).
32-
- Resolved TailwindCSS/form ring issue [#135](https://github.com/vueform/multiselect/issues/135).
39+
- Resolved Tailwind CSS/form ring issue [#135](https://github.com/vueform/multiselect/issues/135).
3340
- Made classes reactive [#126](https://github.com/vueform/multiselect/issues/126).
3441
- The `addTagOn` prop uses `key` instead of `keyCode` internally [#125](https://github.com/vueform/multiselect/issues/125).
3542

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.3.2",
3+
"version": "2.3.3",
44
"private": false,
55
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
66
"license": "MIT",

0 commit comments

Comments
 (0)