-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(material/stepper): remove deprecated APIs for version 13 #23328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(material/stepper): remove deprecated APIs for version 13 #23328
Conversation
7a190a8
to
0a3a37a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For breaking change PRs like this, can you add them to the tracker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0a3a37a
to
c122c71
Compare
@crisbeto This needs to be rebased |
c122c71
to
dac9ae2
Compare
Rebased. |
Removes all the stepper APIs that were marked as deprecated for version 13. BREAKING CHANGE: * `CdkStepper._orientation` has been removed. Use `CdkStepper.orientation` instead. * The `_document` parameter from the `CdkStepper` constructor has been removed. * The `_document` parameter from the `MatStepper` constructor has been removed. * `MatVerticalStepper` has been removed. Use `MatStepper` instead. * `MatHorizontalStepper` has been removed. Use `MatStepper` instead.
dac9ae2
to
7c7703d
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Removes all the stepper APIs that were marked as deprecated for version 13.
BREAKING CHANGE:
CdkStepper._orientation
has been removed. UseCdkStepper.orientation
instead._document
parameter from theCdkStepper
constructor has been removed._document
parameter from theMatStepper
constructor has been removed.MatVerticalStepper
has been removed. UseMatStepper
instead.MatHorizontalStepper
has been removed. UseMatStepper
instead.