You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
General
Updating the Angular dependency to Angular 10
igxGrid
Behavioral Change - Group rows now display the group column's header name instead of field when one is available.
igx-select, igx-combo, igx-drop-down
Behavioral Change - The select, combo, and dropdown items now have display block and text-overflow ellipsis enabled by default.
IgxTransaction - The onStateUpdate now emits with information of its origin. The emitted value is of type StateUpdateEvent, which has two properties:
origin - it can vary within the values of the TransactionEventOrigin interface;
actions - contains information about the transactions, that caused the emission of the event.
IgxPaginator - The input overlaySettings was introduced, which allows applying custom overlay settings for the component.
New Features
IgxGrid
showGroupArea input is added, which can be used to enable/disable the group area row.
The event arguments of onCellEdit, onCellEditEnter and onCellEditCancel events will contain a reference to the row data, as well as a reference to the column.
The event arguments of onRowEdit, onRowEditEnter and onRowEditCancel events will contain a reference to the row data.
IgxSelect support for igxHint directive added.
Allows the user to add igxHint to be displayed bellow the input element.