Please note that new licenses for Infragistics Ignite UI for Angular are now only available as part of Infragistics Ignite UI. Existing Infragistics Ignite UI for Angular customers can continue to renew their current subscription.
Infragistics Ignite UI for Angular 13.2.0
Released: Apr 8, 2022
13.2.0 での更新項目
機能
General
IgxPivotGrid:
Breaking Change - Changed the IPivotValue's formatter and styles functions optional parameters.
First optional parameter rowData is now of type IPivotGridRecord and contains more contextual information on the dimension and aggregation values. Previously it contained just the aggregation data object.
Also an additional optional columnData parameter can be added, which contains information on the column dimensions.
IgxExpansionPanel:
Changed the expansion panel layout by adding padding to the header and content elements.
New palette
Added new fluent light and dark palettes that use the default fluent colors - $light-fluent-palette and $dark-fluent-palette.
New Features
IgxGrid, IgxTreeGrid and IgxHierarchicalGrid:
Added a new sortingOption property on grid level - This property allows you to set either single or multiple sorting mode. When single mode is enabled you can sort one column at a time. The default value of the property is multiple.
Behavioral Change - Sorting and grouping expressions are now working separately. If grouping/sorting expressions are in a conflict, grouping expressions take precedence.
IgxSlider:
Added support for double value binding in slider of type RANGE through newly exposed lowerValue and upperValue.
IgxDrag:
Behavioral Change - Added support for window scroll when dragging element to its edges.
Added a new scrollContainer property that can specify specific element that should be scrolled instead of window for custom solutions.