CoreUI for Angular v5.7.21 - Offcanvas Container Rendering
We are pleased to announce the release of CoreUI for Angular v5.7.21. This release adds container and portal inputs to the Offcanvas component, allowing it to render outside its DOM position, and refreshes the Angular CDK, CLI, and development dependencies. 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 for Angular v5.7.21, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui@~5.9.0 @coreui/angular@~5.7.21
- Please ensure that there are no error messages in the results.
- See also:
What’s New
Offcanvas Container Rendering
The Offcanvas component now accepts container/portal inputs, so the offcanvas can be rendered outside its DOM position - for example directly in the document body. This helps when the offcanvas sits inside a container with overflow, transform, or stacking-context styles that would otherwise clip or misplace it.
Dependency Updates
We have updated key dependencies to their latest compatible versions for CoreUI for Angular v5.7.21:
Angular Core Updates
@angular/ariato:22.1.4@angular/cdkto:22.1.4
Angular Development Tools
@angular-devkit/schematicsto:22.1.6@angular/buildto:22.1.6@angular/clito:22.1.6
Development Tools
@types/nodeto:26.3.0eslintto:10.9.1typescript-eslintto:8.68.0
Released Packages
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.
- If you want an offcanvas to escape a clipping ancestor, try the new container/portal inputs.
For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.



