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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ All notable changes for each version of this project will be documented in this
55
55
- `dragOver`
56
56
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
57
57
- Added new directives for re-templating header sorting indicators - `IgxSortHeaderIconDirective`, `IgxSortAscendingHeaderIconDirective` and `IgxSortDescendingHeaderIconDirective`.
58
+
- `IgxGrid`
59
+
- 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.
58
60
- `IgxDialog`
59
61
- Added `focusTrap` input to set whether the Tab key focus is trapped within the dialog when opened. Defaults to `true`.
60
62
@@ -106,8 +108,6 @@ All notable changes for each version of this project will be documented in this
106
108
```
107
109
- `IgxColumnActionsComponent`
108
110
- **Breaking Change** - Input `columns` has been removed. Use `igxGrid` `columns` input instead.
109
-
- `igxGrid`
110
-
- 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.
111
111
- `IgxCarousel`
112
112
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
113
113
@@ -846,7 +846,7 @@ All notable changes for each version of this project will be documented in this
846
846
847
847
Changed the how the grid toolbar is instantiated in the grids. The
848
848
toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable
849
-
components and the old properties are deprecated.
849
+
components and the old properties are deprecated. The implementation of the Column Hiding UI has been changed in order to select which columns should be displayed, instead of hidden.
850
850
851
851
Refer to the official documentation for more information.
0 commit comments