Infragistics Professional - includes Ignite UI for React 19.2.2
Released: Oct 3, 2025
Ignite UI for React 19.2.2 での更新項目
機能
Azure Map Imagery Support (preview)
The GeographicMap now supports Azure-based map imagery, allowing developers to display detailed, dynamic maps across multiple application types. You can combine multiple map layers, visualize geographic data, and create interactive mapping experiences with ease. Note: Support for Bing Maps imagery is being phased out. Existing enterprise keys can still be used to access Bing Maps, ensuring your current applications continue to function while you transition to Azure maps.
Charts - New Axis Label Events (preview)
The following events have been added to the DataChart to allow you to detect different operations on the axis labels:
LabelMouseDown.
LabelMouseUp.
LabelMouseEnter.
LabelMouseLeave.
LabelMouseMove.
LabelMouseClick.
Charts - Companion Axis (preview)
Added CompanionAxis properties to the X and Y axis that allow you to quickly create a clone of an existing axis. When enabled using the CompanionAxisEnabled property, this will default the cloned axis to the opposite position of the chart and you can then configure that axes' properties.
Charts - RadialPieSeries Inset Outlines (preview)
There is a new property called UseInsetOutlines to control how outlines on the IgrRadialPieSeries are rendered. Setting this value to true will inset the outlines within the slice shape, whereas a false (default) value will place the outlines half-in half-out along the edge of the slice shape.
Grids - Cell Suffix Content (preview)
Added support for suffix content within the cells that allows you to add additional text or icons to the end of the cell value and style it. The full list of added properties for the cell suffix content is listed below and is available on the IgrDataGridColumn and CellInfo class:
suffixText.
suffixTextColor.
suffixTextFont.
suffixIconName.
suffixIconCollectionName.
suffixIconStroke.
suffixIconFill.
suffixIconViewBoxLeft.
suffixIconViewBoxTop.
suffixIconViewBoxWidth.
suffixIconViewBoxHeight.
textDecoration.
不具合の修正
Breaking Changes
A fix was made due to an issue where the PlotAreaPosition and ChartPosition properties on IgrChartMouseEventArgs class were reversed. This will change the values that plotAreaPosition and chartPosition return.
IgrDataChart
Zoom rectangle is not positioned the same as the background rectangle.
Data Annotation Overlay Text Color not working.
IgrDoughnutChart
No textStyle property for either the chart or series (pie chart has this).
IgrCategoryChart
Resizing the containing window of the IgrCategoryChart causes the chart to fail to render the series.
Excel Library
Adding line chart corrupts excel File for German culture.
IgrGrid
Unpinned column does not return to the original position if hidden columns exist.