Skip to content

Commit c53c662

Browse files
committed
chore(*): update the changelog
1 parent 2ada0c5 commit c53c662

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 12.2.1
6+
7+
### New Features
8+
- `igxGrid`, `igxHierarchicalGrid`, `igxTreeGrid`
9+
- new `rowPinned` event is emitted after a row is pinned/unpinned and grid has already refreshed its state to represent the pinned/unpinned rows in the DOM.
10+
511
## 12.2.0
612

713
### New Features

projects/igniteui-angular/src/lib/grids/row.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export class IgxRowDirective<T extends IgxGridBaseDirective & GridType> implemen
500500

501501
/**
502502
* Pins the specified row.
503-
* This method emits `rowPinning` event.
503+
* This method emits `rowPinning`\`rowPinned` event.
504504
*
505505
* ```typescript
506506
* // pin the selected row from the grid
@@ -513,7 +513,7 @@ export class IgxRowDirective<T extends IgxGridBaseDirective & GridType> implemen
513513

514514
/**
515515
* Unpins the specified row.
516-
* This method emits `rowPinning` event.
516+
* This method emits `rowPinning`\`rowPinned` event.
517517
*
518518
* ```typescript
519519
* // unpin the selected row from the grid

0 commit comments

Comments
 (0)