Skip to content

Commit dc0d0a4

Browse files
MKirovaMKirova
authored andcommitted
Merge from base.
2 parents 78708fa + 45bb975 commit dc0d0a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+30640
-217
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ All notable changes for each version of this project will be documented in this
5555
- `dragOver`
5656
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
5757
- 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.
5860
- `IgxDialog`
5961
- Added `focusTrap` input to set whether the Tab key focus is trapped within the dialog when opened. Defaults to `true`.
6062

@@ -106,8 +108,6 @@ All notable changes for each version of this project will be documented in this
106108
```
107109
- `IgxColumnActionsComponent`
108110
- **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.
111111
- `IgxCarousel`
112112
- **Breaking Changes** - The carousel animation type `CarouselAnimationType` is renamed to `HorizontalAnimationType`.
113113

0 commit comments

Comments
 (0)