CoreUI PRO for Vue v5.20.1 - Picker and One-Time Password Fixes
Monday, August 3, 2026
We are pleased to announce the release of CoreUI PRO for Vue v5.20.1. This maintenance release improves one-time password autofill, fixes the CDatePicker and CDateRangePicker Today button behavior, and refreshes the documentation tooling. 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.20.1, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/vue-proentry under dependencies and update the version number to5.20.1. - Ensure the
@coreui/coreui-proentry under dependencies is set to^5.27.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
Bug Fixes
- COneTimePasswordInput: Now accepts a code delivered by SMS autofill or a password manager.
- CDatePicker & CDateRangePicker: The Today button stays enabled when
maxDateis set to today.
Documentation & Tooling
- Chart docs: Load the Chart.js tooltip styles on the chart page so examples render correctly.
- Docs: Removed the CodeSandbox button, which cannot run a Vite project, capitalized the Vue framework name, fixed the sidebar icon path, and listed Angular among the editions the MCP server covers.
- Docs engine: Bumped
@coreui/astro-docsto0.1.2andapi-generatorto0.2.0. - Dependencies: Dropped an unnecessary Vitest override, returning to
4.1.10.
Migration Notes
This is a maintenance release with no breaking changes announced in the published release notes. After upgrading:
- Install updated dependencies.
- Run your test suite and verify the build.
- Verify one-time password entry and date picker interactions after upgrading.
For the latest package files and update access, visit CoreUI Downloads.



