Skip to content

Commit

Permalink
chore(grid,pivot-grid): adjust deprecation notice to version 18.2.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgianastasov authored Sep 12, 2024
1 parent 9991cec commit 84bcbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ export abstract class IgxGridBaseDirective implements GridType,
* ```typescript
* this.grid.shouldGenerate = true;
* ```
* @deprecated in version 18.1.0. Use the `autoGenerate` property instead.
* @deprecated in version 18.2.0. Use the `autoGenerate` property instead.
*/
public shouldGenerate: boolean;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni

/**
* @hidden @internal
* @deprecated in version 18.1.0. Use the `autoGenerate` property instead.
* @deprecated in version 18.2.0. Use the `autoGenerate` property instead.
*/
public override shouldGenerate: boolean;

Expand Down

0 comments on commit 84bcbed

Please sign in to comment.