Infragistics Ignite UI for React Releases

Released: Apr 30, 2025

Updates in 19.0.0

Features

  • 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

Updates in 18.8.0

Features

  • 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.

Fixes

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

Released: Jan 31, 2025

Updates in 18.7.7

Fixes

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

Released: Dec 28, 2024

Updates in 18.7.6

Features

  • 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

Updates in 18.7.4

Features

  • 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

Updates in 18.7.0

Features

  • 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...

Released: Jul 11, 2024

Updates in 18.6.1

Features

  • 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...

Released: Mar 29, 2024

Updates in 18.6.0

Features

  • 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...

Released: Jan 26, 2024

Updates in 18.5.0

Features

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.

Released: Dec 14, 2023

Updates in 18.4.0

Features

React Grid

  • State Persistence
    • Added new State Persistence feature in React Grid which allows developers to easily save and restore the grid state. When the IgrGridState is applied on the React IgrGrid, it exposes the GetState, GetStateAsString, ApplyState and ApplyStateFromString methods that developers can use to achieve state persistence in any scenario. IgrGridState directive supports saving and restoring the state of the following features:
      • Sorting.
      • Filtering.
      • Advanced Filtering...