Skip to content

Commit eaad17d

Browse files
authored
Changelog update
Related to #9020
1 parent 7238f2b commit eaad17d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes for each version of this project will be documented in this
55
## 12.1.0
66

77
### New Features
8+
- `igxGrid`
9+
- New `additionalTemplateContext` column input:
10+
11+
```html
12+
<igx-column [additionalTemplateContext]="contextObject">
13+
<ng-template igxCell let-cell="cell" let-props="additionalTemplateContext">
14+
{{ props }}
15+
</ng-template>
16+
</igx-column>
17+
```
818
- `Toolbar Actions`
919
- Exposed a new input property `overlaySettings` for all column actions (`hiding` | `pinning` | `advanced filtering` | `exporter`). Example below:
1020

0 commit comments

Comments
 (0)