Skip to content

Releases: IgniteUI/igniteui-angular

20.0.2

16 Jun 08:26
7858574
Compare
Choose a tag to compare

What's Changed

Full Changelog: 20.0.1...20.0.2

19.2.11

16 Jun 08:24
d1c8765
Compare
Choose a tag to compare

What's Changed

  • fix(grids): correct column position after unpinning when there are hidden columns - 19.2.x by @ddaribo in #15850
  • fix(Toolbar): Cancel export should hide the progress indicator. by @gedinakova in #15917
  • fix(combo): align case sensitive icon styling with WC by @adrianptrv in #15903
  • fix(combo): prefix/suffix directives not working by @SisIvanova in #15899
  • feat(igx-vhelper): create and use css var for scrollbar size by @didimmova in #15863

Full Changelog: 19.2.10...19.2.11

20.0.1

10 Jun 07:59
a5c8fb1
Compare
Choose a tag to compare

What's Changed

  • fix(grids): correct column position after unpinning when there are hidden columns - master by @ddaribo in #15543

Full Changelog: 20.0.0...20.0.1

20.0.0

05 Jun 15:36
d0361ce
Compare
Choose a tag to compare

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>

20.0.0-rc.0

04 Jun 15:55
32a6514
Compare
Choose a tag to compare
20.0.0-rc.0 Pre-release
Pre-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 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>

19.2.10

09 Jun 11:07
72df18a
Compare
Choose a tag to compare

What's Changed

  • fix(grid): allowing for grids in grids for master-detail - 19.2 by @ChronosSF in #15834

Full Changelog: 19.2.9...19.2.10

19.2.9

03 Jun 08:41
35b154c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.2.8...19.2.9

19.2.8

29 May 07:31
e4a53bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.2.7...19.2.8

18.2.26

29 May 07:21
e3f83b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 18.2.25...18.2.26

19.2.7

22 May 13:27
edb5404
Compare
Choose a tag to compare

What's Changed

  • Fixed AFD to show column headers (when available) instead of the actual field names. by @gedinakova in #15822
  • Analyzer updates and grid dataChanged typing adjust by @damyanpetev in #15824
  • fix(AdvancedFiltering): Adding missing resource strings in AFD from the redesigned QB by @gedinakova in #15817
  • fix(pivot): add null check in case there's no initial data. by @MayaKirova in #15830
  • fix(crud): Change how we differentiate between add and edit row by @mddragnev in #15814

Full Changelog: 19.2.6...19.2.7