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

Remove useTransition in favor of useNavigation #5689

Merged
merged 10 commits into from
Mar 13, 2023

Conversation

brophdawg11
Copy link
Contributor

@brophdawg11 brophdawg11 commented Mar 7, 2023

Remove useTransition in v2 (in favor of useNavigation)

  • fa51b8f is cherry-picked from Deprecate useTransition in favor of useNavigation #5687 so this could branch fresh off v2 and show a clean diff.
    • Rebased onto latest v2 once dev was merged in
  • This will fail the integration tests until we get an experimental react-router release out to point to that removes some of the internal APIs (_isFetchActionRedirect)
    • Pointed to an experimental with the RR changes

@changeset-bot
Copy link

changeset-bot bot commented Mar 7, 2023

🦋 Changeset detected

Latest commit: 654219f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@remix-run/react Major
@remix-run/testing Major
create-remix Major
remix Major
@remix-run/architect Major
@remix-run/cloudflare Major
@remix-run/cloudflare-pages Major
@remix-run/cloudflare-workers Major
@remix-run/css-bundle Major
@remix-run/deno Major
@remix-run/dev Major
@remix-run/eslint-config Major
@remix-run/express Major
@remix-run/netlify Major
@remix-run/node Major
@remix-run/serve Major
@remix-run/server-runtime Major
@remix-run/vercel Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@MichaelDeBoey MichaelDeBoey added docs renderer:react BREAKING CHANGE This change will require a major version bump labels Mar 7, 2023
@brophdawg11 brophdawg11 removed the BREAKING CHANGE This change will require a major version bump label Mar 8, 2023
@brophdawg11 brophdawg11 force-pushed the brophdawg11/remove-use-transition branch from cd9c905 to af955aa Compare March 9, 2023 21:56
@brophdawg11 brophdawg11 force-pushed the brophdawg11/remove-use-transition branch from af955aa to ccdb039 Compare March 10, 2023 17:07
@brophdawg11 brophdawg11 merged commit 1af64b8 into v2 Mar 13, 2023
@brophdawg11 brophdawg11 deleted the brophdawg11/remove-use-transition branch March 13, 2023 17:11
@MichaelDeBoey MichaelDeBoey added the BREAKING CHANGE This change will require a major version bump label Jul 9, 2023
@MichaelDeBoey MichaelDeBoey added the v2 Issues related to v2 apis label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING CHANGE This change will require a major version bump CLA Signed docs renderer:react v2 Issues related to v2 apis
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants