CoreUI for Vue v5.3.0
Saturday, August 31, 2024
We are excited to announce the release of CoreUI for Vue v5.3.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates various dependencies to their latest versions.
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 ensure a smooth transition to CoreUI for Vue v5.3.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vueentry under dependencies and update the version number to5.3.0. - Find the
@coreui/coreuientry under dependencies and update the version number to5.1.2. - Save your changes to the
package.jsonfile. - In your project’s root directory, run the update command appropriate for your package manager:
- For npm users, execute
npm install. - For yarn users, execute
yarn install.
- For npm users, execute
What’s New
- feat(CFooter): Added the
asproperty to enable the usage of semantic tags. - feat(CHeader): Added the
asproperty to enable the usage of semantic tags. - fix(CFormSelect): Added the missing
selectedattribute to the option typings. - feat(CModal): Introduced the container and teleport properties to allow appending the modal to a specific element.
- docs: Migrated examples to
<script setup>.
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.0to^5.1.2. - Updated
@coreui/icons-vuefrom^2.1.0to^2.2.0. - Updated
@typescript-eslint/eslint-pluginfrom^7.17.0to^8.3.0. - Updated
@typescript-eslint/parserfrom^7.17.0to^8.3.0. - Updated
@vuepress/bundler-vitefrom2.0.0-rc.14to2.0.0-rc.15. - Updated
@vuepress/bundler-webpackfrom2.0.0-rc.14to2.0.0-rc.15. - Updated
@vuepress/plugin-active-header-linksfrom2.0.0-rc.39to2.0.0-rc.42. - Updated
@vuepress/plugin-gitfrom2.0.0-rc.38to2.0.0-rc.42. - Updated
@vuepress/plugin-markdown-containerfrom2.0.0-rc.37to2.0.0-rc.42. - Updated
@vuepress/plugin-register-componentsfrom2.0.0-rc.37to2.0.0-rc.42. - Updated
@vuepress/plugin-theme-datafrom2.0.0-rc.39to2.0.0-rc.42. - Updated
@vuepress/plugin-tocfrom2.0.0-rc.39to2.0.0-rc.42. - Updated
@vuepress/sharedfrom2.0.0-rc.14to2.0.0-rc.15. - Updated
@vuepress/utilsfrom2.0.0-rc.14to2.0.0-rc.15. - Updated
eslint-plugin-unicornfrom^54.0.0to^55.0.0. - Updated
lernafrom^8.1.7to^8.1.8. - Updated
markdown-it-anchorfrom^9.0.1to^9.1.0. - Updated
rollupfrom^4.19.0to^4.21.2. - Updated
ts-jestfrom^29.2.3to^29.2.5. - Updated
vuefrom^3.4.33to^3.4.38. - Updated
vuepressfrom2.0.0-rc.14to2.0.0-rc.15.
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.



