Infragistics Professional - includes Ignite UI for Web Components 5.0.0
Released: Aug 27, 2024
Ignite UI for Web Components 5.0.0 での更新項目
機能
Charts
New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgcCategoryChartComponent, 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 IgcDataChartComponent, to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.
Toolbar
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.
All Grids
Added new RowClick event.
IgcPivotGridComponent
Added sortable property for a IgcPivotDimension.
Added horizontal layout. Can be enabled inside the new pivotUI property as rowLayout horizontal.
Added row dimension summaries for horizontal layout only. Can be enabled for each IgcPivotDimension by setting horizontalSummary to true.
Added horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
Added row headers for the row dimensions. Can be enabled inside the new pivotUI property as showHeaders true.
Keyboard navigation now can move in to row headers back and forth from any row dimension headers or column headers.
Added keyboard interactions for row dimension collapse using Alt + Arrows and row headers sorting using Ctrl + Arrow Up/Down.
不具合の修正
Date-time input - Update masked value according to the input format on focus when value is set.
Radio - Do not emit change event on already checked radio.
Calendar - Add correct dates DOM parts based on active view.
Date-picker, Dropdown & Select - Showing the component programmatically in response to an outside click event closes the dropdown popover.
Radio - Initially checked radio by attribute throws error when not being last sibling.