CoreUI PRO for Vue v5.9.0
Tuesday, November 12, 2024
We are thrilled to announce the release of CoreUI PRO for Vue v5.9.0. This update brings powerful new features, enhanced performance, and critical updates to dependencies, making the CoreUI PRO Vue library even more robust and efficient.
How to Update
To upgrade your project to CoreUI PRO for Vue v5.9.0, follow these steps:
- Open your
package.json
file. - Update the
@coreui/vue-pro
dependency to5.9.0
. - Update the
@coreui/coreui-pro
dependency to5.7.1
. - Save the file.
- Run the appropriate command in your project directory:
- For npm:
npm install
- For yarn:
yarn install
- For npm:
What’s New
Features
- CCalendar, CDatePicker, CDateRangePicker: Added support for custom functions in the
disabledDates
property, enabling more flexibility in disabling specific dates.
Dependency Updates
This release includes updates to the following dependencies to ensure compatibility, performance, and security improvements:
- Updated
@coreui/coreui-pro
from^5.7.0
to^5.7.1
- Updated
@docsearch/css
from^3.7.0
to^3.8.0
- Updated
@docsearch/js
from^3.7.0
to^3.8.0
- Updated
@typescript-eslint/eslint-plugin
from^8.14.0
to^8.15.0
- Updated
@typescript-eslint/parser
from^8.14.0
to^8.15.0
- Updated
eslint-plugin-unicorn
from^56.0.0
to^56.0.1
- Updated
rollup
from^4.25.0
to^4.27.3
- Updated
sass
from^1.80.6
to^1.81.0
- Updated
vue
from^3.5.12
to^3.5.13