CoreUI PRO for Angular v5.7.17 - Picker Event Order and Focus Handling
Wednesday, August 12, 2026
We are pleased to announce the release of CoreUI PRO for Angular v5.7.17. This maintenance release aligns the event order in the Date Range Picker and Time Picker with the form control update, and improves focus handling in the Time Picker. 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.17, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui-pro@~5.27.0 @coreui/angular-pro@~5.7.17
- Please ensure that there are no error messages in the results.
- Download the latest PRO packages from CoreUI Downloads.
What’s New
Improvements
- Date Range Picker:
valueChangeis emitted afteronChange, so the form control value is already updated when your handler runs. - Time Picker:
timeChangeis emitted afteronChange, following the same order. - Time Picker: Improved focus handling, switched to the default change detection strategy, and applied related cleanups.
Dependency Updates
We have updated the development tooling to its latest compatible version for CoreUI PRO for Angular v5.7.17:
Development Tools
typescript-eslintto:8.67.0
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 your code reacts to
valueChangeortimeChange, verify the handlers against the new emission order.
For the latest package files and update access, visit CoreUI Downloads.



