Infragistics Ultimate is the new name for Infragistics NetAdvantage Ultimate.
Infragistics Ultimate - includes Ignite UI for Web Components 7.2.1
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 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.