CoreUI PRO for Angular v5.1.0
We are pleased to announce the release of CoreUI PRO for Angular v5.1.0, available as of May 14, 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 PRO for Angular v5.1.0, follow these simple steps to ensure your project is up-to-date:
- Open your project’s
package.json
. - Locate the
@coreui/angular-pro
entry under dependencies and update the version number to5.1.0
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.1.0
. - Save your changes to the
package.json
file. - In your project’s root directory, execute the update command:
- For npm users, run
npm install
. - For yarn users, run
yarn install
.
- For npm users, run
This process will seamlessly update your project to CoreUI PRO for Angular v5.1.0, integrating the latest fixes and optimizations.
What’s New
Features
- Rating Component: Introduced the new rating component, providing a flexible and customizable way to implement star ratings in your application.
- Element-Ref Directive: Added a new directive to handle element references more efficiently.
- Tooltip Enhancements: Updated the tooltip component to include a reference input for positioning on the reference element and refactored it with signals for better performance and usability.
Refactors
- Listeners Service: Added a focusin trigger for improved event handling.
- Template-ID Directive: Cleaned up the directive and added missing tests to ensure reliability and maintainability.
Dependency Updates
We have updated several key dependencies to their latest versions, ensuring improved performance, security, and compatibility with the latest Angular and ecosystem standards:
- Updated
@angular/animations
from^17.3.6
to^17.3.8
- Updated
@angular/cdk
from^17.3.6
to^17.3.8
- Updated
@angular/common
from^17.3.6
to^17.3.8
- Updated
@angular/compiler
from^17.3.6
to^17.3.8
- Updated
@angular/compiler-cli
from^17.3.6
to^17.3.8
- Updated
@angular/core
from^17.3.6
to^17.3.8
- Updated
@angular/forms
from^17.3.6
to^17.3.8
- Updated
@angular/language-service
from^17.3.6
to^17.3.8
- Updated
@angular/localize
from^17.3.6
to^17.3.8
- Updated
@angular/platform-browser
from^17.3.6
to^17.3.8
- Updated
@angular/platform-browser-dynamic
from^17.3.6
to^17.3.8
- Updated
@angular/router
from^17.3.6
to^17.3.8
- Updated
@angular-devkit/build-angular
from^17.3.6
to^17.3.7
- Updated
@angular-eslint/builder
from^17.3.6
to^17.4.0
- Updated
@angular-eslint/eslint-plugin
from^17.3.0
to^17.4.0
- Updated
@angular-eslint/eslint-plugin-template
from^17.3.0
to^17.4.0
- Updated
@angular-eslint/schematics
from^17.3.6
to^17.4.0
- Updated
@angular-eslint/template-parser
from^17.3.0
to^17.4.0
- Updated
@types/node
from^20.12.7
to^20.12.12
- Updated
@typescript-eslint/eslint-plugin
from^7.8.0
to^7.9.0
- Updated
@typescript-eslint/parser
from^7.8.0
to^7.9.0
- Updated
chart.js
from^4.4.0
to^4.4.2
- Updated
zone.js
from^0.14.4
to^0.14.5
These updates bring performance enhancements, bug fixes, and improved compatibility, ensuring that your applications continue to run smoothly and efficiently with the latest Angular and related library versions.