Infragistics Ignite UI 릴리스

Released: Jun 29, 2026

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

기능

  • Form associated custom elements with external labels
    • External <label> associations are now resolved to the underlying native input of form-associated controls. Associating a label with IgcInput, IgcMaskInput, IgcTextarea, IgcDateTimeInput, IgcSelect, IgcCombo, IgcDatePicker, or IgcDateRangePicker - either through the for/id IDREF mechanism or by nesting the component inside the <label> - now correctly exposes the label to assistive technologies and focuses the inner input on label...

Released: Jun 24, 2026

Ignite UI for Blazor 26.1 버젼 업데이트

기능

  • IgbChat (Preview) - a chat component with messages, reactions, suggestions, and typing indicators.
  • IgbSplitter - resizable two-pane layouts with collapse, keyboard support, and nesting.
  • IgbHighlight - search and highlight text projected into the component.
  • IgbDockManager - two-way Layout binding plus new pane and tab events (Dock Manager 2.1).
  • Four Agent Skills - components, grids, theming, and design-to-view guidance for AI assistants.

Released: Jun 18, 2026

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

수정사항

  • Popover based components
    • Popover reposition jitter in position: sticky ancestors.
  • Tile Manager
    • Text selection in Safari during drag operation.
    • Tile manager height collapse when a spanning tile is maximized.

Released: Jun 18, 2026

Ignite UI for Angular 22.0.0 버젼 업데이트

기능

  • Theming
    • Added derived themes for the Grid and related internal components. When a parent component theme is included, its internal controls now derive their tokens from the parent theme colors, keeping nested buttons, icons, inputs, dropdowns, checkboxes, scrollbars, chips, and other helper components visually aligned. The derived themes are introduces for the following components:
      • Grid
      • Excel Filtering
      • Grid Toolbar
      • Paginator
      • Column Actions
      • Query Builder and Advanced Filtering Dialog
      • The...

Released: Jun 15, 2026

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

기능

  • AI-Assisted Development
    • Decreased token consumption of skills and improved migration skill from grid lite to premium offering.
  • Snackbar, Toast
    • Abstracted container positioning property into a new type NotificationPositioning.

수정사항

  • Expansion Panel
    • Line height for title and sub-title slots.

Released: Jun 10, 2026

Ignite UI for React 19.7.0 버젼 업데이트

기능

  • LLM Agent Skills (updated) - four in-package skills teach AI agents React component usage, theming, design-to-code, and bundle optimization.
  • CLI MCP Server: React support - ig mcp serves React component docs, full API reference, and scaffolding guidance to any connected AI assistant.
  • Invoker Commands API - declarative --show, --hide, --toggle via command and commandFor props, no JavaScript wiring required.
  • Platform Popover Upgrades - Nav Drawer moves to native Popover API; Snackbar and Toast...

Released: Jun 5, 2026

Ignite UI for jQuery 25.1.3 버젼 업데이트

수정사항

  • Resolved CSP violations coming from the usage of inline styles in disposable element created for measurements.

Released: May 27, 2026

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

기능

  • Date Range Picker
    • Added support for editing the date range value directly via a single input field.
  • Nav Drawer
    • The drawer for non-relative positions are now implemented using the native Popover API, providing built-in modal semantics, focus trapping, and accessibility support.
    • Added keepOpenOnEscape property - prevents the drawer from closing when the user presses the Escape key (non-relative positions only).
    • Added igcClosing event - emitted just before the drawer is closed by user...

Released: May 27, 2026

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

기능

  • Date Range Picker
    • Added support for editing the date range value directly via a single input field.
  • Nav Drawer
    • The drawer for non-relative positions are now implemented using the native Popover API, providing built-in modal semantics, focus trapping, and accessibility support.
    • Added keepOpenOnEscape property - prevents the drawer from closing when the user presses the Escape key (non-relative positions only).
    • Added igcClosing event - emitted just before the drawer is closed by user...

Released: Apr 28, 2026

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

기능

  • AI-Assisted Development
    • Updated and enhanced the library provided skills.

수정사항

  • Stepper
    • In horizontal orientation, the content area height can now be driven by the active step's content instead of always being sized to the tallest step. A new --body-grid-rows CSS custom property controls the internal row sizing of each step body - its default value of 1fr expands the body to fit its content, while setting it to 0fr collapses the body to zero height, enabling fully variable step heights.