🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

igniteui-angular

Package Overview
Dependencies
Maintainers
1
Versions
1130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-angular - npm Package Versions

2345
113

20.0.1

Diff
igniteui
published 20.0.1 •
igniteui
published 19.2.10 •
igniteui
published 20.0.0 •

Changelog

Source

20.0.0

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>
      
igniteui
published 20.0.0-rc.0 •
igniteui
published 19.2.9 •
igniteui
published 19.2.8 •
igniteui
published 18.2.26 •
igniteui
published 19.2.7 •
igniteui
published 19.2.6 •
igniteui
published 18.2.25 •