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
+20-2
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,29 +48,46 @@ 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
+
60
+
- `igxGrid` theme now has support for alternating grid row background and text colors.
50
61
- `igxColumn` changes:
51
62
- **Breaking change** filteringExpressions property is removed.
52
63
64
+
- `igxCell` default editing template is changed according column data type. For more information you can read the [specification](https://github.com/IgniteUI/igniteui-angular/wiki/Cell-Editing) or the [official documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid_editing.html)
65
+
53
66
- `igxToggle` changes
54
67
- `onOpening` event added.
55
68
- `onClosing` event added.
56
69
57
70
- **Breaking changes**:
58
71
- Removed submodule imports. All imports are now resolved from the top level `igniteui-angular` package.
72
+
- `igxGrid` changes:
73
+
- sort API now accepts params of type `ISortingExpression` or `Array<ISortingExpression>`.
59
74
- `igxToggle` changes
60
75
- `onOpen` event renamed to `onOpened`.
61
76
- `onClose` event renamed to `onClosed`.
62
77
- **Breaking change** All properties that were named `isDisabled` have been renamed to `disabled` in order to acheive consistency across our component suite. This affects: date-picker, input directive, input-group, dropdown-item, tabbar and time-picker.
63
78
79
+
## 6.0.3
80
+
- **igxGrid** exposing the `filteredSortedData` method publicly - returns the grid data with current filtering and sorting applied.
81
+
64
82
## 6.0.2
65
83
- **igxGrid** Improve scrolling on mac [#1563](https://github.com/IgniteUI/igniteui-angular/pull/1563)
66
84
- The `ng update igniteui-angular` migration schematics now also update the theme import path in SASS files. [#1582](https://github.com/IgniteUI/igniteui-angular/issues/1582)
67
85
68
86
## 6.0.1
69
87
- Introduced migration schematics to integrate with the Angular CLI update command. You can now run
70
-
88
+
71
89
`ng update igniteui-angular`
72
-
90
+
73
91
in existing projects to both update the package and apply any migrations needed to your project. Make sure to commit project state before proceeding.
74
92
Currently these cover converting submodule imports as well as the deprecation of `igxForRemote` and rename of `igx-tab-bar` to `igx-bottom-nav` from 6.0.0.
0 commit comments