Skip to content

Commit 811700b

Browse files
committed
chore: 2.4.0 release
1 parent ef676f0 commit 811700b

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## v2.4.0
2+
3+
> `2021-05-30`
4+
5+
### 🎉 Feature
6+
- 🎉 Added accessibility (a11y) support [#22](https://github.com/vueform/multiselect/issues/22), [#179](https://github.com/vueform/multiselect/issues/179).
7+
- 🎉 Added infinite scroll [#76](https://github.com/vueform/multiselect/issues/76), [#165](https://github.com/vueform/multiselect/issues/165), [#198](https://github.com/vueform/multiselect/issues/198).
8+
- 🎉 Added RTL support [#206](https://github.com/vueform/multiselect/issues/206).
9+
- 🎉 Close on click if opened [#162](https://github.com/vueform/multiselect/issues/162).
10+
- Added `id` to input when searchable.
11+
- Re-open input on arrows & search type if closed.
12+
- Close dropdown instead of blur on select.
13+
- Added `regex` option [#138](https://github.com/vueform/multiselect/issues/138).
14+
- Scroll to first selected on open [#168](https://github.com/vueform/multiselect/issues/168).
15+
- Options are not reversed when `openPosition: true`.
16+
- Added `reverse` option.
17+
- Added `searchStart` option [#169](https://github.com/vueform/multiselect/issues/169).
18+
- Added `disabledProp` option [#202](https://github.com/vueform/multiselect/issues/202).
19+
- Added `onCreate` option [#204](https://github.com/vueform/multiselect/issues/204).
20+
- Added `select$` as second param to events and async options.
21+
- Added `isSelected` & `isPointed` to `option` slot scope [#195](https://github.com/vueform/multiselect/issues/195).
22+
23+
### 🐞 Bug Fixes
24+
- Headless UI conflict resolved [#182](https://github.com/vueform/multiselect/issues/182).
25+
- Keep selected options when async [#228](https://github.com/vueform/multiselect/issues/228).
26+
- Show spinner even when not active [#223](https://github.com/vueform/multiselect/issues/223).
27+
- Allow `false` value [#222](https://github.com/vueform/multiselect/issues/222).
28+
- Resolve options on `minChars: 0` too [#230](https://github.com/vueform/multiselect/issues/230).
29+
- Added `keyup`, `keydown` events.
30+
- Resolved number tag creation duplicate bug.
31+
- Input height fix when `searchable` for FF.
32+
- CSS: moved max height to dropdown container from wrapper.
33+
- Vite & Nuxt 3 build warn fixes.
34+
35+
136
## v2.3.4
237

338
> `2021-05-11`

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

0 commit comments

Comments
 (0)