CoreUI PRO for Vue v5.21.0 - Custom Container for Picker Dropdowns
Monday, August 3, 2026
We are pleased to announce the release of CoreUI PRO for Vue v5.21.0. This release extends the container property of CDatePicker, CDateRangePicker and CTimePicker, so their dropdown can be rendered in a container of your choice. No breaking changes were announced in the published release notes.
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 update your project to CoreUI PRO for Vue v5.21.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vue-proentry under dependencies and update the version number to5.21.0. - Save your changes to the
package.jsonfile. - In your project’s root directory, run the update command appropriate for your package manager:
- For npm users, execute
npm install. - For yarn users, execute
yarn install. - For pnpm users, execute
pnpm install.
- For npm users, execute
You can also download the latest PRO packages from CoreUI Downloads.
What’s New
Features
- CDatePicker, CDateRangePicker & CTimePicker: The
containerproperty now also accepts an element, a CSS selector, or a function that returns an element, and the dropdown is rendered inside it instead of the document body. The'dropdown'and'inline'values keep their meaning, so existing code is unaffected.
Migration Notes
This release contains no breaking changes announced in the published release notes. After upgrading:
- Install updated dependencies.
- Run your test suite and verify the build.
For the latest package files and update access, visit CoreUI Downloads.



