Skip to content

Commit 232b9fc

Browse files
committed
fix(material/form-field): remove deprecated animation definitions
Deletes publicly-exported animation definitions that were marked for removal in v21. BREAKING CHANGE: * `matFormFieldAnimations` symbol has been removed.
1 parent aee4e92 commit 232b9fc

File tree

4 files changed

+0
-61
lines changed

4 files changed

+0
-61
lines changed

goldens/material/form-field/index.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
144144
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormField, never>;
145145
}
146146

147-
// @public @deprecated
148-
export const matFormFieldAnimations: {
149-
readonly transitionMessages: any;
150-
};
151-
152147
// @public
153148
export type MatFormFieldAppearance = 'fill' | 'outline';
154149

src/material/form-field/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ ng_project(
9999
name = "form-field",
100100
srcs = [
101101
"form-field.ts",
102-
"form-field-animations.ts",
103102
"form-field-control.ts",
104103
"form-field-errors.ts",
105104
"form-field-module.ts",

src/material/form-field/form-field-animations.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/material/form-field/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export * from './form-field';
1515
export * from './form-field-module';
1616
export * from './form-field-control';
1717
export * from './form-field-errors';
18-
export * from './form-field-animations';

0 commit comments

Comments
 (0)