-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove remaining deprecated hooks #3782
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
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.
I assume we'll add this to 0.8?
Tbh, I was just going to do it as a minor release. The hooks have been marked as deprecated since we made the library public, so not sure it necessarily constitutes a breaking change |
I understand your perspective here, but it's definitely a breaking change. I doubt it will break many consumers, practically, but removing any public API can cause builds to suddenly fail if they're pulling in the latest patch version (which is common). |
I think it's fine. I've done it with the other modules and it's not an unexpected breaking change if the module has forever been marked as deprecated. |
@thegreatercurve Can you rebase this? |
d247692
to
3824295
Compare
No description provided.