Releases: coreui/coreui-vue
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
3.0.0
v3.0.0
Here it comes! The stable version of CoreUI Vue 3 library 🍾
Full library documentation is available on: https://coreui.io/vue/docs/
Changes (from 3.0.0-beta.11 version)
feat: CNav, CNavItem refactor:
- add the possibility for disabled CNavItem item to be active,
- remove tight coupling between components (CNavItem can be used separately now),
- simplify CNav children active state mechanism,
- remove side effects from CNav, inject 'nav' variable to all children components instead (Corner-case: if you have created custom components adjusted to handle CNav active state, they will no longer handle state correctly)
fix: CSidebar: fix closing sidebar on backdrop click
3.0.0-beta.11
v3.0.0-beta.11
Updated documentation is available on: https://coreui.io/vue/docs/
Breaking changes:
- CLink - change default activeClass and exactActiveClass values to default router-link values
- CHeaderBrand, CSidebarNavBrand - components rework to simple wrapper components check docs here
Other changes
- feat: add CTabs activeTab prop, refactor tabs components (thanks to #57 @CVeniamin)
- feat: CDataTable - add filtered-items-change event (thanks to #58 @CVeniamin)
- fix: CDataTable: make item sorting case insensitive (thanks to @gmuehl)
- fix: CDataTable - fix sorting function and items watcher (thanks to @gmuehl)
- fix: CSidebar - fix checking if the user clicked on sidebar nav link (thanks to @rusicsemenov)
- fix: CDataTable - fix table styles, support CoreUI dark mode
- fix: CTooltip, CPopover: fix wrong default behavior on overflow
- fix: register used CLink component in CDropdown
3.0.0-beta.10
v3.0.0-beta.10
(Release notes including 3.0.0-beta.9 notes)
Updated documentation: https://coreui.io/vue/docs/
New component: CElementCover: https://coreui.io/vue/docs/components/element-cover.html
CDataTable:
- itemsPerPageSelect can be now configuration object
- add header prop, which allows header removal
- fix: fix updating of columnFilterValue and sorterValue
Form components:
- add custom listeners, thanks to #54
Typescript support:
- component typings fixed
The release covers also some smaller bugs