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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,16 @@ 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 propoerties`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
+
- 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.
12
12
### General
13
13
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
14
+
-`isCellSelected` method has been deprecated. Now you can use `selected` property.
15
+
-`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).
14
16
- Removed deprecated event `OnFocusChange`
15
17
-**Breaking Change**`igxExcelStyleSortingTemplate` directive is renamed to `igxExcelStyleSorting`.
16
18
-**Breaking Change**`igxExcelStyleMovingTemplate` directive is renamed to `igxExcelStyleMoving`.
17
19
-**Breaking Change**`igxExcelStyleHidingTemplate` directive is renamed to `igxExcelStyleHiding`.
18
-
-**Breaking Change**`onRowSelectionChange` event arguments are changed. The `row` property has been removed and the priperties`added`, `removed` and `cancel` are newly added.
20
+
-**Breaking Change**`onRowSelectionChange` event arguments are changed. The `row` property has been removed and the properties`added`, `removed` and `cancel` are newly added.
19
21
-**Breaking Change**`igxExcelStylePinningTemplate` directive is renamed to `igxExcelStylePinning`.
20
22
-`IgxCombo`
21
23
- Combo selection is now consistent when `valueKey` is defined. When `valueKey` is specified, selection is based on the value keys of the items. For example:
0 commit comments