Skip to content

Releases: uiv-lib/uiv

v0.11.9

12 Oct 02:36
Compare
Choose a tag to compare

Add:

  • #56 cs-CZ locale
  • #61 bg-BG locale
  • #54 Datepicker weekStartsWith option
  • #60 Ability to change the contents in modal header

Fix:

  • #59 Fix Typeahead 2-way model binding

v0.11.8

12 Oct 02:38
Compare
Choose a tag to compare

Fix:

  • Fix date picker select wrong date in some format issue

v0.11.7

12 Oct 02:44
Compare
Choose a tag to compare

Add:

  • #48 pt-BR locale
  • Carousel: add prop to customize control icon
  • #53 Implement pull-right for Tabs

Fix:

  • #47 Recalculate scrollbar width when resize
  • #50 Update Typeahead to work with special characters

v0.11.6

12 Oct 02:50
Compare
Choose a tag to compare

Fix:

  • #45 Fix DatePicker select wrong date issue

v0.11.5

12 Oct 02:53
Compare
Choose a tag to compare

Add:

  • #41 Added initialView property to datepicker
  • #42 Add new prop to DatePicker to allow user customize Date.parse

Fix:

  • #40 Fix v-if element in modal issue
  • #44 Auto-placement of popover when top of popover is cutoff

v0.11.4

12 Oct 02:55
Compare
Choose a tag to compare

Add:

  • Add Vue.use usage for components
  • Add i18n support for components

v0.11.3

12 Oct 03:00
Compare
Choose a tag to compare

Add:

  • #26 Add dropup and menuRight props to Dropdown.vue
  • #31 Add body padding when opening modal
  • #32 Modal header can be hidden
  • #25 Add prop to specify dropdown relative position while append to body
  • #35 Add target prop to Tooltip & Popover
  • #34 Add open-on-empty prop to Typeahead

Fix:

  • #22 Popover: hide title with empty value
  • #24 Modal always at top when after open
  • #29 Fix issue on SSR application
  • #33 Typeahead: cancel items display on fast blur
  • #34 Expand Typeahead slot range

v0.11.2

12 Oct 03:03
Compare
Choose a tag to compare

Add:

  • #11 Add default trigger back to dropdown
  • #19 Event API Consistent
  • #14 Add navbar demo

Fix:

  • Fix a tabs bug of not selecting the correct index
  • #12 When readonly can't change time by click button

v0.11.1

12 Oct 03:04
Compare
Choose a tag to compare

Fix:

  • #17 Combine css with js file

v0.11.0

12 Oct 03:17
Compare
Choose a tag to compare

Add:

  • TimePicker
  • ProgressBar
  • Update DatePicker: allow user input and date formatting
  • #2 Typeahead: click to show dropdown
  • Typeahead: add param to config whether open on focus or not. remove click trigger. async-delay rename to debounce.
  • #1 Tooltip & Popover enhancement
  • #6 Tabs new function: rightside
  • #4 Modal enhancement
  • #8 Improve hover-focus trigger
  • #10 Consistent API

Fix:

  • #5 Fix Dropdown & Typeahead compatibility
  • Fix dropdown on IE not closing
  • #13 Always show tooltip if is focus, even mouseleave tooltip
  • #12 TimePicker can scroll / click the arrow to change number, when readonly
  • #15 Typeahead: Fix key.toLowerCase is not a function