CoreUI for Vue v5.4.0
Monday, September 23, 2024
We are excited to announce the release of CoreUI for Vue v5.4.0. This update introduces new features, refactors existing components for better performance, and includes updates to critical dependencies for enhanced security and functionality.
Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.
How to Update
To smoothly update to CoreUI for Vue v5.4.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vueentry under dependencies and update the version number to5.4.0. - Update the
@coreui/coreuientry to5.1.2. - Save the changes to the
package.jsonfile. - Run the appropriate command for your package manager:
- npm users: run
npm install - yarn users: run
yarn install
- npm users: run
What’s New
Fixes
- fix(CToastClose): Resolved an issue allowing a custom component to be passed as a prop, enhancing flexibility in component customization.
- fix(CTabs): Added the missing
disabledprop, ensuring consistent behavior when tabs are disabled.
Refactors
- refactor(CPopover, CTabs, CTooltips): Refactored to migrate from
useUniqueIdtouseIdfor improved performance and maintainability.
Dependency Updates
This release also brings important updates to various dependencies, ensuring CoreUI for Vue remains up-to-date with the latest features and security improvements:
- Updated
@types/jestfrom^29.5.12to^29.5.13 - Updated
@typescript-eslint/eslint-pluginfrom^8.3.0to^8.6.0 - Updated
@typescript-eslint/parserfrom^8.3.0to^8.6.0 - Updated
@vuepress/plugin-active-header-linksfrom2.0.0-rc.42to2.0.0-rc.47 - Updated
@vuepress/plugin-gitfrom2.0.0-rc.42to2.0.0-rc.44 - Updated
@vuepress/plugin-markdown-containerfrom2.0.0-rc.42to2.0.0-rc.43 - Updated
@vuepress/plugin-theme-datafrom2.0.0-rc.42to2.0.0-rc.47 - Updated
@vuepress/plugin-tocfrom2.0.0-rc.42to2.0.0-rc.47 - Updated
eslint-plugin-vuefrom^9.27.0to^9.28.0 - Updated
markdown-it-anchorfrom^9.1.0to^9.2.0 - Updated
rollupfrom^4.21.2to^4.22.4 - Updated
sassfrom^1.77.8to^1.79.3 - Updated
typescriptfrom^5.5.4to^5.6.2 - Updated
vuefrom^3.4.38to^3.5.8
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.



