Skip to content

Releases: vueform/multiselect

2.6.10

16 Sep 15:11
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Option should display as selected even when value is an object

2.6.9

29 Jul 17:00
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed optional chaining, fixes #420

2.6.8

14 Jun 11:56
Compare
Choose a tag to compare

🎉 Feature

  • export resolvedOptions

🐞 Bug Fixes

  • Typing fixes (Thanks to @nurbek0298 🙏)
  • Always scroll to selected option on open #406
  • Use click instead of mousedown event #387

🧹 Chore

  • Performance optimization (Thanks to @negezor 🙏)

2.6.7

20 Mar 10:29
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Clicking on scroll bar closes the dropdown fix #383
  • Types for scoped slots #391
  • Missing method types and typo fixes #376 #392
  • Don't show dropdown id when id is not defined
  • Avoid error when multiselect does not exist #394

2.6.6

18 Oct 09:25
Compare
Choose a tag to compare

🎉 Feature

  • Added appendTo option.
  • Added ${id}-dropdown to dropdown DOM.

🐞 Bug Fixes

  • Included @popperjs/core for appendToBody / appendTo position fixes.

2.6.5

16 Oct 20:09
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Type fixes.

2.6.4

14 Oct 08:47
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Type fixes.

2.6.3

07 Oct 15:50
Compare
Choose a tag to compare

🎉 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 and isOpen to caret 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

17 Apr 06:15
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed sideEffects: false from package.json.

2.6.1

14 Mar 08:06
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Use .mjs for import.