CoreUI PRO for Vue v5.2.0
Thursday, May 30, 2024
We are excited to announce the release of CoreUI PRO for Vue v5.2.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development experience and ensure better performance.
Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.
How to Update
To smoothly update your project to CoreUI PRO for Vue v5.2.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vue-proentry under dependencies and update the version number to5.2.0. - Find the
@coreui/coreui-proentry under dependencies and update the version number to5.2.0. - Save your changes to the
package.jsonfile. - 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
Features
- CTabs: Introduced the new Vue tabs component to enhance tabbed navigation in your applications.
Refactors
- CPopover, CTabs, CTooltips: Updated to use an SSR-friendly unique ID generator, improving server-side rendering compatibility.
- CMultiSelect: Implemented a feature to clear the search input when the dropdown list is closed.
Fixes
- CMultiSelect: Added the missing
type="button"attribute to the tag close button to ensure correct functionality. - CCalendar, CDatePicker, CDateRangePicker: Fixed issues related to different timezones, ensuring consistent date and time handling.
Dependency Updates
Key dependencies have been updated to their latest versions to enhance performance, security, and compatibility:
- Updated
@coreui/coreui-profrom^5.1.0to^5.2.0 - Updated
@rollup/plugin-commonjsfrom^25.0.7to^25.0.8 - Updated
@typescript-eslint/eslint-pluginfrom^7.4.0to^7.11.0 - Updated
@typescript-eslint/parserfrom^7.4.0to^7.11.0 - Updated
@vue/test-utilsfrom^2.4.5to^2.4.6 - Updated
@vuepress/bundler-vitefrom2.0.0-rc.11to2.0.0-rc.12 - Updated
@vuepress/plugin-active-header-linksfrom2.0.0-rc.0to2.0.0-rc.31 - Updated
@vuepress/plugin-back-to-topfrom2.0.0-rc.0to2.0.0-rc.31 - Updated
@vuepress/plugin-containerfrom2.0.0-rc.0to2.0.0-rc.28 - Updated
@vuepress/plugin-gitfrom2.0.0-rc.30to2.0.0-rc.31 - Updated
@vuepress/plugin-prismjsfrom2.0.0-rc.0to2.0.0-rc.32 - Updated
@vuepress/plugin-register-componentsfrom2.0.0-rc.0to2.0.0-rc.31 - Updated
@vuepress/plugin-theme-datafrom2.0.0-rc.0to2.0.0-rc.31 - Updated
@vuepress/plugin-tocfrom2.0.0-rc.0to2.0.0-rc.31 - Updated
eslint-plugin-vuefrom^9.24.0to^9.26.0 - Updated
lernafrom^8.1.2to^8.1.3 - Updated
rollupfrom^4.13.2to^4.18.0 - Updated
ts-jestfrom^29.1.2to^29.1.4 - Updated
typescriptfrom^5.4.3to^5.4.5 - Updated
vuefrom^3.4.21to^3.4.27 - Updated
vue-typesfrom^5.1.1to^5.1.2 - Updated
vuepressfrom2.0.0-rc.0to2.0.0-rc.12



