You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,14 @@ All notable changes for each version of this project will be documented in this
15
15
-`igniteui-angular` components have improved tree-shaking
16
16
- DisplayDensity token and inputs are deprecated in favor of `--ig-size` theming
17
17
- We're working on reducing the library size
18
-
- IgxRadioComponent has been reduced in half
19
-
- IgxSwitchComponent has been reduced in half
18
+
-`IgxRadioComponent` size has been reduced in half
19
+
-`IgxSwitchComponent` size has been reduced in half
20
+
-`IgxRadioComponent`
21
+
-**Breaking Change**`IChangeRadioEventArgs` is now `IChangeCheckboxEventArgs`. `ng update` to `17.0.0` will automatically migrate this for you.
22
+
-**Breaking Change**`RadioLabelPosition` is now `LabelPosition`. `ng update` to `17.0.0` will automatically migrate this for you.
23
+
-`IgxSwitchComponent`
24
+
-**Breaking Change**`IChangeSwitchEventArgs` is now `IChangeCheckboxEventArgs`. `ng update` to `17.0.0` will automatically migrate this for you.
25
+
-**Breaking Change**`SwitchLabelPosition` is now `LabelPosition`. `ng update` to `17.0.0` will automatically migrate this for you.
20
26
-`IgxCombo`
21
27
-**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`.
22
28
-`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`.
@@ -28,8 +34,9 @@ All notable changes for each version of this project will be documented in this
28
34
-`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`.
29
35
30
36
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.
31
-
-`IgxButtonGroup`:
32
-
- Adding cancellable `selecting` and `deselecting` events that are fired before selecting or deselecting a button.
37
+
-**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.
38
+
-`IgxCombo`,`IgxSimpleCombo`
39
+
-**Breaking Change** The `displayValue` property now returns the display text as expected (instead of display values in array).
0 commit comments