Skip to content

Releases: uiv-lib/uiv

v0.14.1

23 Nov 03:44
Compare
Choose a tag to compare

Fix

  • [MessageBox / Notification] fix not working in built bundle issue f05b124

v0.14.0

23 Nov 03:43
Compare
Choose a tag to compare

Add

  • [MessageBox] new component (pls use 0.14.1)
  • [Notification] new component (pls use 0.14.1)
  • [Modal] beforeClosed callback added (#111)
  • [Typeahead] close dropdown when pressing esc and possibility to not have the first item preselected when dropdown opens (#116)
  • [Tooltip] add data-role usage to consist with popover.

Fix

  • [Modal] fix close button got covered by title sometimes issue. 76b1a6e
  • [Typeahead] fix incorrect input behavior with force-select #114
  • [Tooltip / Popover] Fix incorrect tooltip position when text changes #115

v0.13.1

18 Nov 03:35
Compare
Choose a tag to compare

Add

Fix

  • [Tabs] Fix Dynamic Tabs support. #103
  • [Carousel] Fix dynamic slides support. 241b974
  • [Breadcrumbs] Fix prop check fail issue. daa160c
  • [Typeahead] Fix incorrect margin to input. 3f2a313
  • Remove href=javascript:void(0); in links #110

v0.13.0

10 Nov 03:49
Compare
Choose a tag to compare

Add

  • Avoid conflict by adding prefix option to install method. 6f29ffb
  • [Btn] Add component.
  • [BtnGroup] Add component.
  • [Popover]
  • [DatePicker] Add icon-control-left & icon-control-right props #89
  • [TimePicker]
    • Add icon-control-up & icon-control-down props #89
    • Select input on focus c7d550e
    • Keyboard up/down arrows support c7d550e

Change

  • [Dropdown] Apply btn-group class instead of style while using default tag. 05e2d30
  • [TimePicker] Change input type to tel #95
  • [Carousel] Change interval default value to 5000. a3648e5
  • [ProgressBar] Change to functional component. d20372f
  • [Breadcrumbs] Change to functional component. 4cc0f71

Fix

  • [Tooltip] Tooltips with zero-length texts are never displayed. 755a17b
  • [Popover] Popovers whose both title and content are zero-length are never displayed. 2522221
  • [Carousel] Fix broken layout with custom icons #92
  • [TimePicker] Fix hard to input directly issue c7d550e

v0.12.3

05 Nov 02:56
Compare
Choose a tag to compare

Fix

  • [Pagination]
    • Reactive calculation of chunk starts. #87
    • Screen reader attrs. 9f42013

v0.12.2

30 Oct 09:24
Compare
Choose a tag to compare

Add:

  • [Affix] Add affix and affixed events. 0f176da
  • [Dropdown]
    • Apply btn-group styles if using default render tag (div) b0440cb
    • Add alternative trigger .dropdown-toggle and first child b0440cb
  • [Tabs]
    • Add default fade effect 60fe6fe
    • Add transition-duration prop. 60fe6fe

Fix:

  • [Tooltip] Fix error when assign tooltip on router-link and click. 38d6dfc

v0.12.1

26 Oct 15:20
Compare
Choose a tag to compare

Add

  • [Typeahead] Add target prop 1697d00
  • [Typeahead] Add loading / loaded / loaded-error events 1697d00
  • [Popover] Add target usage. dd7a7b3
  • [Tooltip] Consistent target usage as Popover. c86edbb
  • [Document] Add changelog link to sidenav.

Change

  • [Typeahead] Remove default slot and input element 1697d00

Fix

  • [TimePicker] Fix initial time not working. 9d2e1a0

v0.12.0

21 Oct 16:20
Compare
Choose a tag to compare

Add

  • [Collapse] #81 Add show / shown / hide / hidden events. df6f411
  • [Affix] New component.
  • [Breadcrumbs] New component.
  • [Tooltip] Add directive.
  • [TimePicker] Add use with dropdown demo.

Change

  • [Alert] Change prop name closable to dismissible & event name close to dismissed. 81e253e
  • [Alert] dismissible default value change to false. 2610801
  • [Alert] Default type change to info. 725a3da
  • [Carousel] Change indicators slot to scoped slot. 71816f6

Fix

  • [Carousel] Fix slide flashing when switch to current active index issue by disabling it. ac1320e

v0.11.11

16 Oct 05:44
Compare
Choose a tag to compare

Add:

Fix:

  • #67 Popover / Tooltip: Auto adjust placement enhance [60d6e42]
  • #77 Typeahead: Disable local filtering for Ajax calls to remote data sources [7661e62]
  • ProgressBar: Add value validator (0 ~ 100) [df74b63]

Remove:

  • ProgressBar: Remove min and max prop to make it simpler. [ad2406d]

v0.11.10

12 Oct 02:33
Compare
Choose a tag to compare

Add:

  • #66 fr-FR locale

Fix:

  • #64 Fix initial current month / year on DatePicker
  • Fix DatePicker week-starts-with default value not correct bug