Infragistics Ignite UI for React のリリース

Released: Jul 24, 2025

19.0.1 での更新項目

機能

  • Charts
    • Added MaximumExtent and MaximumExtentPercentage properties for use with axis labels.

不具合の修正

  • IgrRadialGauge
    • Radial label format properties do not work (e.g. Title, SubTitles).

Released: Apr 30, 2025

19.0.0 での更新項目

機能

  • Stepper
    • Stepper Step's 'titlePosition' now defaults to auto, instead of being undefined.
  • Tabs
    • igr-tab panel property has been removed.
    • igr-tab-panel component has been removed. The igr-tab now encompasses both the tab header and the tab content in a single component.
  • Removed
    • IgrCheckboxChangeEventArgs removed, use IgrCheckboxChangeEventArgs instead.
    • IgrRadioChangeEventArgs removed, use IgrRadioChangeEventArgs instead.
    • IgrRangeSliderValue removed, use IgrRangeSliderValueEventArgs instead...

Released: Mar 7, 2025

18.8.0 での更新項目

機能

  • Toolbar
    • Added new GroupHeaderTextStyle property to IgrToolbar and IgrToolPanel. If set, it will apply to all IgrToolActionGroupHeader actions.
    • Added new property on IgrToolAction called titleHorizontalAlignment which controls the horizontal alignment of the title text.
    • Added new property on IgrToolActionSubPanel called ItemSpacing which controls the spacing between items inside the panel.

不具合の修正

  • Excel Library
    • Chart's plot area right margin becomes narrower and fill pattern and fill foreground...

Released: Jan 31, 2025

18.7.7 での更新項目

不具合の修正

  • All Grids - Fixed a critical memory leak when components are opened in several duplicate browser tabs.

Released: Dec 28, 2024

18.7.6 での更新項目

機能

  • DashboardTile (Beta) - The new Dashboard Tile component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in Toolbar component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.
  • New ColorEditor (Beta) and Toolbar ToolAction (Beta...

Released: Nov 1, 2024

18.7.4 での更新項目

機能

  • Added New Carousel Component - A responsive, lightweight component that provides a  flexible way to create slideshow-like web experience.
  • IgrInput - Changed change event argument type from IgrComponentDataValueChangedEventArgs to IgrComponentValueChangedEventArgs.

Released: Sep 11, 2024

18.7.0 での更新項目

機能

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgrCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
    • New Proportional Category Angle Axis - New axes for the Radial Pie Series in the IgrDataChart, to plot slices similar to a pie chart, a type of data visualization where...

Released: Jul 11, 2024

18.6.1 での更新項目

機能

  • General
    • IgrInput and IgrTextarea - Exposed ValidateOnly to enable validation rules being enforced without restricting user input.
    • IgrDropdown - positionStrategy property has been deprecated. The dropdown now uses the IgrPopover API to render its container in the top layer of the browser viewport, making the property obsolete.
    • IgrDockManager - IgrSplitPane isMaximized has been deprecated. Having isMaximized set to true on a split pane level has no real effect as split panes serve as containers...

Released: Mar 29, 2024

18.6.0 での更新項目

機能

  • IgrCharts
    • Added a new Data Filtering via the initialFilter property. Apply filter expressions to filter the chart data to a subset of records. Can be used for drill down large data.
    • XamRadialChart
      • Added a new Label Mode. IgrCategoryAngleAxis exposes a LabelMode property that allows you to further configure the location of the labels. This allows you to toggle between the default mode by selecting the Center enum, or use the new mode, ClosestPoint, which will bring the labels closer to the...

Released: Jan 26, 2024

18.5.0 での更新項目

機能

React Charts

  • Chart Highlight Filter - The IgrCategoryChart and IgrDataChart now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.