各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。
Infragistics Ignite UI for Blazor 26.1.982026年8月6日
機能
- IgniteUI.Blazor
- Added axis visibility properties to Axis and all XYChart-derived charts, allowing individual axis elements to be toggled without style overrides:
- AreLabelsVisible - Hides the tick label text while the label panel keeps its layout slot.
- AreTickMarksVisible - Hides the tick mark strokes.
- AreAnnotationsVisible - Hides axis annotations (e.g. FinalValueLayer badges).
- IsLabelPanelVisible - Collapses the entire label panel to zero extent.
- The corresponding chart-level forwarding properties XAxisAreLabelsVisible, XAxisAreTickMarksVisible, XAxisAreAnnotationsVisible, XAxisIsLabelPanelVisible, YAxisAreLabelsVisible, YAxisAreTickMarksVisible, YAxisAreAnnotationsVisible and YAxisIsLabelPanelVisible were added on IgbCategoryChart, IgbFinancialChart and other XYChart-derived charts.
- Added LegendItemBadgeMarkerSizeScaling to series, which controls how legend badges scale with the series MarkerSize. Supported values are Auto (default, interpolates the badge between 1x and 2x), None (badge keeps its default size) and Linear (badge scales directly with MarkerSize). The resolved sizes are exposed through the read-only ActualLegendItemBadgeMarkerWidth and ActualLegendItemBadgeMarkerHeight properties.
- Added StartInset and EndInset to IgbLinearGraphRange (used by IgbLinearGauge and IgbBulletGraph) and to IgbRadialGaugeRange. The properties trim a range's start and end edges inward by a distance measured in device-independent pixels, producing a consistent gap between adjacent ranges regardless of the gauge's size or value range. Both default to 0, so ranges continue to meet flush unless an inset is set.
- IgniteUI.Blazor (Grids)
- Updated the internal Ignite UI for Angular reference from 21.2 to 22.0, refreshing the generated models for IgbGrid, IgbTreeGrid, IgbHierarchicalGrid and IgbRowIsland, including the new GridBase, HierarchicalGridBase and RowIslandBase shared surfaces.
修正
- IgbInput and other web inputs - Components were not registered on load; defineAllComponents registration was restored.
- IgbGrid - Filtering event detail payload now uses FilteringExpressionsTree instead of the previous incorrect type.
- Web inputs - ReportValidity and CheckValidity returned the wrong type on IgbCheckbox, IgbCombo, IgbDatePicker, IgbDateRangePicker, IgbInput, IgbRating, IgbSelect, IgbSlider and IgbTextarea.
- Web inputs - Focus options were not marshalled correctly; they are now treated as a plain object.
- IgbChat and other web components - Enum-typed properties were not serialized correctly when passed through the renderer element.
- IgbRadialGauge, IgbLinearGauge, IgbBulletGraph - Null reference exception could occur in the gauges.
- IgbSpreadsheet - Horizontal lines were not displayed correctly, and SVG shapes shifted position as line thickness changed.
- IgbDataPieChart - SeriesPointerEnter did not reach handlers on hover, and aggregated-away buckets were incorrectly measured in the angular range.
- IgbDataPieChart - Slice layers showed the wrong image when a requested image changed before a prior image finished loading.
- IgbDataChart - Chart was not disposed correctly on destroy.
Infragistics Ignite UI for Angular 22.1.02026年7月28日
機能
- General
- Removed Hammer.js dependency
- The hammerjs and @types/hammerjs peer dependencies have been removed. All touch gesture support (Carousel swipe, Navigation Drawer pan/swipe, List Item pan, Time Picker vertical scroll, Grid Cell double-tap on iOS) is now implemented with native Pointer Events / Touch Events APIs.
- HammerGesturesManager and related types (HammerInput, HammerStatic, HammerManager, HammerOptions) are no longer exported from igniteui-angular/core.
- The ng add schematic no longer prompts for, or installs, hammerjs.
- If your application imported hammerjs solely for Ignite UI components, you can safely remove it from your package.json dependencies, angular.json scripts/polyfills, and any import 'hammerjs' statements.
- igxList
- igx-list-item no longer tracks touch gestures when neither allowLeftPanning nor allowRightPanning is enabled, so pressing an item no longer captures the pointer or suppresses the touch scrolling of the list. When panning is enabled, the gestures are processed outside of the Angular zone, which keeps continuous touch dragging of large (virtualized) lists smooth.
Infragistics Ignite UI for Angular 22.0.12026年7月21日
機能
- Angular 22 compatibility - All Ignite UI for Angular components are now fully compatible with Angular 22.
- Standalone component support - Components can now be used directly in standalone Angular applications without NgModule. New provide() functions (e.g. provideIgxCategoryChart()) let you register component feature sets through bootstrapApplication() providers, and imperative register() functions are available for DI-free setups.
- Per-component entry points for improved tree-shaking - Each package now exposes named subpath entry points (e.g. import 'igniteui-angular-charts/category-chart') that register only the feature set you need. The root package import remains fully side-effect-free and tree-shakeable, so you only pay for the components you use. For DataChart, graduated entry points such as data-chart-category, data-chart-scatter, and data-chart-financial let you pull in individual series families without bundling the entire chart.
修正
- DataChart - An error is thrown when destroying chart with a data tooltip layer.
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 Blazor 26.1メジャーバージョン2026年6月24日
機能
- 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.
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 Angular 22.0.0メジャーバージョン2026年6月18日
機能
- 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 derived themes are applied through the existing component theme mixins, so no additional mixin call is required. To style the whole IgxGrid, provide the $background, $foreground, and $accent-color properties to grid-theme() and include the generated theme with tokens(). The $foreground property is optional; when omitted, it is derived automatically as a contrast color for the background. Internal components inherit derived tokens from the parent component theme.
- Breaking Changes
- IgxInputGroupComponent, IgxSelectComponent, IgxDatePickerComponent, IgxDateRangePickerComponent, IgxTimePickerComponent
- The default type has changed from line to box. The ng update migration automatically adds type="line" to existing instances that do not already have an explicit type binding to preserve their appearance.
- Behavioral Changes
- IgxCarouselComponent
- Changed the default tab order of the component; focus now flows starting with the active slide indicator, navigation buttons, or the first focusable element in the active slide, whichever is available.
- General
- Touch Gestures (HammerJS) (optional)
- HammerModule, previously exported from @angular/platform-browser, is no longer available in Angular 22. Touch gesture support (Slider, Drag & Drop, Carousel swipe, Navigation Drawer) is optional.
- IgxSelectComponent
- The default positioning strategy has changed from the internal overlap strategy to AutoPositionStrategy. The dropdown now opens below (or above, if there is not enough space) the input element, consistent with other connected components.
- Added IgxSelectOverlapPositionStrategy - a new publicly exported strategy that preserves the previous behavior of aligning the selected item's text over the input text.
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 React 19.7.02026年6月10日
機能
- 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 gain top-layer positioning property.
- Date Range Picker inline editing - edit range value directly via a single input field.
- Nav Drawer overlay CSS part removed - target base::backdrop or --ig-overlay-background-color instead.
- Form controls: Enter key submits the associated form - IgrInput, IgrMaskInput, IgrDateTimeInput, IgrCheckbox, IgrRadio, IgrSwitch, IgrDatePicker, and IgrDateRangePicker now match native HTML form element behavior on Enter. No code changes required; review any custom Enter-key handlers that manually call form.submit() to avoid duplicate submissions.
- Input: date/time type theming - date, time, datetime-local, week, and month input types now receive full theming support and consistent floating label behavior across all supported themes.
- Localization: resource strings deprecated - the per-component resourceStrings interfaces for Calendar, Chat, Date Picker, and Date Range Picker are deprecated. Components now use igniteui-i18n resource keys. Provide a complete resource strings object rather than setting individual string properties.
修正
- Button Group selected state border color mismatch in focused and hover states; Combo display value not restored when tabbing out in single-select mode with partial search text; Stepper step components now correctly receive context when connected to the DOM before their parent stepper.
Ignite UI for jQuery 25.1.3メジャーバージョン2026年6月5日
修正
- Resolved CSP violations coming from the usage of inline styles in disposable element created for measurements.
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.
Infragistics Ignite UI - includes Ignite UI for Web Components 7.1.32026年4月28日
機能
- 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.
Infragistics Ignite UI - includes Ignite UI for Web Components 7.1.22026年4月22日
機能
- AI-Assisted Development
- Updated and enhanced the library provided skills.
- Button group
- Circular Progressbar
- Unified track color CSS variable between progress bars.
- Chip
- Wrap content inside a new part container and update styles.
修正
- Dropdown
- Selected item styles problem.
- Linear Progressbar
- Unified display size across platforms.
- Tree
- Background style discrepancies.
Infragistics Ignite UI - includes Ignite UI for React 19.6.02026年3月31日
機能AI-Assisted Development - Agent Skills
- Added structured knowledge files that teach AI coding assistants (GitHub Copilot, Cursor, Windsurf, Claude, JetBrains AI, etc.) how to work with Ignite UI for React. The skill files are included in the igniteui-react package and also live in the skills/ directory:
- Components - Identify the right React components for a UI pattern, then install, import, and use them - JSX patterns, events, refs, forms, etc.
- Customize-theme - Customize styling using CSS custom properties, Sass, and the theming system in React, including using Ignite UI Theming MCP server.
- Optimize-bundle-size - Reduce bundle size with granular imports, tree-shaking, and lazy loading.
- These skills are automatically discovered when placed in the agent's skills path (e.g. .agents/skills or .claude/skills).
Changed
- IgrDockManager: Updated to use the latest igniteui-dockmanager 2.1.0 with new minResizeWidth and minResizeHeight properties, paneFlyoutToggle event and additional layoutChange event detail.
- Updated to use the latest igniteui-webcomponents 7.1.0 including new Splitter and Highlight container components and fixes.
Infragistics Ignite UI - includes Ignite UI for Blazor 25.2.832026年3月31日
修正
- Tabs
- Changing the check state for 'IgbSwitch' inside the tab causes the tab content to disappear.
- Grids
- Latest version of Blazor Grids shows trial watermark for licensed version.
Infragistics Ignite UI - includes Ignite UI for Web Components 7.1.12026年3月25日
機能
- Checkbox
- Updated disabled and indeterminate styles.
Infragistics Ignite UI - includes Ignite UI for React 19.5.22026年3月19日
修正
- 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.
Infragistics Ignite UI - includes Ignite UI for Blazor 25.2.77メジャーバージョン2026年3月19日
機能
- 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 export options.
- IgbThemeProvider
- Added new component - IgbThemeProvider - allows scoping themes to specific page sections using Lit's context API, enabling multiple themes on a single page. Works in both Shadow and Light DOM.
- Badge
- New dot type, improved outline implementation following WCAG AA accessibility standards and theme based sizing.
- Checkbox
- New tick-width CSS property.
- Combo
- New disableClear property which disables the clear button of the combo component.
- Mask input
- Transform Unicode digit code points to ASCII numbers for numeric patterns.
- Enhancements
- Accessibility color adjustments for Button, Button group, Calendar, Checkbox, Date picker, date range picker, Nav drawer, Radio group, Stepper.
- Updated and aligned styles with the design kit for Button, Calendar, Carousel, Combo, Date picker, Date range picker, input, Select, Textarea.
- Improved keyboard navigation experience and grouping (now using native Math.groupBy) for Combo.
修正
- IgbDataChart
- DataChart skips rendering axis when there are no labels.
- AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series.
- Exception editing a doughnut chart - DivideByZeroException.
- IgbGrid
- Improve IgbGrid BodyTemplate Performance (C#/.NET templating).
- IgbDataPieChart
- Added OthersCategory styling properties to DataPieChart.
- IgbDateTimeInput
- IgbDateTimeInput Prompt parameter is not propagated to the underlying Web Component prompt property.
- IgbMaskInput
- IgbMaskInput Prompt parameter is not propagated to the underlying Web Component prompt property.
- IgbPivotGrid
- IgbPivotGrid exposes SnackbarDisplayTime, but the property is not applicable and causes false test failures.
- IgbDataTooltipLayer
- TitleTextColor is overridden when chart's TitleTextColor is used.
- Excel
- Fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException.
- 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.
- Calendar
- aria-hidden state for weeks outside of the current month.
- Focus styles for month/year views.
- Date Picker
- CSS border for slotted actions in dialog mode.
- Input
- Placeholder color on focus.
- CSS border when suffix slot content is present.
- Textarea
- Align bottom padding to the design system.
- Validation
- Slotted validation text follows the current theme.
- 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.
- Sass Theme Support
- Checkbox - styled using Sass tools from the theming package.
- Chip - styled using Sass tools from the theming package.
- Combo - styled using Sass tools from the theming package.
- Select - styled using Sass tools from the theming package.
- Snackbar - styled using Sass tools from the theming package.
- Added missing shadows to components.
- Tabs - fixed non-working Sass theme parameters.
- Textarea - updated Sass themes.
- Radio - styled using Sass tools from the theming package.
- Switch - styled using Sass tools from the theming package.
- List - styled using Sass tools from the theming package.
- Combo
- Checkbox and Switch
- Internal ripple opacity when hovering over slotted content in the helper-text slot.
- Dialog
- Underlying dialog element now has display: contents and won't participate in DOM layout.
- keepOpenOnEscape not preventing the dialog from closing when Escape is pressed.
- Base styles and theming.
- List and List Item
- Added missing styles for slotted igc-icon in the list item.
- Icon and icon button sizes for the Indigo theme.
- Mask Input
- Auto-fill behavior for mask patterns with literals.
- Navbar
- Icon and icon button sizes.
- Select
- Tabs
- Add active pseudo-elements backgrounds for the active tab in Material theme.
- Take scale factor when positioning the active tab indicator.
- Selected indicator alignment.
- Tooltip
- Do not show the tooltip when the tooltip target is clicked.
- Removed the max-width constraint for slotted content.
Infragistics Ignite UI - includes Ignite UI for Angular 21.2.02026年3月13日
機能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 its nearest positioned ancestor in place of the now deprecated outlet property.
IgxCombo, IgxSimpleCombo
- Introduced the selectionChanged event for both components. The event is not cancelable and is emitted after the selection is committed and the component state is updated.
- Added disableClear input that allows hiding the clear button even when items are selected. Defaults to false.
IgxOverlayService
- Deprecation - The outlet property in OverlaySettings, IgxOverlayOutletDirective, and igxToggleOutlet input on IgxToggleActionDirective are deprecated and will be removed in a future version. As overlay service now integrates the HTML Popover API and prefers rendering content in place / in the top layer, significantly reducing the need for outlet containers, new code should rely on the default in-place / top-layer rendering behavior instead of custom outlet containers.
AI-Assisted Development - Copilot Skill: Generate from Image Design
- Added a new igniteui-angular-generate-from-image-design Copilot Skill that teaches AI coding assistants/agents (e.g., GitHub Copilot, Cursor, Windsurf, Claude, JetBrains AI, etc.) how to implement Angular application views directly from design images (screenshots, mockups, wireframes).
- The skill provides a structured workflow covering image analysis, component discovery via MCP tools (list_components, get_doc), theme generation (create_palette, create_theme, create_component_theme), layout implementation, and visual refinement (set_size, set_spacing, set_roundness).
- Includes reference files:
- Component Mapping - Maps common UI patterns (dashboards, charts, forms, navigation, data display, gauges) to the most appropriate Ignite UI for Angular component with key properties and decision rules.
- Gotchas - Documents known pitfalls, component-specific constraints, and corrective patterns to help AI agents avoid common implementation mistakes.
AI-Assisted Development - Copilot Skills improvements
- igniteui-angular-grids skill - Added a new sizing.md reference covering grid and column width/height inputs, percentage and auto sizing modes, column sizing (minWidth, maxWidth, * star-sizing, auto-fit), and cell spacing/density control.
- igniteui-angular-components skill - Corrected Financial Chart (IgxFinancialChartComponent) documentation: updated chartType enum values to Auto, Candle, Line, Bar, Column to match the actual FinancialChartType API.
- igniteui-angular-theming skill - Minor cleanup to remove stale internal contributing reference.
Infragistics Ignite UI - includes Ignite UI for Web Components 7.0.12026年3月6日
機能
- 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 round-tripped - Added Excel support for round tripping the camera tool.
- Saving a VBA Signed Excel file does not keep a signature/certificate.
Infragistics Ignite UI - includes Ignite UI for React 19.5.12026年2月28日
機能
- 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 properties, parts, and the theming system.
- igniteui-wc-optimize-bundle-size - Reduce production bundle size through selective imports and lazy loading.
- Chat
- adoptRootStyles can now be toggled on/off at runtime.
- grid, IgrTreeGrid, IgrHierarchicalGrid, IgrPivotGrid
- Improved performance by dynamically adjusting the scroll throttle based on the data displayed in grid.
- PDF export
- Added PDF export functionality allowing users to export grid data to PDF format.
- Popover API
- Dropdown menus and dialogs are now using HTML Popover API to provide better positioning and accessibility.
- Localization(i18n)
- grid, IgrTreeGrid, IgrHierarchicalGrid, IgrPivotGrid, IgrCombo, DatePicker, IgrDateRangePicker, IgrCalendar, IgrCarousel, IgrChip, IgrInput, IgrTree
- New Intl implementation for the grid components that format and render data like dates and numbers. Updated Intl implementation for IgrCalendar, DatePicker, and IgrDateRangePicker.
- New localization implementation for the currently supported languages for all components that have resource strings in the currently supported languages.
- New public localization API and package named igniteui-i18n-resources containing the new resources that are used in conjunction.
- Breaking Changes
- Themes
- Changed global prefixes for CSS custom properties for component themes to align with other Ignite UI component libraries.
- Chat
- Removed the typingIndicator template renderer. Use the typing-indicator slot instead.
- Tooltip
- Removed the disableArrow deprecated property.
- Library
- Minimum Node version required is now >= 22.
- grid, IgrTreeGrid, IgrHierarchicalGrid, IgrPivotGrid
- Original data array mutations (like adding/removing/moving records in the original array) are no longer detected automatically. Components need an array reference change for the change to be detected.
修正
- Carousel
- Error with context instantiation.
- Combo
- Fixed cursor style over non input parts.
- Textarea
- Fixed cursor style over non input parts.
Infragistics Ignite UI - includes Ignite UI for Web Components 7.0.0メジャーバージョン2026年2月25日
機能
- 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, and the theming system.
- igniteui-wc-optimize-bundle-size - Reduce production bundle size through selective imports and lazy loading.
- To enable the skills in your project, copy the skill folders into your repository's .github/skills/ directory so Copilot can automatically discover them.
- Library
- Minimum Node version required is now 22 or above.
- Themes - Breaking change
- Changed global prefixes for CSS custom properties for component themes to align with other Ignite UI component libraries.
- Chat
- Removed the typingIndicator template renderer. Users can use the typing-indicator slot instead.
- Removed the disableArrow deprecated property.
修正
- Carousel
- Context instantiation issue.
- Combo and Textarea
- Corrected cursor style over non input parts.
Infragistics Ignite UI - includes Ignite UI for React 19.3.22026年2月5日
機能
- 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 doesn't fire correctly when StartAngle is set.
- Excel
- Workbook.Load() throwing a Excel.FormulaParseException.
Infragistics Ignite UI - includes Ignite UI for Web Components 6.5.12026年2月4日
修正
- 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 bottom padding to the design system - fixed.
- Validation
- Fixed bug with slotted validation text following current theme.
Infragistics Ignite UI - includes Ignite UI for Web Components 6.5.02026年1月20日
機能
- 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
- Fixed to resolve initial theme based on document computed styles rather than stylesheets.
Infragistics Ignite UI - includes Ignite UI for Web Components 6.5.02026年1月20日
機能
- 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.