CoreUI PRO for Angular v5.7.8 - Navbar and Dropdown Fixes
Tuesday, July 21, 2026
We are pleased to announce the release of CoreUI PRO for Angular v5.7.8. This maintenance release fixes responsive auto-collapse in the Navbar component and resolves a subscription that was not torn down in Dropdown. 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.8, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui-pro@~5.27.0 @coreui/angular-pro@~5.7.8
- Please ensure that there are no error messages in the results.
- Download the latest PRO packages from CoreUI Downloads.
What’s New
Bug Fixes
- Navbar: Responsive auto-collapse based on the expand breakpoint never activated. The component now reacts to the configured breakpoint as expected.
- Dropdown: The
visibleChangesubscription in the dropdown toggle was not torn down in some cases, which could leak on destroy.
Testing
- Navbar: Added
BreakpointObserverintegration tests covering the responsive auto-collapse behavior.
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 responsive Navbar behavior at your configured expand breakpoint.
- Review your application for console warnings after the upgrade.
For the latest package files and update access, visit CoreUI Downloads.



