Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
19.2.13
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
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
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
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
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