Skip to content

Commit cdf2cd4

Browse files
authored
Merge branch 'master' into roadmap-update-15-dec-2022
2 parents 2c746b7 + f19b4dd commit cdf2cd4

20 files changed

+199
-169
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ All notable changes for each version of this project will be documented in this
1818
* - `IgxColumnComponent` - `ColumnType` (for example the column parameter in `igxFilterCellTemplate`)
1919
* - `IgxGridCell` - `CellType` (for example the cell parameter in `igxCell` template)
2020

21+
- A new `groupRecord` parameter has been exposed in `operate` method, that is an `IGroupByRecord` object describing the grouped row in case grouping is applied.
22+
2123
- `excelStyleHeaderIconTemplate` - Gets/Sets the excel style header icon.
2224
- `groupRowTemplate` - Gets/Sets the template reference for the group row.
2325
- `headSelectorTemplate` - Gets/Sets the header row selector template.

package-lock.json

Lines changed: 67 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@types/webpack-env": "^1.16.3",
9898
"@typescript-eslint/eslint-plugin": "^5.43.0",
9999
"@typescript-eslint/parser": "^5.43.0",
100-
"browser-sync": "^2.27.7",
100+
"browser-sync": "^2.27.11",
101101
"cypress": "latest",
102102
"del": "^6.0.0",
103103
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)