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.