Infragistics Ultimate 릴리스

Released: Mar 19, 2026

Ignite UI for Blazor 25.2.77 버젼 업데이트

기능

  • IgbQueryBuilder
    • Added new component - IgbQueryBuilder - a UI component that allows users to build complex filtering conditions through an intuitive visual interface.
  • IgbGrid, IgbTreeGrid, IgbHierarchicalGrid, IgbPivotGrid
    • Improved performance by dynamically adjusting the scroll throttle based on the data displayed in grid.
  • IgbGrid, IgbTreeGrid, IgbHierarchicalGrid
    • Added PDF export functionality to grid components. Grids can now be exported to PDF format alongside the existing Excel and CSV...

Released: Mar 19, 2026

Ignite UI for React 19.5.2 버젼 업데이트

수정사항

  • IgrDataPieChart
    • Missing styling properties for the Others Slice.
  • IgrDataTooltipLayer
    • TitleTextColor is overriden when chart's TitleTextColor is used.
  • Excel
    • Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool.
    • Saving a VBA Signed Excel file does not keep a signature/certificate.
  • IgrDataChart
    • AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series.

Released: Mar 13, 2026

Ignite UI for Angular 21.2.0 버젼 업데이트

기능

IgxOverlayService

  • IgxOverlayService.createAbsoluteOverlaySettings - Added a new overload accepting useContainerStrategy?: boolean as the second parameter. When true, uses ContainerPositionStrategy; otherwise defaults to GlobalPositionStrategy. The previous overload accepting outlet?: IgxOverlayOutletDirective | ElementRef is still supported but deprecated.

IgxSnackbarComponent, IgxToastComponent

  • Added a new positioning input property. When set to container, the components is displayed inside...

Released: Mar 6, 2026

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

기능

  • Icon service
    • Browser Safari: Now uses a plain Map instance for synchronizing state between actors. Since Safari does not support extended Map instances, it is required to use a plain Map for message transfer.

수정사항

  • IgcDataPieChart
    • DataPieChart - missing styling properties for the Others Slice.
  • IgcDataTooltipLayer
    • TitleTextColor is overriden when chart's TitleTextColor is used.
  • Excel
    • Fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException.
    • Object's Formulas are not...

Released: Feb 28, 2026

Ignite UI for React 19.5.1 버젼 업데이트

기능

  • AI-Assisted Development - Copilot Skills
    • Four end-user skills are now shipped with the igniteui-react package under the skills/ directory providing step-by-step guidance to GitHub Copilot and other LLM agents for common tasks:
      • igniteui-wc-choose-components - Identify the right component for a given UI pattern.
      • igniteui-wc-integrate-with-framework - Set up and use components in React, Angular, Vue, or vanilla JS.
      • igniteui-wc-customize-component-theme - Apply custom styles via CSS custom...

Released: Feb 26, 2026

App Builder February 2026 버젼 업데이트

기능

  • Introduced a Navigation Tabs component that enables tab-based navigation and automatic selection based on the active route.
  • Added Grid Lite component to the toolbox as a lightweight option for displaying tabular data.
  • AI in App Builder
    • Added a collapsible 'Edit with AI' adorner that enables contextual AI editing directly from selected components on the canvas.
    • Introduced new pre-built templates for login, registration, and contact forms to accelerate page creation.
    • Enhanced the AI progress...

Released: Feb 25, 2026

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

기능

  • AI-Assisted Development - Copilot Skills
    • Four end-user skills are now shipped with the package under the skills/ directory. They provide step-by-step guidance to GitHub Copilot and other LLM agents for common tasks:
      • igniteui-wc-choose-components - Identify the right component for a given UI pattern.
      • igniteui-wc-integrate-with-framework - Set up and use components in React, Angular, Vue, or vanilla JS.
      • igniteui-wc-customize-component-theme - Apply custom styles via CSS custom properties, parts...

Released: Feb 5, 2026

Ignite UI for React 19.3.2 버젼 업데이트

기능

  • Data Chart
    • Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart and ProportionalCategoryAngleAxis.
  • Radial Chart
    • Added a check for bucket size equals to 0.

수정사항

  • Layouts
    • Skip resolving property editor props containing 'constantValues'.
  • Data Chart
    • Syntax error while building infragistics.dvcommonwidget.js.
    • infragistics.dvcommonwidget.js has "unser" typo instead of "unset" in case names.
    • Fixed GetCategoryIndexAxis() for annotation layers.
  • Data Pie Chart
    • SeriesPointerMove event...

Released: Feb 4, 2026

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

수정사항

  • Calendar
    • Fixed the 'aria-hidden' attribute logic for calendar weeks in a 'perfect month' (a month where all weeks are fully contained within that month). Previously, the attribute was only applied to edge weeks (first and last). Now it applies to any week where all days are hidden.
  • Date picker
    • Fixed error with CSS border for slotted actions in dialog mode.
  • Input
    • Fixed problem with placeholder color on focus.
    • Fixed issue with CSS border when suffix slot content is present.
  • Textarea
    • Align...

Released: Jan 20, 2026

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

기능

  • Added Theming Scoping Container
    • The 'igc-theme-provider' component allows you to scope themes to specific parts of your page using Lit's context API. This enables having multiple different themes on the same page.
    • Works both in Shadow and Light DOM.

수정사항

  • Tile Manager
    • Header is hidden only when there is no content and maximize/fullscreen are disabled.
  • Theming
    • Resolve initial theme based on document computed styles rather than stylesheets.