Infragistics Ultimate - includes Ignite UI for Angular 17.1.0
Released: Nov 29, 2023
Ignite UI for Angular 17.1.0 での更新項目
機能
IgxGrid, IgxTreeGrid and IgxHierarchicalGrid
Added a new rowClick output that fires when the user clicks on a row element of the grid, including group rows.
IgxTree
Added new toggleNodeOnClick property which determines whether clicking over a node will change its expanded state or not. Set to false by default.
igxPivotGrid
IPivotDimension interface now exposes a property called displayName similar to the one in the IPivotValue interface. This property is optional and will be displayed inside the chips for rows and columns in the IgxPivotGrid. If the displayName proeprty is not set, memberName will be used as a fallback.
igxIconButton
Added new igxIconButton directive which provides a way to use an icon as a fully functional button. The new igxIconButton comes in three types - flat, outlined and contained (default). All igxButton's with type icon will be automatically migrated to the new igxIconButton's with ng update.
IgxForOf
Unified logic for vertical and horizontal virtualization such as - caching, updating, max browser size exceeding.
IgxButton
Behavioral Change - buttonSelected event is now emitted not only when a button gets selected, but also when it gets deselected. However, the event is no longer being emitted on initialization. If this event was used in a scenario where it is assumed that the button gets selected, it's a good idea for the logic to be branched now based on eventArgs.selected condition.
General
igxButton:
Breaking Change - The raised type of the igxButton directive has been renamed to contained. Automatic migrations are available and will be applied on ng update.
The igxButtonColor and igxButtonBackground input properties have been deprecated and will be removed in a future version.