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 Angular v5.7.9 - Escape Key Dismissal for Tooltip, Popover, and Modal

CoreUI PRO for Angular v5.7.9 - Escape Key Dismissal for Tooltip, Popover, and Modal

We are pleased to announce the release of CoreUI PRO for Angular v5.7.9. This maintenance release makes the Tooltip and Popover components dismissable with the Escape key as required by WCAG 1.4.13, and aligns Modal with the same handling. 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 to CoreUI PRO for Angular v5.7.9, run:

ng update @angular/core@22 @angular/cli@22 @coreui/coreui-pro@~5.27.0 @coreui/angular-pro@~5.7.9
  • Please ensure that there are no error messages in the results.
  • Download the latest PRO packages from CoreUI Downloads.

What’s New

Accessibility

  • Tooltip: The tooltip is now dismissed when the user presses the Escape key, meeting the WCAG 1.4.13 (Content on Hover or Focus) dismissable requirement.
  • Popover: The popover is now dismissed when the user presses the Escape key, meeting the same WCAG 1.4.13 requirement.
  • Modal: The modal is now dismissed on Escape keydown, ensuring consistent handling of the Escape key across overlay components.

Testing

  • Added tests covering Escape key dismissal for the Tooltip and Popover components.

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. If your application handles the Escape key around tooltips, popovers, or modals, verify that your own handlers still behave as expected alongside the built-in dismissal.

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