Skip to content

Commit fd929ca

Browse files
committed
docs(changelog): move grid groupStrategy to new features section
1 parent e4d2b5d commit fd929ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ All notable changes for each version of this project will be documented in this
5050
- Added `groupSortingDirection` input, which allows you to set groups sorting order.
5151
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
5252
- Added new directives for re-templating header sorting indicators - `IgxSortHeaderIconDirective`, `IgxSortAscendingHeaderIconDirective` and `IgxSortDescendingHeaderIconDirective`.
53+
- `IgxGrid`
54+
- 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.
5355
- `IgxDialog`
5456
- Added `focusTrap` input to set whether the Tab key focus is trapped within the dialog when opened. Defaults to `true`.
5557

@@ -101,8 +103,6 @@ All notable changes for each version of this project will be documented in this
101103
```
102104
- `IgxColumnActionsComponent`
103105
- **Breaking Change** - Input `columns` has been removed. Use `igxGrid` `columns` input instead.
104-
- `igxGrid`
105-
- 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.
106106
- `IgxCarousel`
107107
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
108108

0 commit comments

Comments
 (0)