Infragistics Ultimate is the new name for Infragistics NetAdvantage Ultimate.
Infragistics Ultimate - includes Ignite UI for Angular 22.0.1
Released: Jul 21, 2026
Ignite UI for Angular 22.0.1 中的更新
特性
Angular 22 compatibility - All Ignite UI for Angular components are now fully compatible with Angular 22.
Standalone component support - Components can now be used directly in standalone Angular applications without NgModule. New provide() functions (e.g. provideIgxCategoryChart()) let you register component feature sets through bootstrapApplication() providers, and imperative register() functions are available for DI-free setups.
Per-component entry points for improved tree-shaking - Each package now exposes named subpath entry points (e.g. import 'igniteui-angular-charts/category-chart') that register only the feature set you need. The root package import remains fully side-effect-free and tree-shakeable, so you only pay for the components you use. For DataChart, graduated entry points such as data-chart-category, data-chart-scatter, and data-chart-financial let you pull in individual series families without bundling the entire chart.
修補程式
DataChart - An error is thrown when destroying chart with a data tooltip layer.