Skip to content

Commit 000bb06

Browse files
committed
chore: version, cl
1 parent 4d6cdf6 commit 000bb06

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v2.6.3
2+
3+
> `2023-10-07`
4+
5+
### 🎉 Feature
6+
- Added `appendToBody` **experimental** feature for **Vue.js 3 only**. #133 #341
7+
- `trackBy` can now accept array. #314
8+
- Auto truncate long tags. Added `breakTags` prop. #346
9+
- Added `handleCaretClick` and `isOpen` to `caret` slot. #320
10+
- The externalValue (from `v-model`) is now reactive. #356
11+
12+
### 🐞 Bug Fixes
13+
- `limit` prop was not reactive. #342
14+
- Trigger `deselect` on tags backspace. #335
15+
- Keyboard nav on group select fix. #354
16+
- TypeScript fixes. Thanks @antpngl92 @Adeiko @mathildaax 🙏 #287 #282 #260 #230
17+
- `searchFilter` did not receive proper args. #338 #337
18+
- Open dropdown when it has search, it's focued and dropdown is closed. #333
19+
- Options are cleared before `clear` event is emitted. #332
20+
121
## v2.6.2
222

323
> `2023-04-17`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/multiselect",
3-
"version": "2.6.2",
3+
"version": "2.6.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)