Skip to content

Releases: TotomInc/vue3-select-component

v0.11.6-beta.2

20 Mar 12:21
b7b65f8
Compare
Choose a tag to compare
v0.11.6-beta.2 Pre-release
Pre-release

   🚀 Features

  • select:
    • Invalid v-model with is-multi prop now returns all options  -  by @TotomInc (3ccbe)
    • Automatically convert v-model to array when undefined with is-multi  -  by @TotomInc (0eb0e)
    • Invalid v-model with is-multi prop now returns all options  -  by @TotomInc (f8a80)
    • Automatically convert v-model to array when undefined with is-multi  -  by @TotomInc (cb3ac)

   🐞 Bug Fixes

  • select: Use getOptionValue to determine selected options when using isMulti prop  -  by @TotomInc (80170)
    View changes on GitHub

v0.11.6-beta.1

11 Mar 12:42
5375c2c
Compare
Choose a tag to compare
v0.11.6-beta.1 Pre-release
Pre-release

   🚀 Features

  • select:
    • Invalid v-model with is-multi prop now returns all options  -  by @TotomInc (3ccbe)
    • Automatically convert v-model to array when undefined with is-multi  -  by @TotomInc (0eb0e)
    View changes on GitHub

v0.11.5

25 Feb 16:29
d6ad123
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • select: Assert Array.isArray when :is-multi, remove TS force-cast of v-model  -  by @TotomInc (0f2b6)
    View changes on GitHub

v0.11.4

25 Feb 13:15
b62212c
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • select: IsMulti with non-array v-model should return empty array in selectedOptions  -  by @TotomInc in #213 (b9f02)
    View changes on GitHub

v0.11.3

21 Feb 09:23
c606f7f
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.11.2

20 Feb 10:20
edaf2e0
Compare
Choose a tag to compare

   🚀 Features

  • select: Add uid prop to improve a11y with aria-labelledby, aria-owns and aria-controls  -  by @TotomInc (990ec)
    View changes on GitHub

v0.11.1

19 Feb 08:52
4b20e34
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • select:
    • Avoid naming variable declared with useTemplateRef the same as a template ref  -  by @TotomInc (bada7)
    • Misspelled --vs-indicator-icon-color CSS variable  -  by @TotomInc (aac1c)
    View changes on GitHub

v0.11.0

18 Feb 13:14
dc224ed
Compare
Choose a tag to compare

   🚀 Features

  • Improve DOM structure, VitePress Teleport fix, minor features & bug fixes  -  by @TotomInc in #204 (289ef)
    View changes on GitHub

v0.11.0-beta.1

18 Feb 13:10
2c35324
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

  • docs: Experiment with to avoid SSR issues on /demo/single-select  -  by @TotomInc (b0a1d)
  • select: Don't import defineExpose since it's a compiler macro  -  by @TotomInc (5df01)
    View changes on GitHub

v0.10.0

17 Feb 07:47
f3037b4
Compare
Choose a tag to compare

   🚀 Features

  • docs: Add example on how to apply css variables inside SFC  -  by @TotomInc (16fd6)

   🐞 Bug Fixes

  • reverted: Remove teleport option due to SSR issues and bad API/implementation  -  by @TotomInc (a1f12)
    View changes on GitHub