Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
413 stars 67 forks source link

FED-1727 Remove the rest of the deprecated APIs for v7 #375

Closed greglittlefield-wf closed 1 year ago

greglittlefield-wf commented 1 year ago

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

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.

aviary-wf commented 1 year ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

aaronlademann-wf commented 1 year ago

+10

greglittlefield-wf commented 1 year ago

@Workiva/release-management-p