Skip to content

Commit 62348ee

Browse files
committed
Merge pivot-grid-master into skrastev/fix-simple-config-dim
2 parents 18ea2b6 + 9e6081c commit 62348ee

38 files changed

+30697
-1247
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 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

@@ -846,7 +846,7 @@ All notable changes for each version of this project will be documented in this
846846

847847
Changed the how the grid toolbar is instantiated in the grids. The
848848
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.
850850

851851
Refer to the official documentation for more information.
852852
- `FilteringStrategy`

0 commit comments

Comments
 (0)