Releases: IgniteUI/igniteui-angular
15.1.35
What's Changed
- fix(igxGrid): Make sure sortingExpressions don't get cleared if sorti… by @MayaKirova in #13612
- ci(publish): NODE_OPTIONS emit to GITHUB_ENV is deprecated & not needed by @damyanpetev in #13664
- Add support for navigation in the ESF search list [15.1.x] by @mddragnev in #13669
Full Changelog: 15.1.34...15.1.35
17.0.1
What's Changed
- ci(publish): NODE_OPTIONS emit to GITHUB_ENV is deprecated & not needed by @damyanpetev in #13663
- Bump typedoc version master by @zdrawku in #13675
Full Changelog: 17.0.0...17.0.1
17.0.0
17.0.0
General
IgxCard- Breaking Change The
typeattribute has been deprecated and will be removed in a future version. The default view of the card component is nowoutlined. Users can switch toelevatedview by adding the newly createdelevatedproperty to a card.
- Breaking Change The
standalone componentssupport is now official- added
IGX_RADIO_GROUP_DIRECTIVESforIgxRadioGroupDirectiveandIgxRadioComponent
- added
animationsare now imported fromigniteui-angular/animations/@infragistics/igniteui-angular/animations- Tree-shaking of the product has been improved
igniteui-angular-i18nis now tree-shakeableigniteui-angular/animationsis now tree-shakeableigniteui-angularcomponents have improved tree-shaking- Breaking Change
getCurrentResourceStringshas been removed. Use the specific component string imports instead.- E.g. EN strings come from
igniteui-angular:import { GridResourceStringsEN } from 'igniteui-angular'; - E.g. DE or other language strings come from
igniteui-angular-i18n:import { GridResourceStringsDE } from 'igniteui-angular-i18n';
- E.g. EN strings come from
- DisplayDensity token and inputs are deprecated in favor of
--ig-sizetheming - We're working on reducing the library size
IgxRadioComponentsize has been reduced in halfIgxSwitchComponentsize has been reduced in half
IgxRadioComponent- Breaking Change
IChangeRadioEventArgsis nowIChangeCheckboxEventArgs.ng updateto17.0.0will automatically migrate this for you. - Breaking Change
RadioLabelPositionis nowLabelPosition.ng updateto17.0.0will automatically migrate this for you.
- Breaking Change
IgxSwitchComponent- Breaking Change
IChangeSwitchEventArgsis nowIChangeCheckboxEventArgs.ng updateto17.0.0will automatically migrate this for you. - Breaking Change
SwitchLabelPositionis nowLabelPosition.ng updateto17.0.0will automatically migrate this for you.
- Breaking Change
IgxCombo-
Breaking Change
IComboSelectionChangingEventArgspropertiesnewSelectionandoldSelectionhave been renamed tonewValueandoldValuerespectively to better reflect their function. Just like Combo'svalue, those will emit either the specified property values or full data items depending on whethervalueKeyis set or not. Automatic migrations are available and will be applied onng update. -
IComboSelectionChangingEventArgsexposes two new propertiesnewSelectionandoldSelectionin place of the old ones that are no longer affected byvalueKeyand consistently emit items from Combo'sdata.Note: In remote data scenarios with
valueKeyset, selected items that are not currently part of the loaded data chunk will be emitted a partial item data object with thevalueKeyproperty. -
Breaking Change -
IComboSelectionChangingEventArgspropertiesaddedandremovednow always contain data items, regardless ofvalueKeybeing set. This aligns them with the updatednewSelectionandoldSelectionproperties, including the same limitation for remote data as described above.
-
IgxSimpleCombo-
Breaking Change -
ISimpleComboSelectionChangingEventArgspropertiesnewSelectionandoldSelectionhave been renamed tonewValueandoldValuerespectively to better reflect their function. Just like Combo'svalue, those will emit either the specified property value or full data item depending on whethervalueKeyis set or not. Automatic migrations are available and will be applied onng update. -
ISimpleComboSelectionChangingEventArgsexposes two new propertiesnewSelectionandoldSelectionin place of the old ones that are no longer affected byvalueKeyand consistently emit items from Combo'sdata.Note: In remote data scenarios with
valueKeyset, selected items that are not currently part of the loaded data chunk will be emitted a partial item data object with thevalueKeyproperty. -
Breaking Change The
valueandselectionproperties now correctly return a single value or data item instead of the same wrapped in array andundefinedinstead of empty array, matching the values emitted from selection event and when working withformControlName/ngModeldirectives.
-
IgxCombo,IgxSimpleCombo- Breaking Change The
displayValueproperty now returns the display text as expected (instead of display values in array).
- Breaking Change The
What's Changed
- refactor(animations): igniteui-angular/animations by @kdinev in #13494
- refactor(switch): inherit from IgxCheckbox by @kdinev in #13543
- refactor(radio): inherit from igxCheckbox by @kdinev in #13553
- refactor(i18n, util): tree shaking i18n by @kdinev in #13493
- refactor(rating): update rating theme to consume schema colors by @desig9stein in #13541
- refactor(theming): add option to configure base font-size by @simeonoff in #13587
- fix(snackbar): use igxButton by @SisIvanova in #13584
- Merging 16.1.x into master by @kdinev in #13579
- refactor(i18n, util): tree shaking i18n by @kdinev in #13451
- Return updated values when groupingDone is emitted by @MonikaKirkova in #13597
- feat(card): deprecate types & add elevated attribute by @SisIvanova in #13538
- fix(esf): conditional filter drop down items focus - master by @igdmdimitrov in #13607
- fix(IgxForOf): Add check in case node is not found in DOM. by @MayaKirova in #13603
- refactor: Use booleanAttribute transformer for boolean inputs by @rkaraivanov in #13555
- Adjust header scroll position when focused element I scrolled in the view by @ddincheva in #13601
- fix(migrations): get full ts, containing comments by @Lipata in #13639
- feat(migrations): move animations to igniteui-angular/animations by @Lipata in #13643
- docs(typedoc): bump typedoc theme and rework build by @simeonoff in #13625
- fix(overlay): using injected document for show - 17.0 by @ChronosSF in #13634
- Update selection changing events by @wnvko in #13619
- fix(igxGrid): Make sure sortingExpressions don't get cleared if sorti… by @MayaKirova in #13610
- fix(combos): change valid property type to exposed IgxInputState by @damyanpetev in #13646
- fix(igxGrid): autosize hidden empty column headers correctly - master by @IMinchev64 in #13623
- fix(simple-combo): value & selection correct single type instead array by @damyanpetev in #13647
- Updating to ng 17 by @ChronosSF in #13596
- fix(combos): displayValue as actual string by @damyanpetev in #13648
- fix(igxPivotGrid): Add check in case data is empty due to removing al… by @MayaKirova in #13613
- feat(esf): add matches count string for accessibility by @onlyexeption in #13645
- fix(button-group): reverted cancellable on selected/deselected events and adding selecting/deselecting cancellable events by @georgianastasov in #13632
- chore(*): ng update official 17 by @Lipata in #13652
- docs(i18n): updating docs and exports for i18n by @kdinev in #13658
- fix(ESF): Add support for navigation in the ESF search list by @mddragnev in #13635
- chore(*): roadmap-readme-update-17-release by @radomirchev in #13661
- chore(schematics): update schematics by @Lipata in #13662
Full Changelog: 16.1.3...17.0.0
17.0.0-beta.1
What's Changed
- fix(igxPivotGrid): Add check in case data is empty due to removing al… by @MayaKirova in #13613
- feat(esf): add matches count string for accessibility by @onlyexeption in #13645
- fix(button-group): reverted cancellable on selected/deselected events and adding selecting/deselecting cancellable events by @georgianastasov in #13632
- chore(*): ng update official 17 by @Lipata in #13652
- docs(i18n): updating docs and exports for i18n by @kdinev in #13658
Full Changelog: 17.0.0-beta.0...17.0.0-beta.1
17.0.0-beta.0
What's Changed
- refactor(animations): igniteui-angular/animations by @kdinev in #13494
- refactor(switch): inherit from IgxCheckbox by @kdinev in #13543
- refactor(radio): inherit from igxCheckbox by @kdinev in #13553
- refactor(i18n, util): tree shaking i18n by @kdinev in #13493
- refactor(rating): update rating theme to consume schema colors by @desig9stein in #13541
- refactor(theming): add option to configure base font-size by @simeonoff in #13587
- fix(snackbar): use igxButton by @SisIvanova in #13584
- Merging 16.1.x into master by @kdinev in #13579
- refactor(i18n, util): tree shaking i18n by @kdinev in #13451
- Return updated values when groupingDone is emitted by @MonikaKirkova in #13597
- feat(card): deprecate types & add elevated attribute by @SisIvanova in #13538
- fix(esf): conditional filter drop down items focus - master by @igdmdimitrov in #13607
- fix(IgxForOf): Add check in case node is not found in DOM. by @MayaKirova in #13603
- refactor: Use booleanAttribute transformer for boolean inputs by @rkaraivanov in #13555
- Adjust header scroll position when focused element I scrolled in the view by @ddincheva in #13601
- fix(migrations): get full ts, containing comments by @Lipata in #13639
- feat(migrations): move animations to igniteui-angular/animations by @Lipata in #13643
- docs(typedoc): bump typedoc theme and rework build by @simeonoff in #13625
- fix(overlay): using injected document for show - 17.0 by @ChronosSF in #13634
- Update selection changing events by @wnvko in #13619
- fix(igxGrid): Make sure sortingExpressions don't get cleared if sorti… by @MayaKirova in #13610
- fix(combos): change valid property type to exposed IgxInputState by @damyanpetev in #13646
- fix(igxGrid): autosize hidden empty column headers correctly - master by @IMinchev64 in #13623
- fix(simple-combo): value & selection correct single type instead array by @damyanpetev in #13647
- Updating to ng 17 by @ChronosSF in #13596
- fix(combos): displayValue as actual string by @damyanpetev in #13648
Full Changelog: 16.1.3...17.0.0-beta.0
16.1.6
What's Changed
- fix(igxGrid): Make sure sortingExpressions don't get cleared if sorti… by @MayaKirova in #13611
- fix(lint): speeding up lint a bit by @kdinev in #13649
- fix(igxGrid): autosize hidden empty column headers correctly - 16.1.x by @IMinchev64 in #13628
- fix(igxPivotGrid): Add check in case data is empty due to removing al… by @MayaKirova in #13614
- feat(esf): improve search results accessibility - 16.1.x by @onlyexeption in #13558
Full Changelog: 16.1.5...16.1.6
15.1.34
What's Changed
- fix(igxPivotGrid): Add check in case data is empty due to removing al… by @MayaKirova in #13615
- fix(igxGrid): autosize hidden empty column headers correctly - 15.1.x by @IMinchev64 in #13624
- feat(esf): improve search results accessibility - 15.1.x by @onlyexeption in #13644
Full Changelog: 15.1.33...15.1.34
16.1.5
What's Changed
- fix(IgxForOf): Add check in case node is not found in DOM. by @MayaKirova in #13604
- Adjust header scroll position when focused element I scrolled in the view by @ddincheva in #13599
- fix(migrations): get full ts, containing comments by @Lipata in #13638
- fix(overlay): using injected document for show - 16.1 by @ChronosSF in #13633
- fix(button-group): reverted cancellable on selected and deselected events - 16.1 by @georgianastasov in #13631
Full Changelog: 16.1.4...16.1.5
15.1.33
What's Changed
- fix(IgxForOf): Add check in case node is not found in DOM. by @MayaKirova in #13605
- Adjust header scroll position when focused element I scrolled in the view --15.1 by @ddincheva in #13602
- fix(migrations): get full ts, containing comments by @Lipata in #13637
- fix(overlay): using injected document for show - 15.1 by @ChronosSF in #13626
- fix(button-group): reverted cancellable on selected and deselected events - 15.1 by @georgianastasov in #13630
Full Changelog: 15.1.32...15.1.33
17.0.0-alpha.2
What's Changed
- refactor(animations): igniteui-angular/animations by @kdinev in #13494
- refactor(switch): inherit from IgxCheckbox by @kdinev in #13543
- refactor(radio): inherit from igxCheckbox by @kdinev in #13553
- refactor(i18n, util): tree shaking i18n by @kdinev in #13493
- refactor(rating): update rating theme to consume schema colors by @desig9stein in #13541
- refactor(theming): add option to configure base font-size by @simeonoff in #13587
- fix(snackbar): use igxButton by @SisIvanova in #13584
- Merging 16.1.x into master by @kdinev in #13579
- refactor(i18n, util): tree shaking i18n by @kdinev in #13451
- Return updated values when groupingDone is emitted by @MonikaKirkova in #13597
- feat(card): deprecate types & add elevated attribute by @SisIvanova in #13538
- fix(esf): conditional filter drop down items focus - master by @igdmdimitrov in #13607
- fix(IgxForOf): Add check in case node is not found in DOM. by @MayaKirova in #13603
Full Changelog: 16.1.3...17.0.0-alpha.2