CoreUI PRO for Vue v5.6.0

CoreUI PRO for Vue v5.6.0

We are excited to announce the release of CoreUI PRO for Vue v5.6.0. This update introduces new features, performance improvements, and critical dependency updates to enhance the stability and maintainability of the CoreUI PRO Vue library.

How to Update

To smoothly update your project to CoreUI PRO for Vue v5.6.0, follow these steps:

  1. Open your project’s package.json.
  2. Locate the @coreui/vue-pro entry under dependencies and update the version number to 5.6.0.
  3. Update the @coreui/coreui-pro entry to 5.5.0.
  4. Save the changes to the package.json file.
  5. Run the appropriate command based on your package manager:
    • npm users: run npm install
    • yarn users: run yarn install

What’s New

Documentation

  • docs(CSmartTable): Fixed custom filter example for better clarity.

Features

  • feat(CDateRangePicker): Added support for custom date formatting when the selection type is set to week, month, or year.

Fixes

  • fix(CMultiSelect): The cleaner button is now properly controlled and can be disabled.
  • fix(CSmartTable): The “select all” checkbox can now be hidden as expected.

Refactors

  • refactor(CMultiSelect): Improved handling of the disabled state for better user interaction.
  • refactor(CSmartTable): Enhanced event handling to emit the selectAll event on every click.

Dependency Updates

This release also includes several dependency updates to keep your project secure and up-to-date:

  • Updated @coreui/coreui-pro from ^5.4.0 to ^5.5.0
  • Updated @docsearch/css from ^3.6.1 to ^3.6.2
  • Updated @docsearch/js from ^3.6.1 to ^3.6.2
  • Updated @rollup/plugin-commonjs from ^26.0.1 to ^28.0.0
  • Updated @rollup/plugin-node-resolve from ^15.2.3 to ^15.3.0
  • Updated @rollup/plugin-typescript from ^11.1.6 to ^12.1.0
  • Updated @typescript-eslint/eslint-plugin from ^8.6.0 to ^8.8.0
  • Updated @typescript-eslint/parser from ^8.6.0 to ^8.8.0
  • Updated @vuepress/bundler-vite from 2.0.0-rc.15 to 2.0.0-rc.17
  • Updated @vuepress/bundler-webpack from 2.0.0-rc.15 to 2.0.0-rc.17
  • Updated @vuepress/plugin-active-header-links from 2.0.0-rc.47 to 2.0.0-rc.52
  • Updated @vuepress/plugin-git from 2.0.0-rc.44 to 2.0.0-rc.52
  • Updated @vuepress/plugin-markdown-container from 2.0.0-rc.43 to 2.0.0-rc.52
  • Updated @vuepress/plugin-register-components from 2.0.0-rc.44 to 2.0.0-rc.52
  • Updated @vuepress/plugin-theme-data from 2.0.0-rc.47 to 2.0.0-rc.52
  • Updated @vuepress/plugin-toc from 2.0.0-rc.47 to 2.0.0-rc.52
  • Updated @vuepress/shared from 2.0.0-rc.15 to 2.0.0-rc.17
  • Updated @vuepress/utils from 2.0.0-rc.15 to 2.0.0-rc.17
  • Updated rollup from ^4.22.4 to ^4.24.0
  • Updated sass from ^1.79.3 to ^1.79.4
  • Updated vue from ^3.5.8 to ^3.5.11
  • Updated vuepress from 2.0.0-rc.15 to 2.0.0-rc.17

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to show or hide elements in React? A Step-by-Step Guide.
How to show or hide elements in React? A Step-by-Step Guide.

How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

Passing props to child components in React function components
Passing props to child components in React function components

How to loop inside React JSX
How to loop inside React JSX

How to validate an email address in JavaScript
How to validate an email address in JavaScript

What is the difference between typeof and instanceof in JavaScript
What is the difference between typeof and instanceof in JavaScript