Skip to content

Releases: LUI-UI/lui-vue

v1.0.1

30 Jan 07:08
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.70.3

18 Jan 15:12
3371e99
Compare
Choose a tag to compare

0.70.3 (2024-01-18)

Bug Fixes

  • menu: fix menu position bug when page resized or target element scrolled (936fd78)
  • sidebar: fix conflict merge with main (09ec88a)
  • sidebar: fix sidebar teleport init (51bfaef)
  • sidebar: use composable to create teleport-wrapper (b7416fc)
  • storybook: fix menuPosition arg-types as plecement in stories (7205eb4)
  • tab: fix tab component disabled bug (5d0a864)

v0.70.2

20 Nov 15:19
e5c5973
Compare
Choose a tag to compare

0.70.2 (2023-11-20)

Bug Fixes

  • checkbox,radio: fix disabled issue (c1eab76)
  • menustyle: fix menu style resize bug (5085fef)
  • modal: add be able to close with esc and outside click (d1c2319)
  • select,multiselect: prevent placeholder value binding as value to input (b6d5384)

v0.70.1

10 Nov 12:14
8dd45c5
Compare
Choose a tag to compare

0.70.1 (2023-11-10)

Bug Fixes

  • checkbox: fix types by adding number as value type (a723691)
  • composables: fix composable structure (816d5af), closes #158
  • menu-components: control open state on menu components (600195a)

v0.70.0

16 Oct 09:07
4d037e9
Compare
Choose a tag to compare

0.70.0 (2023-10-16)

Features

  • select,multiselect,popover,dropdown: create teleport prop to render menus with fixed position (e3a1333)

Bug Fixes

  • client: fix typescript error (6108ba7)
  • components: add classnames to all missing components (6ddfbaf)
  • multiselect: fix isValuUsing check (ca0f7a4)
  • select,multi-select: handle usage of different text and value (4057128)

v0.69.5

27 Sep 12:24
921bafa
Compare
Choose a tag to compare

0.69.5 (2023-09-27)

Bug Fixes

  • multi-select: fix model-value changes bug (ab79f9f)
  • release.yaml: fix release yaml (416c8b7)

v0.69.4

19 Sep 15:29
71e53cc
Compare
Choose a tag to compare

0.69.4 (2023-09-19)

Bug Fixes

  • popover: add on-trigger event to popover component (cd6d697)

v0.69.3

11 Sep 12:23
68c7fa4
Compare
Choose a tag to compare

0.69.3 (2023-09-11)

Bug Fixes

  • dropdown,popover: add center positions to dropdown and popover menus (5296b75)
  • menuitem: add new options for menuitem tag prop (6e6fef8)

v0.69.2

06 Sep 09:03
41896ab
Compare
Choose a tag to compare

0.69.2 (2023-09-06)

Bug Fixes

  • inputs: fix inputs change event parameter (0059c71)

v0.69.1

31 Aug 09:46
a037ff7
Compare
Choose a tag to compare

0.69.1 (2023-08-31)

Bug Fixes

  • multiselet: fix searchable prop when using placeholder (c12d4d1)
  • popover: fix popover component block prop (6ad70bb)