Please note that new licenses for Infragistics Ignite UI for React are now only available as part of Infragistics Ignite UI. Existing Infragistics Ignite UI for React customers can continue to renew their current subscription.
Infragistics Ignite UI for React 18.7.0
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 data points are represented as segments within a circular graph.
IgrToolbar
New ToolActionCheckboxList A new CheckboxList ToolAction that displays a collection of items with checkboxes for selecting. A grid inside ToolAction CheckboxList grows in height up to 5 items, then a scrollbar is displayed.
New Filtering Support - Axis Field Changes New default IconMenu in Toolbar when targeting CategoryChart. Label fields are mapped to the X-axis and Value fields are mapped to the Y-axis. Target chart reacts in realtime to changes made. IconMenu is hidden when chart has no ItemsSource set.
Added new Banner component that provides a way to easily display a prominent message to your application's users in a way that is less transient than a snackbar and less obtrusive than a dialog.
Added new DatePicker component used for entering a date via text input or choosing date values from a calendar dialog.
Added new Divider component.
Added support for native events for all components.
IgrIcon
Added setIconRef method. This allows to register and replace icons by SVG files.
All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.