One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

CoreUI PRO for Vue v5.20.1 - Picker and One-Time Password Fixes

CoreUI PRO for Vue v5.20.1 - Picker and One-Time Password Fixes

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:

  1. Open your project’s package.json.
  2. Locate the @coreui/vue-pro entry under dependencies and update the version number to 5.20.1.
  3. Ensure the @coreui/coreui-pro entry under dependencies is set to ^5.27.0.
  4. Save your changes to the package.json file.
  5. 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.

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 maxDate is 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-docs to 0.1.2 and api-generator to 0.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:

  1. Install updated dependencies.
  2. Run your test suite and verify the build.
  3. Verify one-time password entry and date picker interactions after upgrading.

For the latest package files and update access, visit CoreUI Downloads.