Skip to content

Commit

Permalink
fix(cdk/tree): @Breaking-Change 19 -> 21, missed two
Browse files Browse the repository at this point in the history
  • Loading branch information
BobobUnicorn committed Jul 3, 2024
1 parent 90d6eba commit cbb189f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdk/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class CdkTree<T, K = T>
*
* @deprecated Use one of `levelAccessor` or `childrenAccessor` instead. To be removed in a
* future version.
* @breaking-change 19.0.0
* @breaking-change 21.0.0
*/
@Input() treeControl?: TreeControl<T, K>;

Expand Down Expand Up @@ -1143,7 +1143,7 @@ export class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKeyManagerI
*
* @deprecated This will be ignored; the tree will automatically determine the appropriate role
* for tree node. This input will be removed in a future version.
* @breaking-change 19.0.0
* @breaking-change 21.0.0
*/
@Input() get role(): 'treeitem' | 'group' {
return 'treeitem';
Expand Down

0 comments on commit cbb189f

Please sign in to comment.