CoreUI for Angular v5.0.2

CoreUI for Angular v5.0.2

We are pleased to announce the release of CoreUI for Angular v5.0.2, dated April 15, 2024. This update addresses a specific issue to enhance the functionality and compatibility of the CoreUI icon components within Angular environments, particularly following the Angular 17 updates.

How to Update

Updating your project to CoreUI for Angular v5.0.2 is straightforward, ensuring that your application benefits from the latest fixes with minimal effort:

  1. Open your project’s package.json.
  2. Locate the @coreui/angular entry under dependencies and update the version number to 5.0.2.
  3. Save your changes to the package.json file.
  4. In your project’s root directory, execute the update command:
    • For npm users, run npm install.
    • For yarn users, run yarn install.

This update process will integrate the latest enhancements and ensure your project uses the most stable version of CoreUI for Angular.

What’s new

Fixes

  • Icon Directive Binding: Resolved an issue where the cIcon directive’s [name] binding was not correctly refreshing icons when their names were updated in Angular 17. This fix ensures that icons dynamically update in the UI when their bound names change, maintaining the expected reactive behavior across your Angular applications.

This targeted fix is part of our ongoing commitment to maintaining the robustness and reliability of CoreUI’s suite of components, ensuring they function seamlessly within the evolving Angular ecosystem.


For a detailed exploration of all enhancements, fixes, and updates introduced in this minor release, we invite you to review the full changelog on GitHub.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Use JavaScript setTimeout()
How to Use JavaScript setTimeout()

Javascript Random - How to Generate a Random Number in JavaScript?
Javascript Random - How to Generate a Random Number in JavaScript?

How to capitalize the first letter in JavaScript?
How to capitalize the first letter in JavaScript?

How to concatenate a strings in JavaScript?
How to concatenate a strings in JavaScript?

How to sleep in Javascript
How to sleep in Javascript

How to migrate CoreUI React Templates to Vite
How to migrate CoreUI React Templates to Vite