Infragistics Ignite UI 릴리스

Released: Dec 4, 2025

Ignite UI for Angular 21.0.0 버젼 업데이트

기능

  • 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
        • Number column...

Released: Dec 3, 2025

Ignite UI for Angular 20.2.1 버젼 업데이트

기능

  • 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.

수정사항

  • 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 Series.

Released: Nov 28, 2025

Ignite UI for Blazor 25.2.32 버젼 업데이트

기능

  • 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 can also...

Released: Nov 27, 2025

Ignite UI for Angular 20.2.0 버젼 업데이트

기능

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 annotation or...

Released: Nov 27, 2025

Ignite UI for React 19.3.0 (November) 버젼 업데이트

기능

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 any...

Released: Nov 14, 2025

Ignite UI for Web Components 6.3.6 버젼 업데이트

수정사항

  • Date picker
    • Value not committed on browser auto-fill behavior.

Released: Nov 5, 2025

25.2 버젼 업데이트

기능

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.
  • The Ignite...

Released: Oct 31, 2025

Ignite UI for React 19.3.0 (October) 버젼 업데이트

기능

  • 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 other...

Released: Oct 22, 2025

Ignite UI for Web Components 6.3.4 버젼 업데이트

수정사항

  • 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

Ignite UI for Web Components 6.3.3 버젼 업데이트

수정사항

  • Chat
    • Message actions not rendered after last message.
  • Date picker
    • Change event not emitted for non-editable input configuration.