Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.
Infragistics Ignite UI for Blazor 26.1.986 ago 2026
Funciones
- 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.
Correcciones
- 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.028 jul 2026
Funciones
- 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.121 jul 2026
Funciones
- 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.
Correcciones
- DataChart - An error is thrown when destroying chart with a data tooltip layer.
Infragistics Ignite UI for Web Components 7.2.429 jun 2026
Funciones
- 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.
Correcciones
- Tabs
- Prevent selected tab header from scrolling into view on initial render.
Infragistics Ignite UI for Blazor 26.1Versión principal24 jun 2026
Funciones
- 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 Ultimate UI for Windows Forms 26.1.27Versión principal24 jun 2026
Funciones
- NET (Core) Only
- Replaced BinaryFormatter with new custom Infragistics Serializer - this will be the default serializer for serialization. If the Microsoft Binary Formatter is enabled and your binary data is in the older format, the Microsoft Binary Formatter will still be used for deserialization.
- Breaking Change
- The new custom serializer is forward compatible in regards to binary files generated with prior versions of the Ultimate UI for Windows Forms toolset. Files originally generated with the BinaryFormatter can still be read and deserialized using the new serializer. However, the BinaryFormatter used in prior versions does not have the ability to deserialize files generated in the new version
- New Chart Features
- Range Bar Series - Added RangeBarSeries to UltraDataChart so you can render low-to-high ranges as horizontal bars by combining a CategoryYAxis with a NumericXAxis.
- Added the Checkmark marker type to supported chart marker enumerations, including LegendItemBadgeShape.
- Added a new MarkerSize property to chart series that support markers so you can set the marker width and height to an exact device-independent pixel size. Setting MarkerSize to NaN restores the default template-driven marker size, and the property also applies when using lightweight markers. BubbleSeries continues to use radius-based sizing, so MarkerSize does not override bubble radius values.
Correcciones
- Tree
- UltraTree is looking for the Infragistics.Win.Design DLL in .NET Core.
- ToolbarsManager
- When using inherited Forms, adding a new UltraTab does not serialize the UltraTab object.
- Schedule
- UltraWinSchedule - 28-day February fails to generate appointment on the 4th weekday.
- Grid
- UltraGrid crashes with AccessViolationException on .NET Framework 4.8.
- UltraFormattedTextEditor doesn't respect the font size while exporting to Word.
- The summary row in the UltraGrid is not focusable, and as such is unable to be read by screen-readers like Narrator.
- High dpi with images do not scale properly.
- Windows Narrator - Extra Text been added when reading Child Row band of the UltraGrid.
- ExplorerBar
- [High DPI] - Image and Font scaling is very inconsistent and incorrect.
- Combo
- [Accessibility] [Screen Reader] - UltraCombo doesn't get read by reader with checkbox options.
- Editors
- UltraComboEditor narrator doesn't read the selected value.
- DataChart
- LegendHighlightingMode property does not work in Windows Forms.
- Combo
- Using UltraCombox Extra word "Pane" is being added to accessibility text.
- GridExcelExporter
- GridExcelExporter InvalidOperationException error with MaxExcelRowCount data.
- Map
- UltraGeographicMap - Gaps between tiles visible during zooming.
- ToolbarsManager
- ArgumentOutOfRangeException occurs in UltraToolbarsManager in .NET 10.
- NullReferenceException in ToolMenuItem.
- GanttView
- TimelineVisibleDateTimeRangeChanged events raised after Form has been closed.
- TextEditor
- UltraTextEditor shows context menu on right-click edge when unfocused even when ContextMenu and ContextMenuStrip are disabled.
- AppStyling
- Button styling is different in Visual Studio 2022 versus Visual Studio 2026 with Office2010Blue .isl.
- ToolbarsManager
- Cannot add a Main Menu Bar type of toolbar.
- NumericEditor
- UltraNumericEditor fires ValueChanged twice when SpinIncrement is set and in/decrementing with the keyboard.
Infragistics Ultimate UI for WPF 26.1.21Versión principal24 jun 2026
Funciones
- New Chart Features
- Range Bar Series - Added support for the RangeBarSeries, a new xamDataChart series type for rendering value ranges as horizontal bars. It is the bar-oriented counterpart to the RangeColumnSeries and uses a NumericXAxis together with a CategoryYAxis.
- Added MarkerSize property so you can set an exact width and height in device-independent pixels for markers on supported chart series and restore template sizing with 'NaN'.
- Added the Checkmark marker type for chart series markers and legend badges.
Correcciones
- DataChart
- Regression issue with XamDataChart using ScatterLineSeries and custom label converter, throwing index out of range error.
- DonutChart
- DonutChart is not showing the LegendItemBadgeTemplate when themes are applied.
- TileManager
- XamTileManager displays no tiles when only last tile is in view and that tile is removed when using Vertical layout order.
- DataPresenter
- Headers displayed above child records are not indented to the same value as the source record.
- DataTree
- XamDataTree: External button Click/Command not fired when node is in inline edit mode.
- TextEditor
- TextEditor resizes slightly when entering edit mode.
- PropertyGrid
- When using a ContentPresenter in an EditTemplate scrolling the property grid causes values to change.
- TextEditor
- XamRichTextEditor incorrectly shows horizontal scrollbar for loaded RTF file.
- DataGrid
- Grouping in DataGrid by Unbound field with CalculationSettings formula doesn't recalculate.
- TreeGrid
- 'System.InvalidOperationException: Collection was modified' occurs in an application containing XamDataTree.
- Excel
- Saving a VBA Signed Excel file does not keep a signature/certificate.
Infragistics Ignite UI for Web Components 7.2.318 jun 2026
Correcciones
- 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.0Versión principal18 jun 2026
Funciones
- 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.215 jun 2026
Funciones
- 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.
Correcciones
- Expansion Panel
- Line height for title and sub-title slots.
Infragistics Professional 26.112 jun 2026
Funciones
- AI-assisted development toolchain - Agent Skills, Ignite UI CLI MCP server, and Theming MCP server across Angular, React, Web Components, and Blazor (CLI MCP Blazor docs & API support since CLI 15.2.0).
- Ignite UI Grid Lite - new free, MIT-licensed open-source data grid; Angular wrapper ships in 21.1 (Developer Preview).
- Ignite UI CLI 15.0-15.3 - MCP server, ai-config command, AI-ready scaffolds, Blazor support, side-nav-mini template.
- Grid scroll performance - +100% to +150% FPS and -50% to -60% Total Blocking Time at 100k rows, applied automatically in all four frameworks.
- Grid PDF export - Angular, React, Web Components, and Blazor (PivotGrid included for Angular and React).
- Intl-based i18n engine - new localization API and igniteui-i18n-resources package for Angular, React, and Web Components.
- New components - IgbQueryBuilder, IgbThemeProvider, Splitter, Highlight; Invoker Commands API (WC 7.2.0, React 19.7.0).
Infragistics Ignite UI for React 19.7.010 jun 2026
Funciones
- 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.
Correcciones
- 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.3Versión principal5 jun 2026
Correcciones
- Resolved CSP violations coming from the usage of inline styles in disposable element created for measurements.
Infragistics Ignite UI for Web Components 7.2.1Versión principal27 may 2026
Funciones
- 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.
Correcciones
- 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 Professional - includes Ignite UI for Web Components 7.1.328 abr 2026
Funciones
- AI-Assisted Development
- Updated and enhanced the library provided skills.
Correcciones
- 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 Professional - includes Ignite UI for Web Components 7.1.222 abr 2026
Funciones
- 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.
Correcciones
- Dropdown
- Selected item styles problem.
- Linear Progressbar
- Unified display size across platforms.
- Tree
- Background style discrepancies.
Infragistics Professional - includes Ignite UI for React 19.6.031 mar 2026
FuncionesAI-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 Professional - includes Ignite UI for Blazor 25.2.8331 mar 2026
Correcciones
- 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 Professional - includes Ignite UI for Web Components 7.1.125 mar 2026
Funciones
- Checkbox
- Updated disabled and indeterminate styles.
Infragistics Professional - includes Ultimate UI for Windows Forms 25.2.11123 mar 2026
Funciones
- Charts
- Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart.
Correcciones
- Editors
- UltraDateTimeEditor always select last month and date while changing the year and month respectively.
- CheckEditor was unable to create a custom style using GlyphInfo.
- UltraToolbarsManager
- Context menu does not show up in UI Automation's application tree if setting UIAutomationForCodedUITestingEnabled to false.
- UltraToolBarsManager ApplicationMenu is not showing in WinForms designer.
- UltraGrid
- Grid throws exceptions when summaries columns prior to adding sorted columns with groupby.
- UltraCombo
- With UIAutomationForCodedUITestingEnabled set to false the UltraCombo drop-down items are not accessible.
- UltraDataSource
- When canceling in the UltraDataSource designer, the layout of Form1.cs (Design) disappears.
- DataTooltipLayer
- 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.
- UltraDataChart
- AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series.
- UltraGanttView
- TimelineVisibleDateTimeRangeChanged events raised after Form has been closed.
Infragistics Professional - includes Ultimate UI for WPF 25.2.10723 mar 2026
Funciones
- Charts
- Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart.
Correcciones
- XamDataGrid
- Grid with RecordSelectorNumberType set to DataItemIndex makes the grid show horizontal scrollbar.
- XamRichTextEditor
- XamRichTextEditor selecting all and then pasting content from an outside source results in an exception.
- XamTileManager
- XamTileManager displays no tiles when only last tile is in view and that tile is removed when using Vertical layout order.
- XamDataPresenter
- Headers displayed above child records are not indented to the same value as the source record.
- XamDataPresenter
- xamDataGrid - Preview of ChildRecordsDisplayOrder BeforeParent.
- Grouping in DataGrid by Unbound field with CalculationSettings formula doesn't recalculate.
- MergedCells - Merged cells are not printed in an expected way.
- DataTooltipLayer
- TitleTextColor is over-riden 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.
- XamDataTree
- Argument Null Exception occurs when re-templating the XamDataTreeNodeControl and selecting a node.
- XamRichTextEditor
- RichTextEditor Loading an .rtf file with tables sometimes loads without table formatting.
- XamDataChart
- AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series.
Infragistics Professional - includes Ignite UI for React 19.5.219 mar 2026
Correcciones
- 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 Professional - includes Ignite UI for Blazor 25.2.77Versión principal19 mar 2026
Funciones
- 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.
Correcciones
- 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 Professional - includes Ignite UI for Angular 21.2.013 mar 2026
FuncionesIgxOverlayService
- 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 Professional - includes Ignite UI for Web Components 7.0.16 mar 2026
Funciones
- 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.
Correcciones
- 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 Professional - includes Ignite UI for React 19.5.128 feb 2026
Funciones
- 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.
Correcciones
- Carousel
- Error with context instantiation.
- Combo
- Fixed cursor style over non input parts.
- Textarea
- Fixed cursor style over non input parts.
Infragistics Professional - includes Ignite UI for Web Components 7.0.0Versión principal25 feb 2026
Funciones
- 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.
Correcciones
- Carousel
- Context instantiation issue.
- Combo and Textarea
- Corrected cursor style over non input parts.
Infragistics Professional - includes Ignite UI for React 19.3.25 feb 2026
Funciones
- Data Chart
- Added OthersCategoryBrush and OthersCategoryOutline to DataPieChart and ProportionalCategoryAngleAxis.
- Radial Chart
- Added a check for bucket size equals to 0.
Correcciones
- 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 Professional - includes Ignite UI for Web Components 6.5.14 feb 2026
Correcciones
- 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 Professional - includes Ignite UI for Web Components 6.5.020 ene 2026
Funciones
- 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.
Correcciones
- 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 Professional - includes Ignite UI for Web Components 6.5.020 ene 2026
Funciones
- 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.
Correcciones
- 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.