CoreUI for Angular v5.0.1

CoreUI for Angular v5.0.1

We are pleased to announce the release of CoreUI for Angular v5.0.1, available as of March 29, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

How to Update

To update to CoreUI for Angular v5.0.1, follow these simple steps to ensure your project is up-to-date:

  1. Open your project’s package.json.
  2. Locate the @coreui/angular entry under dependencies and update the version number to 5.0.1.
  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 process will seamlessly update your project to CoreUI for Angular v5.0.1, integrating the latest fixes and optimizations.

What’s New

Fixes

  • Color Mode Service: Resolved an issue in color-mode.service where afterNextRender() was not correctly handling server-side rendering (SSR). This fix ensures that color mode settings are accurately initialized and rendered on the server, enhancing the consistency of the UI across client and server.
  • Local Storage Service: Fixed a bug in local-storage.service where calling Storage.getItem() with an empty value incorrectly returned undefined instead of null

These updates are part of our ongoing commitment to maintaining the reliability and quality of the CoreUI toolkit, ensuring it meets the needs of modern Angular developers.


For a comprehensive overview of all changes, enhancements, and updates introduced in this minor release, please refer to 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