Skip to content

Commit 3adfb21

Browse files
authored
Merge pull request #9818 from IgniteUI/changelog-update-zdravko
Changelog update
2 parents 7238f2b + eaad17d commit 3adfb21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)