Skip to content

Commit 349f398

Browse files
committed
chore(crud): adding changelog for new events
1 parent 1a07ffb commit 349f398

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ All notable changes for each version of this project will be documented in this
2424
```
2525
- Added capability to restore the state of multi column headers with `IgxGridStateDirective`.
2626
- Introduced new 'rowStyles' and 'rowClasses' grid properties which allows to define a custom styling on each grid row
27+
- Introduced two new *cancellable* outputs related to CRUD - `rowDelete` and `rowAdd`. Both use an `IGridEditEventArgs` object as an event argument.
28+
```html
29+
<igx-grid #grid [data]="localData" (rowAdd)="rowAdd($event)" (rowDelete)="rowDelete($event)" [autoGenerate]="true"></igx-grid>
30+
```
2731
- `IgxSnackbarComponent`
2832
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
2933
- `IgxToastComponent`
3034
- Introduced new 'positionSettings' input which allows to define a custom animation and position.
35+
3136
## 12.1.3
3237

3338
### New Features

0 commit comments

Comments
 (0)