20.0.0-rc.0
Pre-release
Pre-release
·
642 commits
to master
since this release
General
- Angular 20 Compatibility - Ignite UI for Angular now plays nice with Angular 20! Upgrade your apps and enjoy the latest features.
IgxActionStrip- Behavioral Changes - When using the Action Strip standalone, outside of Grid, scenarios the component is no longer initially visible and the
hiddenproperty now defaults totrue.
- Behavioral Changes - When using the Action Strip standalone, outside of Grid, scenarios the component is no longer initially visible and the
IgxChip- Behavioral Change The
variantis 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.
- Behavioral Change The
New Features
IgxGrid,IgxTreeGrid,IgxHierarchicalGrid,IgxPivotGrid- Added a new
igxGridEmptytemplate directive that allows assigning theemptyGridTemplatedeclaratively, without the need to get and assign reference, like other grid templates like:<igx-grid> <ng-template igxGridEmpty> <!-- content to show when the grid is empty --> </ng-template> </igx-grid>
- Added a new
igxGridLoadingtemplate directive that allows assigning theloadingGridTemplatedeclaratively, without the need to get and assign reference, like other grid templates like:<igx-grid> <ng-template igxGridLoading> <!-- content to show when the grid is loading --> </ng-template> </igx-grid>
- Added a new