An open API service providing repository metadata for many open source software ecosystems.

GitHub / coreui / coreui-vue

Bootstrap 5 based Vue 3 components and directives. CoreUI for Vue.js replaces and extends the Bootstrap 5 javascript. Components have been built from scratch as true Vue 3 components.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-vue
PURL: pkg:github/coreui/coreui-vue

Stars: 638
Forks: 134
Open issues: 2

License: mit
Language: TypeScript
Size: 12.8 MB
Dependencies parsed at: Pending

Created at: over 7 years ago
Updated at: about 1 month ago
Pushed at: about 1 month ago
Last synced at: about 1 month ago

Commit Stats

Commits: 623
Authors: 9
Mean commits per author: 69.22
Development Distribution Score: 0.071
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/coreui/coreui-vue

Topics: bootstrap, bootstrap-vue, bootstrap4, bootstrapvue, components, coreui, coreui-vue, ui-components, vue, vue-components, vuejs

Funding Links https://coreui.io/pricing/?support=true, https://opencollective.com/coreui

Releases
3.0.0

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

over 5 years ago
Download
3.0.0-beta.11

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
almost 6 years ago
Download
3.0.0-beta.10

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

almost 6 years ago
Download
3.0.0-beta.9

3.0.0-beta.9

WARNING

Corrected release: https://github.com/coreui/coreui-vue/releases/tag/3.0.0-beta.10

This tag would be removed

almost 6 years ago
Download
3.0.0-beta.8

3.0.0-beta.8

v3.0.0-beta.8

Updated documentation: https://coreui.io/vue/docs/

Breaking changes in CModal/CDataTable components are not likely to occur, as removed functionalities had rare applications.

CDataTable:

  • (breaking change) tableFIlter, columnFilter, sorter props now have the configuration
    objects (passing String ‘external’ is replaced by passing object with key ‘external: true’ docs),
  • scoped function classes added to sorting-icon slot,
  • (breaking change) delete ‘table-filter-input’ and ‘column-filter-input’ events

CModal:

  • (breaking change) delete addModalClasses, addDialogClasses props
almost 6 years ago
Download
3.0.0-beta.7

3.0.0-beta.7

3.0.0-beta.7

New feature: VSCode intellisense support (new functionality)!

Tests updated - 100% test coverage!

CDataTable component:

  • feat: CDataTable - table filter custom label and placeholder possibility
  • fix: add itemsPerPage prop watcher
  • fix: CDataTable: fix value props usage - sorter, columnFilter, tableFilter props do not have to be enabled to use sorterValue, columnFilterValue, tableFilterValue respectively

Other:

  • fix: add external libraries transpilations (fix ie11 error)
  • refactor: CSidebarNavItem: remove item-clicked event
almost 6 years ago
Download
3.0.0-beta.6

3.0.0-beta.6

3.0.0-beta.6

Fix:

fix: CDataTable: fix value props usage:

  • sorter, columnFilter, tableFilter props do not have to be enabled to use sorterValue, columnFilterValue, tableFilterValue respectively
almost 6 years ago
Download
3.0.0-beta.5

3.0.0-beta.5

3.0.0-beta.5

Release notes:

  • fix: CSidebar: fix hiding menu on mobile devices
  • chore: update markdown files and dependencies
almost 6 years ago
Download
3.0.0-beta.4

3.0.0-beta.4

3.0.0-beta.4 release

almost 6 years ago
Download
3.0.0-beta.3

3.0.0-beta.3

3.0.0-beta.3

almost 6 years ago
Download