Découvrez les nouveautés dans chaque version, avec des détails sur les fonctionnalités, les améliorations et les problèmes résolus.
janv.
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
Infragistics Ignite UI for React 19.7.010 juin 2026
Fonctionnalités
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.
Corrections
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.
Infragistics Ignite UI for React 19.6.031 mars 2026
Fonctionnalités
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 for React 19.5.219 mars 2026
Corrections
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 for React 19.5.128 févr. 2026
Fonctionnalités
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.
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.
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.
Corrections
Carousel
Error with context instantiation.
Combo
Fixed cursor style over non input parts.
Textarea
Fixed cursor style over non input parts.
Infragistics Ignite UI for React 19.3.25 févr. 2026
Fonctionnalités
Data Chart
Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart and ProportionalCategoryAngleAxis.