Skip to content

Releases: uiv-lib/uiv

v0.31.2

04 Mar 09:06
Compare
Choose a tag to compare

Fixed

  • [Popover] fix unenterable popovers keep disappearing & reappearing in quick succession (fix #272)

v0.31.1

20 Feb 10:42
Compare
Choose a tag to compare

Fixed

  • [Tooltip/Popover] Fix trigger element has no contains method error (fix #271)

v0.31.0

19 Feb 07:54
Compare
Choose a tag to compare

Added

  • [Tooltip/Popover] Add new prop viewport (close #213)
  • [MessageBox] Add new prop auto-focus (close #270)

v0.30.0

11 Feb 10:11
Compare
Choose a tag to compare

Add

  • [Popover / Tooltip] setting delay to show/hide popover #267
  • [Tabs] Add new prop custom-nav-class (close #266)

Fix

  • [Typeahead] Keyboard selection doesn't work on a Typeahead within a Dropdown (fix #268)
  • [MultiSelect] clicking on multi select does not do anything on latest nuxt/vue version (fix #269)
  • [MultiSelect] fix active class not display correctly

v0.29.0

18 Jan 02:28
Compare
Choose a tag to compare

Update

  • [DatePicker] emit date object while format is empty (#265)

v0.28.0

29 Oct 08:14
Compare
Choose a tag to compare

Added

  • [Modal] Ability to change display type (#255)
  • [Messagebox] Add custom input type to prompt message box (close #256)

v0.27.0

27 Sep 07:11
Compare
Choose a tag to compare

Added

  • [MessageBox] added default value in $prompt (close #251)

Fixed

  • [Modal] Fixed pressing escape on nested modals closes all modals rather than top most in focus (close #253)
  • [DatePicker] fixed today btn not work if today is already selected (close #252)

v0.26.2

04 Sep 09:32
Compare
Choose a tag to compare

Added

  • Added Japanese translation file (#245)

v0.26.1

28 Aug 07:12
Compare
Choose a tag to compare

Fix

  • [Dropdown] fix keyboard navigation not working in dropdown menu (close #234)

v0.26.0

17 Aug 09:22
Compare
Choose a tag to compare

Added

  • [Modal] Add props ok-type and cancel-type (#236) (#237)
  • [Tabs] add after-change event. (close #239)

Fixed

  • [Dropdown] Fix item not selectable using click event on mobile device (fixed #238)
  • [TimePicker] Fix TimePicker doesn't respect min-step when minute step influences hour (close #240)
  • [Btn] Fix render error when type=checkbox (close #242)