Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
20.0.1
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
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
20.0.0-rc.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
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
19.2.10
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
What's Changed
- fix(AdvancedFiltering): resource strings localization and fixes by @randriova in #15860
- fix(month-picker): correct date format for year by @damyanpetev in #15862
- perf(utils): Improved internal utils performance by @rkaraivanov in #15816
Full Changelog: 19.2.8...19.2.9
19.2.8
What's Changed
- fix(input-group): fix browser autofill issue by @desig9stein in #15823
- feat(radio-group): group label styles by @SisIvanova in #15792
- refactor(ESF): update move and sort icon sizes by @SisIvanova in #15829
- fix(tooltip): make touch events passive - 19.2.x by @RivaIvanova in #15813
Full Changelog: 19.2.7...19.2.8
18.2.26
What's Changed
- fix(input-group): fix browser autofill issue by @desig9stein in #15821
- fix(tooltip): make touch events passive - 18.2.x by @RivaIvanova in #15815
Full Changelog: 18.2.25...18.2.26
19.2.7
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
19.2.6
What's Changed
- Hide the tooltip on destroying its target. by @gedinakova in #15785
- fix(stepper): use text hover properties for the header by @didimmova in #15760
- fix(tabs): in indigo theme use focus-within instead of :focus-visible by @desig9stein in #15805
- fix(tabs): fix border in bootstrap theme by @desig9stein in #15803
- fix(tabs): border-color--hover not working when creating a custom theme by @desig9stein in #15812
- Fixed Pivot grid export to excel with hierarchical row dimensions. by @gedinakova in #15802
Full Changelog: 19.2.5...19.2.6
18.2.25
What's Changed
- fix(stepper): use text hover properties for the header by @didimmova in #15761
- fix(tabs): fix border in bootstrap theme by @desig9stein in #15804
- fix(tabs): border-color--hover not working when creating a custom theme by @desig9stein in #15807
- Fixed Pivot grid export to excel with hierarchical row dimensions. by @gedinakova in #15806
Full Changelog: 18.2.24...18.2.25