We are excited to announce the release of CoreUI for Vue v5.2.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates various dependencies to their latest versions.
To ensure a smooth transition to CoreUI for Vue v5.2.0, follow these steps:
package.json
.@coreui/vue
entry under dependencies and update the version number to5.2.0
.@coreui/coreui
entry under dependencies and update the version number to5.1.0
.package.json
file.npm install
.yarn install
.This release also includes updates to several dependencies to ensure compatibility with the latest features and security patches:
@coreui/coreui
from^5.0.2
to^5.1.0
@docsearch/css
from^3.6.0
to^3.6.1
@docsearch/js
from^3.6.0
to^3.6.1
@rollup/plugin-commonjs
from^25.0.8
to^26.0.1
@typescript-eslint/eslint-plugin
from^7.11.0
to^7.17.0
@typescript-eslint/parser
from^7.11.0
to^7.17.0
@vuepress/bundler-vite
from2.0.0-rc.12
to2.0.0-rc.14
@vuepress/bundler-webpack
from2.0.0-rc.12
to2.0.0-rc.14
@vuepress/plugin-active-header-links
from2.0.0-rc.31
to2.0.0-rc.39
@vuepress/plugin-git
from2.0.0-rc.31
to2.0.0-rc.38
@vuepress/plugin-markdown-container
from2.0.0-rc.30
to2.0.0-rc.37
@vuepress/plugin-prismjs
from2.0.0-rc.32
to2.0.0-rc.37
@vuepress/plugin-register-components
from2.0.0-rc.31
to2.0.0-rc.37
@vuepress/plugin-theme-data
from2.0.0-rc.31
to2.0.0-rc.39
@vuepress/plugin-toc
from2.0.0-rc.31
to2.0.0-rc.39
@vuepress/shared
from2.0.0-rc.12
to2.0.0-rc.14
@vuepress/utils
from2.0.0-rc.12
to2.0.0-rc.14
eslint-plugin-prettier
from^5.1.3
to^5.2.1
eslint-plugin-unicorn
from^51.0.1
to^54.0.0
eslint-plugin-vue
from^9.26.0
to^9.27.0
lerna
from^8.1.3
to^8.1.7
prettier
from^3.2.5
to^3.3.3
rollup
from^4.18.0
to^4.19.0
sass
from^1.77.2
to^1.77.8
ts-jest
from^29.1.4
to^29.2.3
typescript
from^5.4.5
to^5.5.4
vue
from^3.4.27
to^3.4.33
vue-types
from^5.1.2
to^5.1.3
vuepress
from2.0.0-rc.12
to2.0.0-rc.14
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer tothe full changelog on GitHub.