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.
To ensure a smooth transition to CoreUI for Vue v5.3.0, follow these steps:
package.json
.@coreui/vue
entry under dependencies and update the version number to5.3.0
.@coreui/coreui
entry under dependencies and update the version number to5.1.2
.package.json
file.npm install
.yarn install
.as
property to enable the usage of semantic tags.as
property to enable the usage of semantic tags.selected
attribute to the option typings.<script setup>
.This release also includes updates to various dependencies, ensuring that the CoreUI Vue library remains up-to-date and secure:
@coreui/coreui
from^5.1.0
to^5.1.2
.@coreui/icons-vue
from^2.1.0
to^2.2.0
.@typescript-eslint/eslint-plugin
from^7.17.0
to^8.3.0
.@typescript-eslint/parser
from^7.17.0
to^8.3.0
.@vuepress/bundler-vite
from2.0.0-rc.14
to2.0.0-rc.15
.@vuepress/bundler-webpack
from2.0.0-rc.14
to2.0.0-rc.15
.@vuepress/plugin-active-header-links
from2.0.0-rc.39
to2.0.0-rc.42
.@vuepress/plugin-git
from2.0.0-rc.38
to2.0.0-rc.42
.@vuepress/plugin-markdown-container
from2.0.0-rc.37
to2.0.0-rc.42
.@vuepress/plugin-register-components
from2.0.0-rc.37
to2.0.0-rc.42
.@vuepress/plugin-theme-data
from2.0.0-rc.39
to2.0.0-rc.42
.@vuepress/plugin-toc
from2.0.0-rc.39
to2.0.0-rc.42
.@vuepress/shared
from2.0.0-rc.14
to2.0.0-rc.15
.@vuepress/utils
from2.0.0-rc.14
to2.0.0-rc.15
.eslint-plugin-unicorn
from^54.0.0
to^55.0.0
.lerna
from^8.1.7
to^8.1.8
.markdown-it-anchor
from^9.0.1
to^9.1.0
.rollup
from^4.19.0
to^4.21.2
.ts-jest
from^29.2.3
to^29.2.5
.vue
from^3.4.33
to^3.4.38
.vuepress
from2.0.0-rc.14
to2.0.0-rc.15
.For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer tothe full changelog on GitHub.