Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
20.0.2
What's Changed
- fix(Toolbar): Cancel export should hide the progress indicator. by @gedinakova in #15923
- fix(button): active-shadow property is not applied on button active state by @adrianptrv in #15914
- fix(combo): prefix/suffix directives not working by @SisIvanova in #15898
- fix(combo): align case sensitive icon styling with WC by @adrianptrv in #15902
- fix(input-group): remove unused interim-bottom-line-color property by @desig9stein in #15854
- feat(igx-vhelper): create and use css var for scrollbar size by @didimmova in #15918
- Improve Component Themes by @didimmova in #15729
Full Changelog: 20.0.1...20.0.2
19.2.11
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
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 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
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.
- Behavioral Change The
New Features
IgxGrid
,IgxTreeGrid
,IgxHierarchicalGrid
,IgxPivotGrid
- Added a new
igxGridEmpty
template directive that allows assigning theemptyGridTemplate
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 theloadingGridTemplate
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>
- 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
hidden
property 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
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.
- Behavioral Change The
New Features
IgxGrid
,IgxTreeGrid
,IgxHierarchicalGrid
,IgxPivotGrid
- Added a new
igxGridEmpty
template directive that allows assigning theemptyGridTemplate
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 theloadingGridTemplate
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>
- 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