CoreUI PRO for Vue v5.3.0
Friday, July 26, 2024
We are excited to announce the release of CoreUI PRO for Vue v5.3.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development experience and ensure better performance.
How to Update
To smoothly update your project to CoreUI PRO for Vue v5.3.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/vue-pro
entry under dependencies and update the version number to5.3.0
. - Find the
@coreui/coreui-pro
entry under dependencies and update the version number to5.3.0
. - Save your changes to the
package.json
file. - In your project’s root directory, execute the update command:
- For npm users, run
npm install
. - For yarn users, run
yarn install
.
- For npm users, run
What’s New
Documentation
- CAvatar: Updated documentation.
- CIconSvg: Add new vue icon component documentation.
Features
- CMultiSelect: Added name property to improve handling the name attribute of the native select component.
- CMultiSelect: Allows resetting selection when options are updated.
- CDatePicker, CDateRangePicker: Added the name property to set name attributes for input elements.
- CTimePicker: Added id and name properties to allow setting those attributes for the input element.
Refactors
- CAvatar: Added CSS Variables support.
- CButton: Improved colors and variants handling.
Dependency Updates
This release also includes updates to several dependencies to ensure compatibility with the latest features and security patches:
- Updated
@coreui/coreui-pro
from^5.2.0
to^5.3.0
- Updated
@docsearch/css
from^3.6.0
to^3.6.1
- Updated
@docsearch/js
from^3.6.0
to^3.6.1
- Updated
@rollup/plugin-commonjs
from^25.0.8
to^26.0.1
- Updated
@typescript-eslint/eslint-plugin
from^7.11.0
to^7.17.0
- Updated
@typescript-eslint/parser
from^7.11.0
to^7.17.0
- Updated
@vuepress/bundler-vite
from2.0.0-rc.12
to2.0.0-rc.14
- Updated
@vuepress/bundler-webpack
from2.0.0-rc.12
to2.0.0-rc.14
- Updated
@vuepress/plugin-active-header-links
from2.0.0-rc.31
to2.0.0-rc.39
- Updated
@vuepress/plugin-git
from2.0.0-rc.31
to2.0.0-rc.38
- Updated
@vuepress/plugin-markdown-container
from2.0.0-rc.30
to2.0.0-rc.37
- Updated
@vuepress/plugin-prismjs
from2.0.0-rc.32
to2.0.0-rc.37
- Updated
@vuepress/plugin-register-components
from2.0.0-rc.31
to2.0.0-rc.37
- Updated
@vuepress/plugin-theme-data
from2.0.0-rc.31
to2.0.0-rc.39
- Updated
@vuepress/plugin-toc
from2.0.0-rc.31
to2.0.0-rc.39
- Updated
@vuepress/shared
from2.0.0-rc.12
to2.0.0-rc.14
- Updated
@vuepress/utils
from2.0.0-rc.12
to2.0.0-rc.14
- Updated
eslint-plugin-prettier
from^5.1.3
to^5.2.1
- Updated
eslint-plugin-unicorn
from^51.0.1
to^54.0.0
- Updated
eslint-plugin-vue
from^9.26.0
to^9.27.0
- Updated
lerna
from^8.1.3
to^8.1.7
- Updated
prettier
from^3.2.5
to^3.3.3
- Updated
rollup
from^4.18.0
to^4.19.0
- Updated
sass
from^1.77.2
to^1.77.8
- Updated
ts-jest
from^29.1.4
to^29.2.3
- Updated
typescript
from^5.4.5
to^5.5.4
- Updated
vue
from^3.4.27
to^3.4.33
- Updated
vue-types
from^5.1.2
to^5.1.3
- Updated
vuepress
from2.0.0-rc.12
to2.0.0-rc.14