Releases: vueform/multiselect
Releases · vueform/multiselect
2.6.10
2.6.9
2.6.8
🎉 Feature
- export
resolvedOptions
🐞 Bug Fixes
- Typing fixes (Thanks to @nurbek0298 🙏)
- Always scroll to selected option on open #406
- Use
click
instead ofmousedown
event #387
🧹 Chore
- Performance optimization (Thanks to @negezor 🙏)
2.6.7
2.6.6
🎉 Feature
- Added
appendTo
option. - Added
${id}-dropdown
to dropdown DOM.
🐞 Bug Fixes
- Included
@popperjs/core
forappendToBody
/appendTo
position fixes.
2.6.5
🐞 Bug Fixes
- Type fixes.
2.6.4
🐞 Bug Fixes
- Type fixes.
2.6.3
🎉 Feature
- Added
appendToBody
experimental feature for Vue.js 3 only. #133 #341 trackBy
can now accept array. #314- Auto truncate long tags. Added
breakTags
prop. #346 - Added
handleCaretClick
andisOpen
tocaret
slot. #320 - The externalValue (from
v-model
) is now reactive. #356
🐞 Bug Fixes
limit
prop was not reactive. #342- Trigger
deselect
on tags backspace. #335 - Keyboard nav on group select fix. #354
- TypeScript fixes. Thanks @antpngl92 @Adeiko @mathildaax 🙏 #287 #282 #260 #230
searchFilter
did not receive proper args. #338 #337- Open dropdown when it has search, it's focued and dropdown is closed. #333
- Options are cleared before
clear
event is emitted. #332
2.6.2
🐞 Bug Fixes
- Removed
sideEffects: false
frompackage.json
.
2.6.1
🐞 Bug Fixes
- Use
.mjs
forimport
.