Skip to content

Releases: coreui/coreui-vue

3.0.10

19 May 08:24
Compare
Choose a tag to compare

Fixes:

  • fix typings

3.0.9

18 May 16:27
Compare
Choose a tag to compare

Fixes:

  • CTooltip, CPopover: fix styles
  • fix typings

3.0.8

05 May 13:29
Compare
Choose a tag to compare

Fixes:

  • CSelect: fix assigning falsy value #83
  • CSelect: allow restoring placeholder after reseting value
  • CSidebarNavDropdown, CSidebarNavItem: allow adding 'size' prop in 'icon' object #76

3.0.7

08 Apr 07:12
Compare
Choose a tag to compare
chore: 3.0.7 release - update dependencies

3.0.6

07 Apr 19:27
Compare
Choose a tag to compare

fix: CDropdownItem: fix closing dropdown when item is router link #79
fix: CDataTable: fix header styles
fix: CInputCheckbox: always render even empty label in custom mode
feat: CDataTable, row-clicked event - add event object as argument

3.0.5

18 Mar 16:55
Compare
Choose a tag to compare

v3.0.5

Updated library documentation is available on: https://coreui.io/vue/docs/


Features

feat: add CInputRadioGroup component
feat: CDataTable: add 'external' key to itemsPerPageSelect prop object
feat: CDataTable: add noItemsView prop #67
feat: CDataTable: add thead-top slot
feat: CPagination: add arg 'reduced' to the 'update:activePage' event
feat: CCollapse: add possibility of different duration of show and hide

Fixes

fix: CCollapse: fix blinking when animation duration is 0ms

3.0.4

09 Mar 20:59
Compare
Choose a tag to compare

v3.0.4

Fixes

fix: fix package dependencies

3.0.3

09 Mar 11:22
Compare
Choose a tag to compare

v3.0.3

Fixes

fix: CDropdownItem: restore functional component events #73 #71

3.0.2

06 Mar 17:00
Compare
Choose a tag to compare

v3.0.2

Updated library documentation is available on: https://coreui.io/vue/docs/


Fixes

fix: CDropdown: close dropdown on every dropdown-item-click event #71
fix: CSelect: do not emit update:value in case of 'multiple' attribute #64
chore: fix typings and intellisense hints

3.0.1

28 Feb 20:17
Compare
Choose a tag to compare

v3.0.1

Updated library documentation is available on: https://coreui.io/vue/docs/


Features

feat: add CClickaway directive
feat: CDataTable: add page-change event
feat: CDataTable row-clicked event modification #59

Fixes

fix: always close overlaid sidebar on outside click
fix: form components - add missing base events
fix: CModal - add 'xl' as a valid value of the 'size' prop (#66)
chore: fix Typo in typings (#68)
refactor: CDropdown: optimize dropdown hiding through CClickaway directive