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
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,25 @@ All notable changes for each version of this project will be documented in this
80
80
Use `IgxGridToolbarComponent`, `IgxGridToolbarHidingComponent`, `IgxGridToolbarPinningComponent` instead.
81
81
- **Breaking Change** - The `rowSelected` event is renamed to `rowSelectionChanging` to better reflect its function.
82
82
- **Breaking Change** - The `columnSelected` event is renamed to `columnSelectionChanging` to better reflect its function.
83
-
- `igxGrid`
83
+
- **Breaking Change** - `columnsCollection` is removed. Use `columns` instead.
84
+
- `RowType`, `IgxRowDirective`
85
+
- **Breaking Change** - `rowData` and `rowID` deprecated properties are now removed. Use `data` and `key` instead. Use `ng update` for automatic migration.
86
+
- `igxRowSelector`
87
+
- `rowID` in the context object of the `igxRowSelector` is now deprecated and will be removed in future version. Use `key` property instead:
- **Breaking Change** - Input `columns` has been removed. Use `igxGrid` `columns` input instead.
100
+
- `igxGrid`
84
101
- Exposed a `groupStrategy` input that functions similarly to `sortStrategy`, allowing customization of the grouping behavior of the grid. Please, refer to the [Group By ](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/groupby) topic for more information.
85
-
- `IgxColumnActionsComponent`
86
-
- **Breaking Change** - The following input has been removed
87
-
- Input `columns`. Use `igxGrid` `columns` input instead.
88
102
- `IgxCarousel`
89
103
- **Breaking Changes** -The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
0 commit comments