CoreUI PRO for Vue v5.8.0
Tuesday, November 12, 2024
We are excited to announce the release of CoreUI PRO for Vue v5.8.0. This update introduces new features, refactors for improved performance, and critical dependency updates to enhance the stability and maintainability of the CoreUI PRO Vue library.
How to Update
To update your project to CoreUI PRO for Vue v5.8.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/vue-pro
entry under dependencies and update the version number to5.8.0
. - Update the
@coreui/coreui-pro
entry to5.7.0
. - Save the changes to your
package.json
file. - In your project’s root directory, run the update command appropriate for your package manager:
- For npm users: run
npm install
- For yarn users: run
yarn install
- For npm users: run
What’s New
Features
- feat(CDatePicker, CDateRangePicker, CTimePicker): Added support for generating dropdown menus using
createPortal
. - feat(CRangeSlider): Introduced a new Vue Range Slider component for enhanced range input functionality.
Refactors
- refactor(CDatePicker, CDateRangePicker, CTimePicker): Improved accessibility and overall user experience.
Dependency Updates
This release includes updates to several dependencies, ensuring improved stability and compatibility:
- @coreui/coreui-pro:
^5.6.0
→^5.7.0
- @docsearch/css:
^3.6.2
→^3.7.0
- @docsearch/js:
^3.6.2
→^3.7.0
- @typescript-eslint/eslint-plugin:
^8.8.0
→^8.14.0
- @typescript-eslint/parser:
^8.8.0
→^8.14.0
- @vuepress/plugin-active-header-links:
2.0.0-rc.55
→2.0.0-rc.60
- @vuepress/plugin-git:
2.0.0-rc.56
→2.0.0-rc.60
- @vuepress/plugin-theme-data:
2.0.0-rc.57
→2.0.0-rc.60
- eslint-plugin-unicorn:
^55.0.0
→^56.0.0
- eslint-plugin-vue:
^9.28.0
→^9.31.0
- lerna:
^8.1.8
→^8.1.9
- rollup:
^4.24.2
→^4.25.0
- sass:
^1.80.4
→^1.80.6