You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
## 6.1.0
5
+
-`igxOverlay` service added. **igxOverlayService** allows you to show any component above all elements in page. For more detailed information see the [official documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay.html)
5
6
- Added `column moving` feature to `igxGrid`, enabled on a per-column level. **Column moving** allows you to reorder the `igxGrid` columns via standard drag/drop mouse or touch gestures.
6
7
For more detailed information see the [official documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid_column_moving.html).
7
8
-`igxGrid` filtering operands
@@ -47,6 +48,15 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
47
48
}
48
49
```
49
50
51
+
-`igxGrid` now supports grouping of columns enabling users to create critera for organizing data records. To explore the functionality start off by setting some columns as `groupable`:
For more information, please head over to `igxGrid`'s [ReadMe](https://github.com/IgniteUI/igniteui-angular/blob/master/src/grid/README.md) or the [official documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid_groupby.html).
59
+
50
60
- `igxColumn` changes:
51
61
- **Breaking change** filteringExpressions property is removed.
52
62
@@ -56,6 +66,8 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
56
66
57
67
- **Breaking changes**:
58
68
- Removed submodule imports. All imports are now resolved from the top level `igniteui-angular` package.
69
+
- `igxGrid` changes:
70
+
- sort API now accepts params of type `ISortingExpression` or `Array<ISortingExpression>`.
0 commit comments