Released: Dec 4, 2025
Aggiornamenti in Ignite UI for Angular 21.0.0
Funzionalità
- Full support for Angular 21.
- Optimized Filtering Performance:
- Components: Angular Data Grid, Angular Tree Grid, Angular Hierarchical Grid, Angular Pivot Grid. Over the past development cycles, the teams focused on Excel-Style Filtering across grids, targeting scenarios with 100,000+ records:
- Opening Filter Dialog
- Number column: More than 3x faster.
- String column: More than 4x faster.
- ID column (all unique): incremental but meaningful improvement (11% faster).
- Applying Filter
Released: Dec 3, 2025
Aggiornamenti in Ignite UI for Angular 20.2.1
Funzionalità
- Added LabelFormatOverride event to TimeXAxisLabelFormat so you can now override the formatting with an event at all time-formatting levels on the TimeXAxis.
- Adjusted the schema generation to account for more items to make it more likely to find valid values for properties.
Correzioni
- IgxDataChart
- The scale set for IntervalType Ticks in TimeAxisInterval is not displayed.
- 0.00001 scale tick marks are displayed overlapping each other.
- AssigningCategoryStyle event support for Stacked...
Released: Nov 28, 2025
Aggiornamenti in Ignite UI for Blazor 25.2.32
Funzionalità
- Ignite UI for Blazor now supports .NET 10.
- Ignite UI for Blazor no longer supports .NET 6.
- Charts
- User Annotations (preview) - You can now annotate the 'IgbDataChart' with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You...
Released: Nov 27, 2025
Aggiornamenti in Ignite UI for Angular 20.2.0
Funzionalità
Charts
- User Annotations (preview) - You can now annotate the 'IgxDataChartComponent' with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point...
Released: Nov 27, 2025
Aggiornamenti in Ignite UI for React 19.3.0 (November)
Funzionalità
Charts
- User Annotations (preview) - You can now annotate the 'IgrDataChart' with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or...
Released: Nov 14, 2025
Aggiornamenti in Ignite UI for Web Components 6.3.6
Correzioni
- Date picker
- Value not committed on browser auto-fill behavior.
Released: Nov 5, 2025
Aggiornamenti in 25.2
Funzionalità
Grid Performance Improvements
- Framework: Angular, React, Web Components, Blazor.
- Components: Data Grid, Tree Grid, Hierarchical Grid, Pivot Grid.
- Comprehensive optimization of the sorting pipeline. 3x to 4x faster sorting for datasets with 100,000 records. Overall data operation time reduced by ~35% in grids, within the application scenario, with 100K rows.
Grid Cell Merging
- Framework: Angular, React, Web Components.
- Components: Data Grid, Tree Grid, Hierarchical Grid, Pivot Grid...
Released: Oct 31, 2025
Aggiornamenti in Ignite UI for React 19.3.0 (October)
Funzionalità
- Added IgrChatComponent component.
- Grids
- Introduced a new cell merging feature that allows you to configure and merge cells in a column based on same data or other custom condition, into a single cell.
- The merging can be configured on the grid level to apply either:
onSort - only when the column is sorted.
always - always, regardless of data operations.
- The default
cellMergeMode is onSort.
- The functionality can be modified by setting a custom
mergeStrategy on the grid, in case some...
Released: Oct 22, 2025
Aggiornamenti in Ignite UI for Web Components 6.3.4
Correzioni
- Date picker
- Issues when clearing the value and notch border in Material theme.
- Textarea
- Stale internal input reference when switching between themes.
Released: Oct 14, 2025
Aggiornamenti in Ignite UI for Web Components 6.3.3
Correzioni
- Chat
- Message actions not rendered after last message.
- Date picker
- Change event not emitted for non-editable input configuration.