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
+6-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ All notable changes for each version of this project will be documented in this
8
8
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
9
9
-`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).
10
10
-`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.
11
+
- 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.
11
12
-`IgxHierarchicalGrid`
12
13
- Row Islands now emit child grid events with an additional argument - `owner`, which holds reference to the related child grid component instance.
13
14
-`IgxDrag`
@@ -24,9 +25,13 @@ All notable changes for each version of this project will be documented in this
24
25
25
26
### General
26
27
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
28
+
-`isCellSelected` method has been deprecated. Now you can use `selected` property.
29
+
-`rowSelectable` property has been deprecated. Now you can use `rowSelection` property to enable row selection and also you can show and hide the row selectors by setting `hideRowSelectors` property to true or false (which is the default value).
30
+
- Removed deprecated event `OnFocusChange`
27
31
-**Breaking Change**`igxExcelStyleSortingTemplate` directive is renamed to `igxExcelStyleSorting`.
28
32
-**Breaking Change**`igxExcelStyleMovingTemplate` directive is renamed to `igxExcelStyleMoving`.
29
33
-**Breaking Change**`igxExcelStyleHidingTemplate` directive is renamed to `igxExcelStyleHiding`.
34
+
-**Breaking Change**`onRowSelectionChange` event arguments are changed. The `row` property has been removed and the properties `added`, `removed` and `cancel` are newly added.
30
35
-**Breaking Change**`igxExcelStylePinningTemplate` directive is renamed to `igxExcelStylePinning`.
31
36
-**Breaking Change**`onRowDragEnd` and `onRowDragStart` event arguments are changed - `owner` now holds reference to the grid component instance, while `dragDirective` hold reference to the drag directive.
32
37
-`IgxCombo`
@@ -50,7 +55,7 @@ All notable changes for each version of this project will be documented in this
50
55
- For more information, visit the component's [readme](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/combo/README.md)
51
56
52
57
## 8.1.4
53
-
- `IgxDialog` new @Input `positionSettings` is now available. It provides the ability to get/set both position and animation settings of the Dialog component.
58
+
- `IgxDialog` new @Input `positionSettings` is now available. It provides the ability to get/set both position and animation settings of the Dialog component.
0 commit comments