Skip to content

Commit 884740d

Browse files
committedJan 13, 2025·
fix(material/tooltip): deprecate matTooltipAnimations (#30310)
The `matTooltipAnimations` haven't been used for a while. These changes deprecate it so we can remove it completely later. (cherry picked from commit 3bb9338)
1 parent 027c3ad commit 884740d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎src/material/tooltip/tooltip-animations.ts

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import {
1717
/**
1818
* Animations used by MatTooltip.
1919
* @docs-private
20+
* @deprecated No longer being used, to be removed.
21+
* @breaking-change 21.0.0
2022
*/
2123
export const matTooltipAnimations: {
2224
readonly tooltipState: AnimationTriggerMetadata;

‎tools/public_api_guard/material/tooltip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
103103
static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltip, never>;
104104
}
105105

106-
// @public
106+
// @public @deprecated
107107
export const matTooltipAnimations: {
108108
readonly tooltipState: AnimationTriggerMetadata;
109109
};

0 commit comments

Comments
 (0)
Please sign in to comment.