Added a new igxGridEmpty template directive that allows assigning the emptyGridTemplate declaratively, without the need to get and assign reference, like other grid templates.
Added a new igxGridLoading template directive that allows assigning the loadingGridTemplate declaratively, without the need to get and assign reference, like other grid templates.
IgxActionStrip
Behavioral Change - When using the Action Strip standalone, outside of Grid, scenarios where the component is no longer initially visible and the hidden property now defaults to true.
IgxChip
Behavioral Change - The variant is now strictly typed with the union of supported options and no longer accepts invalid values for the default state, provide no value (nullish) instead is needed.