Skip to content

Releases: IgniteUI/igniteui-angular

19.2.13

30 Jun 11:01
233b5b4

Choose a tag to compare

What's Changed

  • fix(IgxGrid): Don't use spread operator for large collections. by @MayaKirova in #15916
  • fix(igxHierarchicalGrid): Update existing child grids for RI on change. by @MayaKirova in #15935
  • fix(igxGrid): Use default scheduler when throttling. by @MayaKirova in #15688
  • fix(carousel-base): set animation players to null on destroy - 19.2.x by @RivaIvanova in #15979
  • fix(grid): cropped invalid cell icon by @adrianptrv in #15992
  • fix(igxGrid): Adjust expandable cell styles. by @MayaKirova in #15861
  • fix(igxGrid): Trigger validation based on initial value for when adde… by @MayaKirova in #15994
  • fix(igxGrid): Make sure track changes resolves to string and tracks s… by @MayaKirova in #15855
  • fix(igxSplitter): Assign pane props after zone is stable. by @MayaKirova in #15800
  • fix(pivot-grid): Handle currency pivot values with count aggregator - 19.2.x by @IMinchev64 in #15428

Full Changelog: 19.2.12...19.2.13

20.0.3

23 Jun 12:30
dd32969

Choose a tag to compare

What's Changed

  • refactor(input-group): label position when placeholder is removed by @SisIvanova in #15933
  • fix(grid): remove column actions input field negative margin by @adrianptrv in #15949
  • fix(combo): clear button foreground and background parameters by @adrianptrv in #15944
  • fix(combo/select): remove suffix dynamically by @SisIvanova in #15956
  • fix(input-group): bootstrap invalid and success state shadows by @adrianptrv in #15959
  • fix(esf): use requestAnimationFrame only when in browser environment by @mddragnev in #15955
  • fix(pivot-grid): add IgxPivotGridRow to latest master by @tishko0 in #15893
  • fix(tooltip): use inject document for ssr - 20.0.x by @RivaIvanova in #15951
  • fix(calendar): adhere to ISO 8601 when calculating week number if the week starts on Monday by @simeonoff in #15964

Full Changelog: 20.0.2...20.0.3

19.2.12

23 Jun 12:29
0d50003

Choose a tag to compare

What's Changed

  • refactor(input-group): label position when placeholder is removed by @SisIvanova in #15937
  • fix(h-grid): add null checks for child data - 19.2.x by @igdmdimitrov in #15931
  • fix(grid): remove column actions input field negative margin by @adrianptrv in #15950
  • fix(combo): clear button foreground and background parameters (19.2.x) by @adrianptrv in #15946
  • fix(combo/select): remove suffix dynamically by @SisIvanova in #15957
  • fix(input-group): bootstrap invalid and success state shadows by @adrianptrv in #15960
  • fix(esf): use requestAnimationFrame only when in browser environment by @mddragnev in #15958
  • fix(pivot-grid): added createRow method for grid based events by @tishko0 in #15209
  • fix(tooltip): use inject document for ssr - 19.2.x by @RivaIvanova in #15952
  • fix(calendar): adhere to ISO 8601 when calculating week number if the week starts on Monday by @simeonoff in #15971

Full Changelog: 19.2.11...19.2.12

20.0.2

16 Jun 08:26
7858574

Choose a tag to compare

What's Changed

Full Changelog: 20.0.1...20.0.2

19.2.11

16 Jun 08:24
d1c8765

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

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

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 19.2.8...19.2.9