Skip to content

20.0.0

Latest
Compare
Choose a tag to compare
@Lipata Lipata released this 06 Jun 08:51
· 3 commits to master since this release
5957e67

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 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.

New Features

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid, IgxPivotGrid
    • Added a new igxGridEmpty template directive that allows assigning the emptyGridTemplate declaratively, 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 igxGridLoading template directive that allows assigning the loadingGridTemplate declaratively, 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>

What's Changed

Full Changelog: 19.1.0...20.0.0