Skip to content

Releases: IgniteUI/igniteui-angular

15.1.35

13 Nov 15:26
aff0d12

Choose a tag to compare

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

10 Nov 15:33
3055cd8

Choose a tag to compare

What's Changed

Full Changelog: 17.0.0...17.0.1

17.0.0

09 Nov 16:41
7995f06

Choose a tag to compare

17.0.0

General

  • IgxCard
    • Breaking Change The type attribute has been deprecated and will be removed in a future version. The default view of the card component is now outlined. Users can switch to elevated view by adding the newly created elevated property to a card.
  • standalone components support is now official
    • added IGX_RADIO_GROUP_DIRECTIVES for IgxRadioGroupDirective and IgxRadioComponent
  • animations are now imported from igniteui-angular/animations/@infragistics/igniteui-angular/animations
  • Tree-shaking of the product has been improved
    • igniteui-angular-i18n is now tree-shakeable
    • igniteui-angular/animations is now tree-shakeable
    • igniteui-angular components have improved tree-shaking
    • Breaking Change getCurrentResourceStrings has 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';
  • DisplayDensity token and inputs are deprecated in favor of --ig-size theming
  • We're working on reducing the library size
    • IgxRadioComponent size has been reduced in half
    • IgxSwitchComponent size has been reduced in half
  • IgxRadioComponent
    • Breaking Change IChangeRadioEventArgs is now IChangeCheckboxEventArgs. ng update to 17.0.0 will automatically migrate this for you.
    • Breaking Change RadioLabelPosition is now LabelPosition. ng update to 17.0.0 will automatically migrate this for you.
  • IgxSwitchComponent
    • Breaking Change IChangeSwitchEventArgs is now IChangeCheckboxEventArgs. ng update to 17.0.0 will automatically migrate this for you.
    • Breaking Change SwitchLabelPosition is now LabelPosition. ng update to 17.0.0 will automatically migrate this for you.
  • IgxCombo
    • Breaking Change IComboSelectionChangingEventArgs properties newSelection and oldSelection have been renamed to newValue and oldValue respectively to better reflect their function. Just like Combo's value, those will emit either the specified property values or full data items depending on whether valueKey is set or not. Automatic migrations are available and will be applied on ng update.

    • IComboSelectionChangingEventArgs exposes two new properties newSelection and oldSelection in place of the old ones that are no longer affected by valueKey and consistently emit items from Combo's data.

      Note: In remote data scenarios with valueKey set, selected items that are not currently part of the loaded data chunk will be emitted a partial item data object with the valueKey property.

    • Breaking Change - IComboSelectionChangingEventArgs properties added and removed now always contain data items, regardless of valueKey being set. This aligns them with the updated newSelection and oldSelection properties, including the same limitation for remote data as described above.

  • IgxSimpleCombo
    • Breaking Change - ISimpleComboSelectionChangingEventArgs properties newSelection and oldSelection have been renamed to newValue and oldValue respectively to better reflect their function. Just like Combo's value, those will emit either the specified property value or full data item depending on whether valueKey is set or not. Automatic migrations are available and will be applied on ng update.

    • ISimpleComboSelectionChangingEventArgs exposes two new properties newSelection and oldSelection in place of the old ones that are no longer affected by valueKey and consistently emit items from Combo's data.

      Note: In remote data scenarios with valueKey set, selected items that are not currently part of the loaded data chunk will be emitted a partial item data object with the valueKey property.

    • Breaking Change The value and selection properties now correctly return a single value or data item instead of the same wrapped in array and undefined instead of empty array, matching the values emitted from selection event and when working with formControlName/ngModel directives.

  • IgxCombo,IgxSimpleCombo
    • Breaking Change The displayValue property now returns the display text as expected (instead of display values in array).

What's Changed

Full Changelog: 16.1.3...17.0.0

17.0.0-beta.1

09 Nov 12:00
d94a2ca

Choose a tag to compare

17.0.0-beta.1 Pre-release
Pre-release

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

08 Nov 10:09
a622b85

Choose a tag to compare

17.0.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: 16.1.3...17.0.0-beta.0

16.1.6

08 Nov 14:12
1aa28b7

Choose a tag to compare

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

08 Nov 14:04
8d65d62

Choose a tag to compare

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

07 Nov 14:05
01ce73b

Choose a tag to compare

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

07 Nov 14:00
c07454b

Choose a tag to compare

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

02 Nov 12:31

Choose a tag to compare

17.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: 16.1.3...17.0.0-alpha.2