Skip to content

Commit 8109003

Browse files
committed
chore(changelog): moving the description under new feat section
Closes #5323
1 parent 5a7d6e2 commit 8109003

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
All notable changes for each version of this project will be documented in this file.
44

55
## 8.2.0
6-
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
7-
- `[filterStrategy] - input that allows you to override the default filtering strategy`
8-
96
### New theme
107
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
118
Depending on your use case you can use one of the following mixins:
@@ -33,6 +30,7 @@ For more information about the theming please read our [documentation](https://w
3330
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
3431
- Advanced Filtering functionality is added. In the advanced filtering dialog, you could create groups of conditions across all grid columns. The advanced filtering button is shown in the grid's toolbar when `allowAdvancedFiltering` and `showToolbar` properties are set to `true`. You could also open/close the advanced filtering dialog using the `openAdvancedFilteringDialog` and `closeAdvancedFilteringDialog` methods.
3532
- `uniqueColumnValuesStrategy` input is added. This property provides a callback for loading unique column values on demand. If this property is provided, the unique values it generates will be used by the Excel Style Filtering (instead of using the unique values from the data that is bound to the grid).
33+
- `[filterStrategy] - input that allows you to override the default filtering strategy`
3634
- `igxExcelStyleLoading` directive is added, which can be used to provide a custom loading template for the Excel Style Filtering. If this property is not provided, a default loading template will be used instead.
3735
- introduced new properties `cellSelection` and `rowSelection` which accept GridSelection mode enumeration. Grid selection mode could be none, single or multiple. Also `hideRowSelectors` property is added, which allows you to show and hide row selectors when row selection is enabled.
3836
- introduced functionality for templating row and header selectors - [spec](https://github.com/IgniteUI/igniteui-angular/wiki/Row-Selection-Templating-(Grid-feature))

0 commit comments

Comments
 (0)