Skip to content

Releases: coreui/coreui-vue

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

3.0.0

19 Feb 19:03
Compare
Choose a tag to compare

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

12 Feb 14:15
Compare
Choose a tag to compare

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

28 Jan 15:14
Compare
Choose a tag to compare

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