CoreUI for Vue v5.4.1
Tuesday, October 29, 2024
We are excited to announce the release of CoreUI for Vue v5.4.1. 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.1, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vueentry under dependencies and update the version number to5.4.1. - Update the
@coreui/coreuientry to5.2.0. - 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
Documentation
- docs: Added
keyfor looped content in examples to ensure better list rendering.
Fixes
- fix(CNavItem): The
asproperty is now optional, allowing for greater flexibility.
Dependency Updates
This release also includes updates to various dependencies, ensuring that the CoreUI Vue library remains up-to-date and secure:
- Updated
@coreui/coreuifrom^5.1.2to^5.2.0 - Updated
@docsearch/cssfrom^3.6.1to^3.6.2 - Updated
@docsearch/jsfrom^3.6.1to^3.6.2 - Updated
@rollup/plugin-commonjsfrom^26.0.1to^28.0.1 - Updated
@rollup/plugin-node-resolvefrom^15.2.3to^15.3.0 - Updated
@rollup/plugin-typescriptfrom^11.1.6to^12.1.1 - Updated
@types/jestfrom^29.5.13to^29.5.14 - Updated
@typescript-eslint/eslint-pluginfrom^8.6.0to^8.12.1 - Updated
@typescript-eslint/parserfrom^8.6.0to^8.12.1 - Updated
@vue/eslint-config-prettierfrom^9.0.0to^10.1.0 - Updated
@vue/eslint-config-typescriptfrom^13.0.0to^14.1.3 - Updated
@vuepress/bundler-vitefrom2.0.0-rc.15to2.0.0-rc.18 - Updated
@vuepress/bundler-webpackfrom2.0.0-rc.15to2.0.0-rc.18 - Updated
@vuepress/plugin-active-header-linksfrom2.0.0-rc.47to2.0.0-rc.55 - Updated
@vuepress/plugin-gitfrom2.0.0-rc.44to2.0.0-rc.56 - Updated
@vuepress/plugin-markdown-containerfrom2.0.0-rc.43to2.0.0-rc.54 - Updated
@vuepress/plugin-register-componentsfrom2.0.0-rc.44to2.0.0-rc.54 - Updated
@vuepress/plugin-theme-datafrom2.0.0-rc.47to2.0.0-rc.57 - Updated
@vuepress/plugin-tocfrom2.0.0-rc.47to2.0.0-rc.55 - Updated
@vuepress/sharedfrom2.0.0-rc.15to2.0.0-rc.18 - Updated
@vuepress/utilsfrom2.0.0-rc.15to2.0.0-rc.18 - Updated
eslintfrom8.57.0to9.13.0 - Updated
eslint-plugin-unicornfrom^55.0.0to^56.0.0 - Updated
eslint-plugin-vuefrom^9.28.0to^9.30.0 - Updated
rollupfrom^4.22.4to^4.24.2 - Updated
sassfrom^1.79.3to^1.80.4 - Updated
typescriptfrom^5.6.2to^5.6.3 - Updated
vuefrom^3.5.8to^3.5.12 - Updated
vuepressfrom2.0.0-rc.15to2.0.0-rc.18
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.



