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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ All notable changes for each version of this project will be documented in this
7
7
### New Features
8
8
-`igxGrid` - exposing new Input properties:
9
9
10
+
- Parameters in grid templates now have types for their context. This can also cause issues if the app is in strict template mode and uses the wrong type. References to the template that may require conversion:
11
+
* - `IgxColumnComponent` - `ColumnType` (for example the column parameter in `igxFilterCellTemplate`)
12
+
* - `IgxGridCell` - `CellType` (for example the cell parameter in `igxCell` template)
13
+
10
14
-`excelStyleHeaderIconTemplate` - Gets/Sets the excel style header icon.
11
15
-`groupRowTemplate` - Gets/Sets the template reference for the group row.
12
16
-`headSelectorTemplate` - Gets/Sets the header row selector template.
@@ -26,6 +30,10 @@ All notable changes for each version of this project will be documented in this
26
30
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
27
31
-**Behavioral Change** - When editing a row, `rowChangesCount` and `hiddenColumnsCount`would be displayed.
28
32
33
+
-`IgxExcelExporterService`
34
+
- Added support for exporting grid summaries.
35
+
- Columns of type `currency` will be formatted as currency in Excel based on grid's locale. Locale currency different than `USD`, `EUR`, `GBP`, `CNY` or `JPY` will result in exporting the column as number instead.
0 commit comments