File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
## v2.6.2
2
22
3
23
> ` 2023-04-17 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vueform/multiselect" ,
3
- "version" : " 2.6.2 " ,
3
+ "version" : " 2.6.3 " ,
4
4
"private" : false ,
5
5
"description" : " Vue 3 multiselect component with single select, multiselect and tagging options." ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments