|
| 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 | + |
1 | 36 | ## v2.3.4 |
2 | 37 |
|
3 | 38 | > `2021-05-11` |
|
0 commit comments