Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: remix-run/react-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: react-router-dom@7.4.1
Choose a base ref
...
head repository: remix-run/react-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: react-router-dom@7.5.0
Choose a head ref

Commits on Mar 26, 2025

  1. Copy the full SHA
    2e661fb View commit details

Commits on Mar 27, 2025

  1. Add Wrangler v4 to @react-router/dev peer dep range (#13258)

    Co-authored-by: Mark Dalgleish <mark.john.dalgleish@gmail.com>
    matthewlynch and markdalgleish authored Mar 27, 2025
    Copy the full SHA
    0bd23d9 View commit details
  2. chore: format

    remix-run-bot committed Mar 27, 2025
    Copy the full SHA
    20e6f24 View commit details

Commits on Mar 28, 2025

  1. Remove react-router:override-optimize-deps plugin (#13317)

    Co-authored-by: Mark Dalgleish <mark.john.dalgleish@gmail.com>
    jamesopstad and markdalgleish authored Mar 28, 2025
    Copy the full SHA
    e93e2b7 View commit details
  2. Copy the full SHA
    9c12778 View commit details
  3. Copy the full SHA
    c0f766f View commit details

Commits on Mar 29, 2025

  1. Updated the upgrade from remix guide to use the correct vite plugin (#…

    …13323)
    
    * Updated the upgrade from remix guide to use the correct vite plugin
    
    * Update contributors.yml
    Cmoen11 authored Mar 29, 2025
    Copy the full SHA
    f59528c View commit details
  2. Copy the full SHA
    252d928 View commit details

Commits on Mar 30, 2025

  1. Copy the full SHA
    e099d69 View commit details

Commits on Mar 31, 2025

  1. Copy the full SHA
    beb43fc View commit details

Commits on Apr 1, 2025

  1. Copy the full SHA
    d07cefe View commit details
  2. Copy the full SHA
    5461461 View commit details
  3. chore: format

    remix-run-bot committed Apr 1, 2025
    Copy the full SHA
    b8cf1b6 View commit details
  4. Create SECURITY.md

    brophdawg11 authored Apr 1, 2025
    Copy the full SHA
    dc2a63e View commit details
  5. Update SECURITY.md

    brophdawg11 authored Apr 1, 2025
    Copy the full SHA
    a6dbe72 View commit details

Commits on Apr 2, 2025

  1. Copy the full SHA
    4a300ea View commit details
  2. Enter prerelease mode

    brophdawg11 committed Apr 2, 2025
    Copy the full SHA
    fa48ae5 View commit details
  3. chore: Update version for release (pre) (#13345)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 2, 2025
    Copy the full SHA
    3aea1f2 View commit details
  4. Draft release notes

    brophdawg11 committed Apr 2, 2025
    Copy the full SHA
    9a7390b View commit details

Commits on Apr 3, 2025

  1. Copy the full SHA
    57873d1 View commit details
  2. chore: Update version for release (pre) (#13355)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 3, 2025
    Copy the full SHA
    e6630c6 View commit details

Commits on Apr 4, 2025

  1. Exit prerelease mode

    brophdawg11 committed Apr 4, 2025
    Copy the full SHA
    976a70d View commit details
  2. chore: Update version for release (#13366)

    * chore: Update version for release
    
    * Update release notes
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Matt Brophy <matt@brophy.org>
    github-actions[bot] and brophdawg11 authored Apr 4, 2025
    Copy the full SHA
    15e0a5e View commit details
Showing with 15,112 additions and 1,249 deletions.
  1. +2 −1 .github/workflows/shared-build.yml
  2. +2 −1 .github/workflows/shared-integration.yml
  3. +2 −1 .github/workflows/test.yml
  4. +190 −125 CHANGELOG.md
  5. +21 −0 SECURITY.md
  6. +2 −0 contributors.yml
  7. +7 −7 docs/start/data/custom.md
  8. +1 −1 docs/upgrading/remix.md
  9. +2 −2 integration/helpers/cloudflare-dev-proxy-template/package.json
  10. +1 −1 integration/helpers/cloudflare-dev-proxy-template/tsconfig.json
  11. +3 −4 integration/helpers/vite-plugin-cloudflare-template/package.json
  12. +1 −1 integration/helpers/vite-plugin-cloudflare-template/tsconfig.cloudflare.json
  13. +6,013 −3 integration/helpers/vite-plugin-cloudflare-template/worker-configuration.d.ts
  14. +1 −1 integration/helpers/vite-plugin-cloudflare-template/wrangler.toml
  15. +1 −0 integration/helpers/vite.ts
  16. +22 −15 integration/vite-cloudflare-test.ts
  17. +63 −7 integration/vite-css-test.ts
  18. +6 −0 packages/create-react-router/CHANGELOG.md
  19. +1 −1 packages/create-react-router/package.json
  20. +8 −0 packages/react-router-architect/CHANGELOG.md
  21. +1 −1 packages/react-router-architect/package.json
  22. +7 −0 packages/react-router-cloudflare/CHANGELOG.md
  23. +2 −2 packages/react-router-cloudflare/package.json
  24. +13 −0 packages/react-router-dev/CHANGELOG.md
  25. +3 −0 packages/react-router-dev/config/config.ts
  26. +1 −0 packages/react-router-dev/manifest.ts
  27. +3 −3 packages/react-router-dev/package.json
  28. +46 −24 packages/react-router-dev/vite/plugin.ts
  29. +7 −0 packages/react-router-dom/CHANGELOG.md
  30. +1 −1 packages/react-router-dom/package.json
  31. +8 −0 packages/react-router-express/CHANGELOG.md
  32. +1 −1 packages/react-router-express/package.json
  33. +7 −0 packages/react-router-fs-routes/CHANGELOG.md
  34. +1 −1 packages/react-router-fs-routes/package.json
  35. +7 −0 packages/react-router-node/CHANGELOG.md
  36. +1 −1 packages/react-router-node/package.json
  37. +7 −0 packages/react-router-remix-routes-option-adapter/CHANGELOG.md
  38. +1 −1 packages/react-router-remix-routes-option-adapter/package.json
  39. +9 −0 packages/react-router-serve/CHANGELOG.md
  40. +1 −1 packages/react-router-serve/package.json
  41. +40 −0 packages/react-router/CHANGELOG.md
  42. +91 −139 packages/react-router/__tests__/router/context-middleware-test.ts
  43. +1,962 −136 packages/react-router/__tests__/router/lazy-test.ts
  44. +3 −5 packages/react-router/lib/context.ts
  45. +13 −0 packages/react-router/lib/dom-export/hydrated-router.tsx
  46. +27 −5 packages/react-router/lib/dom/ssr/components.tsx
  47. +2 −0 packages/react-router/lib/dom/ssr/entry.ts
  48. +2 −1 packages/react-router/lib/dom/ssr/fog-of-war.ts
  49. +2 −0 packages/react-router/lib/dom/ssr/routes-test-stub.tsx
  50. +96 −115 packages/react-router/lib/dom/ssr/routes.tsx
  51. +276 −142 packages/react-router/lib/router/router.ts
  52. +50 −18 packages/react-router/lib/router/utils.ts
  53. +1 −1 packages/react-router/package.json
  54. +6 −0 playground/framework-rolldown-vite/.gitignore
  55. +23 −0 playground/framework-rolldown-vite/app/root.tsx
  56. +6 −0 playground/framework-rolldown-vite/app/routes.ts
  57. +9 −0 playground/framework-rolldown-vite/app/routes/_index.tsx
  58. +9 −0 playground/framework-rolldown-vite/app/routes/product.tsx
  59. +36 −0 playground/framework-rolldown-vite/package.json
  60. BIN playground/framework-rolldown-vite/public/favicon.ico
  61. +3 −0 playground/framework-rolldown-vite/react-router.config.ts
  62. +31 −0 playground/framework-rolldown-vite/tsconfig.json
  63. +11 −0 playground/framework-rolldown-vite/vite.config.ts
  64. +21 −1 playground/framework/app/root.tsx
  65. +5 −1 playground/framework/react-router.config.ts
  66. +3 −4 playground/vite-plugin-cloudflare/package.json
  67. +1 −1 playground/vite-plugin-cloudflare/tsconfig.cloudflare.json
  68. +5,004 −3 playground/vite-plugin-cloudflare/worker-configuration.d.ts
  69. +1 −1 playground/vite-plugin-cloudflare/wrangler.toml
  70. +902 −469 pnpm-lock.yaml
3 changes: 2 additions & 1 deletion .github/workflows/shared-build.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,8 @@ jobs:
node-version-file: ".nvmrc"
cache: "pnpm"

- uses: google/wireit@setup-github-actions-caching/v2
# TODO: Track and renable once this has been fixed: https://github.com/google/wireit/issues/1297
# - uses: google/wireit@setup-github-actions-caching/v2

- name: Disable GitHub Actions Annotations
run: |
3 changes: 2 additions & 1 deletion .github/workflows/shared-integration.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,8 @@ jobs:
node-version: ${{ matrix.node }}
cache: "pnpm"

- uses: google/wireit@setup-github-actions-caching/v2
# TODO: Track and renable once this has been fixed: https://github.com/google/wireit/issues/1297
# - uses: google/wireit@setup-github-actions-caching/v2

- name: Disable GitHub Actions Annotations
run: |
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,8 @@ jobs:
cache: pnpm
check-latest: true

- uses: google/wireit@setup-github-actions-caching/v2
# TODO: Track and renable once this has been fixed: https://github.com/google/wireit/issues/1297
# - uses: google/wireit@setup-github-actions-caching/v2

- name: Disable GitHub Actions Annotations
run: |
Loading