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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ All notable changes for each version of this project will be documented in this
20
20
-**Breaking Change** - Removed `IgxExcelStyleSortingTemplateDirective`, `IgxExcelStyleHidingTemplateDirective`, `IgxExcelStyleMovingTemplateDirective`, `IgxExcelStylePinningTemplateDirective` and `IgxExcelStyleSelectingTemplateDirective` directives for re-templating the Excel style filter menu. Added two new directives for re-templating the column operations and filter operations areas - `IgxExcelStyleColumnOperationsTemplateDirective` and `IgxExcelStyleFilterOperationsTemplateDirective`. Exposed all internal components of the Excel style filter menu in order to be used inside the templates.
21
21
-**Breaking Change** - `IgxColumnHiding` and `IgxColumnPinning` components have been deprecated in favor of a component combining the their functionality - `IgxColumnActions` which is used with either of the new `IgxColumnPinning` and `IgxColumnHiding` directives that specify the action to be triggered through the UI.
22
22
-`igxGrid`
23
+
-**Behavioral Change** - For numeric columns, the onCellEdit arguments' newValue will now contain the numeric value that will be committed instead of the string input.
23
24
- Added `onScroll` event, which is emitted when the grid is scrolled vertically or horizontally.
24
25
- Each grid now expose a default handling for boolean column types. The column will display `check` or `close` icon, instead of true/false by default.
25
26
-`igxTreeGrid`
@@ -55,6 +56,9 @@ The following example shows how you can use the Indigo theme:
55
56
-`igxButton` directive
56
57
- Added styles to support extended fab buttons.
57
58
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
59
+
- Exposed new `cellEditDone` and `rowEditDone` non cancelable events. The arguments contain `rowData` that is the committed `newValue`.
60
+
- `cellEditDone` - Emitted after a cell has been edited and editing has been committed.
61
+
- `rowEditDone` - Emitted after exiting edit mode for a row and editing has been committed.
58
62
- Introduced `showSummaryOnCollapse` grid property which allows you to control whether the summary row stays visible when the groupBy / parent row is collapsed.
59
63
- Added support for tooltips on data cells default template and summary cells.
60
64
- Added support for binding columns to properties in nested data objects.
0 commit comments