Closed greglittlefield-wf closed 1 year ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
+10
@Workiva/release-management-p
Dependent PR
This PR is dependent on https://github.com/Workiva/react-dart/pull/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.