Releases: coreui/coreui-vue
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
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
3.0.3
3.0.2
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
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