Skip to content

Commit 814ba65

Browse files
MKirovaMKirova
authored andcommitted
Merge from base.
2 parents a5d851f + 3cff889 commit 814ba65

File tree

63 files changed

+31378
-1413
lines changed

Some content is hidden

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

63 files changed

+31378
-1413
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)