-
Notifications
You must be signed in to change notification settings - Fork 67
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
FED-1727 Remove the rest of the deprecated APIs for v7 #375
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
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.
+1
+10
|
@Workiva/release-management-p |
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.
+1 from RM
Dependent PR
This PR is dependent on #373. I've made this PR into the null safety branch so that this is a clean diff, and we'll want to merge that PR first before this one.
Motivation
There are some APIs we've planned on removing in 7.0.0, and it's time to remove them.
Some APIs have already been removed in the v7_wip branch, and this PR should remove the rest of them.
Notably, there were quite a few APIs that aren't being removed outright, but instead are being made private.
Solution
ReactElementStore
React.createFactory
persist
andisPersistent
memo
Testing
We'll do another semver audit of API changes from other PRs when we go to merge v7_wip, so no additional testing is needed at this time.