Skip to content

Releases: uiv-lib/uiv

v0.21.0

11 Mar 06:06
Compare
Choose a tag to compare

Add

  • Added Romanian locale (#183)
  • Added Finnish and Swedish locale (#181)
  • [Typeahead] add force-clear prop (close #180)

Update

  • Update German locale (#182)

v0.20.0

08 Mar 03:33
Compare
Choose a tag to compare

Add

  • [MultiSelect] Add filter-auto-focus prop. (#175)

Fix

  • [Dropdown] fix not-close-elements with dropdown el when appended to body (close #178)
  • [MultiSelect] improve select behavior with single selection (limit=1) (close #175)

v0.19.1

01 Mar 08:35
Compare
Choose a tag to compare

Fix

  • [MultiSelect] fix missing local registration (close #174)

v0.19.0

26 Feb 03:56
Compare
Choose a tag to compare

Add

  • [Pagination] add prop disabled (close #169)
  • [Modal] add prop append-to-body (fixed #167)
  • [DatePicker] add prop date-class (close #166)

v0.18.1

19 Feb 03:09
Compare
Choose a tag to compare

Fix

  • [TimePicker] #162: impossible to reset TimePicker value at runtime (#163)

v0.18.0

07 Feb 04:12
Compare
Choose a tag to compare

Add

  • [MultiSelect] New component.
  • [Navbar] New component.
  • [Dropdown] Add prop disabled, default to false.
  • [Tooltip / Popover] Add unenterable to directives (close #159)
  • [Tabs] Add pills & stacked prop, default to false.

v0.17.0

31 Jan 03:59
Compare
Choose a tag to compare

Add

  • [Notification] Allow set initial offset for notification (close #156)
    • Add prop offset
    • Add prop offset-x
    • Add prop offset-y

v0.16.1

20 Jan 03:13
Compare
Choose a tag to compare

Add

  • [TimePicker] ADD controls prop. (#153)

Fixed

  • [TimePicker] Fix up & down keys usage. (close #152)

v0.16.0

13 Jan 03:52
Compare
Choose a tag to compare

Add

  • [Modal] Add msg to before-close function (#148)
  • [Tooltip / Popover] Add enterable prop. (#147)
  • [TimePicker] Ability to handle invalid Date/Time (#150)

Fix

  • Remove auto-install in esm and common bundle 07eaa06

v0.15.6

09 Jan 01:55
Compare
Choose a tag to compare

Fixed

  • [Modal] Fixed #140 again cause by #145