Skip to content

Releases: TotomInc/vue3-select-component

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

v0.9.1

07 Feb 13:19
1cc43dc
Compare
Choose a tag to compare

   🐞 Bug Fixes

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

v0.9.0

03 Feb 17:59
1b7d562
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.8.0

30 Jan 15:49
2991992
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.7.0

17 Nov 10:54
b35b33b
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.6.1

30 Sep 07:42
524dc06
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.6.0

23 Sep 11:22
1681a46
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.5.2

22 Jul 20:32
44f67c8
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Improve selectedOptions computation for multi-select with isMulti  -  by @TotomInc in #94 (5b58f)
    View changes on GitHub

v0.5.1

11 Jul 11:31
d63ebca
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Don't open menu when is-disabled and a value is pre-selected  -  by @TotomInc (5adbb)
  • select: Remove trailing space between multi-value label & x-cross button  -  by @TotomInc (7c68a)
  • tests: Invalid KeyboardEvent dispatched using Space to select option  -  by @TotomInc (d5a2c)
    View changes on GitHub