Skip to content
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

[v5] [core] feat: restore Toaster.create() support #6175

Merged
merged 1 commit into from
May 24, 2023

Conversation

adidahiya
Copy link
Contributor

@adidahiya adidahiya commented May 24, 2023

Changes proposed in this pull request:

Restore support for Toaster.create() as an alias for OverlayToaster.create().

Keeping this alias around is not ideal, since we'd like people to move towards using OverlayToaster and drop the Toaster type + value completely, but that break would cause a lot of code changes in the v5.0 upgrade which feel unnecessary right now. We can continue to support Toaster.create() pretty easily and remove it in a future major version after we've provided a codemod for users to migrate to OverlayToaster.create().

Reviewers should focus on:

No regressions

Screenshot

N/A

@adidahiya
Copy link
Contributor Author

[v5] [core] feat: restore Toaster.create() support

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya merged commit 47f7bbe into next May 24, 2023
@adidahiya adidahiya deleted the ad/v5-toaster-create branch May 24, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant