Infragistics Ignite UI for Web Components 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Infragistics Ignite UI for Web Components 7.2.42026년 6월 29일
기능
  • 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 activation.
  • AI-Assisted Development
    • Improved grid related skills.
수정 사항
  • Tabs
    • Prevent selected tab header from scrolling into view on initial render.
Infragistics Ignite UI for Web Components 7.2.32026년 6월 18일
수정 사항
  • 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.
Infragistics Ignite UI for Web Components 7.2.22026년 6월 15일
기능
  • 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.
Infragistics Ignite UI for Web Components 7.2.1주요 버전2026년 5월 27일
기능
  • 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 interaction. Cancelable.
    • Added igcClosed event - emitted just after the drawer is closed by user interaction.
    • The overlay CSS part has been removed. Users of the component can target the base part's ::backdrop pseudo-element, the --ig-overlay-background-color variable or use the theming package.
  • Invoker Commands API
    • igc-button and igc-icon-button now support 'command' and 'commandfor' properties, enabling declarative control of target components without JavaScript.
    • igc-banner, igc-dialog, igc-nav-drawer, igc-snackbar, and igc-toast now respond to --show, --hide, and --toggle commands dispatched by an invoker button.
  • Snackbar
    • Added positioning property (viewport | container). The component now renders as a popover in the browser top layer. Setting positioning to container anchors the component to its nearest visible ancestor instead of the viewport.
  • Toast
    • Added positioning property (viewport | container). The component now renders as a popover in the browser top layer. Setting positioning to container anchors the component to its nearest visible ancestor instead of the viewport.
  • AI-Assisted Development
    • Updated and enhanced the library provided skills.
  • Form controls
    • IgcInput, IgcMaskInput, IgcDateTimeInput, IgcCheckbox, IgcRadio, IgcSwitch, IgcDatePicker, and IgcDateRangePicker now submit their associated form on Enter key press, matching native browser behavior.
  • Input
    • Added theming support for date, time, datetime-local, week, and month input types, ensuring consistent styles and floating label behavior across all supported themes.
  • Deprecated
    • Localization
      • The old resource string interfaces for Calendar, Chat, Date Picker, and Date Range Picker are deprecated. Components now use the new igniteui-i18n resource keys. Setting individual resourceStrings properties directly is no longer supported; provide a complete resource strings object instead.
수정 사항
  • Internal library metadata issue.
  • Button Group
    • Selected state border color mismatch in focused and hover states.
  • Combo
    • Display value not restored correctly when tabbing out in single-select mode with a partial search text.
  • Stepper
    • Step components connected to the DOM before their parent stepper now correctly receive context after being adopted by a stepper.