Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
bc0352d
docs: add deploying doc
ryanflorence Apr 28, 2025
6ae3663
remove llm.txt
ryanflorence Apr 28, 2025
a912347
Don't trigger error bounsary prior to lazy route discovery manifest m…
brophdawg11 Apr 28, 2025
ef9c8b8
docs: useParams updates
ryanflorence Apr 28, 2025
056a01b
Merge branch 'release-next' into dev
brophdawg11 Apr 28, 2025
55a05c8
Set finish release script to be executable
brophdawg11 Apr 28, 2025
a1371f4
fix handleError params values on dynamic param data calls (#13481)
brophdawg11 Apr 28, 2025
be5e97d
Add config option to disable lazy route discovery (#13451)
brophdawg11 Apr 28, 2025
0fe8731
added some search params documentation
ryanflorence Apr 28, 2025
fc7239f
note about returning an object
ryanflorence Apr 28, 2025
7afd95f
Fix root directory resolution logic (#13472)
markdalgleish Apr 29, 2025
5a08b1e
Fix handleError test (#13488)
markdalgleish Apr 29, 2025
a548ae3
Honor `--mode` flag in `routes.ts` context (#13485)
markdalgleish Apr 29, 2025
efdf26c
Ensure `vite-node` doesn't load PostCSS config (#13489)
markdalgleish Apr 29, 2025
6f6f1c6
Fix `assetsDir` in `entryFileNames` with Vite Env API (#13491)
markdalgleish Apr 29, 2025
36686ed
Update unit test to use mockServerBuild
brophdawg11 Apr 29, 2025
b840885
fix(dev): conditionally set status message for HTTP/2 compatibility (…
jacob-briscoe Apr 29, 2025
7508b08
Avoid hydration error if a server loader returned undefined (#13496)
brophdawg11 Apr 29, 2025
4037e51
Add "node" export condition for `react-router/route-module` (#13498)
pcattori Apr 29, 2025
57da40b
de-duplicate generated types for `+register` (`href`) (#13499)
pcattori Apr 29, 2025
9081f16
docs: update shouldRevalidate docs
ryanflorence Apr 29, 2025
0a24caf
docs: note about index routes and relative links
ryanflorence Apr 29, 2025
b571356
fix initial load 404 scnearios in data mode (#13500)
brophdawg11 Apr 29, 2025
09b7f49
Improve config change handling (#12319)
markdalgleish Apr 29, 2025
cf57486
refactor (#13501)
pcattori Apr 30, 2025
dd520b0
Get critical CSS in dev from client env (#13503)
markdalgleish Apr 30, 2025
5ceea98
Mark top-level `new TextEncoder()` as pure (#13504)
markdalgleish Apr 30, 2025
02fc21a
add missing location type import (#12943)
nichtsam Apr 30, 2025
a27cf24
chore: format
remix-run-bot Apr 30, 2025
3d675a9
feat(react-router): only render dev warnings in dev (#13461)
ThomasTheTitan Apr 30, 2025
e2324af
Cleanup console logs during e2e tests
brophdawg11 Apr 30, 2025
bbbcd2c
typegen for future flags (#13506)
pcattori Apr 30, 2025
034c0ef
Detect and handle leading double slash paths (#13510)
brophdawg11 Apr 30, 2025
edb5fbe
Skip unused `routes.ts` eval before Vite build (#13513)
markdalgleish May 1, 2025
50a9f32
Remove `Navigator` TS declaration override (#13512)
brophdawg11 May 1, 2025
eb59d5f
feat(react-router): don't bundle `react-router` in `react-router/dom`…
brophdawg11 May 1, 2025
9538400
Update MSW to v2 (#13519)
brophdawg11 May 1, 2025
5a966cb
Inline turbo-stream@2.4.1 and fix decode ordering of Map/Set instance…
brophdawg11 May 1, 2025
26ecf2f
Fix fetcher state stuck on `loading` if a loader redirects (#12873)
gatzjames May 1, 2025
9762fad
docs: add blocker example
ryanflorence May 1, 2025
937acc5
docs: remove incorrect useBlocker mode support
ryanflorence May 1, 2025
7583dc7
Preserve status code on clientAction throw data() results (#13522)
brophdawg11 May 1, 2025
4e427a3
Short circuit dataStrategy post processing on aborted requests (#13521)
brophdawg11 May 2, 2025
ef2052c
Remove 'awaiting release' label on issues after stable release
brophdawg11 May 2, 2025
2c87a07
Add longer timeout for windows E2E CI runs (#13527)
brophdawg11 May 2, 2025
5af3eaa
Add component props support to createRoutesStub (#13528)
brophdawg11 May 5, 2025
1678d41
feat(react-router): stabilize `useRevalidator`'s `revalidate` (#13542)
brophdawg11 May 6, 2025
0fe5d6d
Fix middleware error bubbling scenarios (#13538)
brophdawg11 May 6, 2025
3c187d2
Merge branch 'main' into release-next
brophdawg11 May 6, 2025
c9234c5
Enter prerelease mode
brophdawg11 May 6, 2025
3adc571
chore: Update version for release (pre) (#13545)
github-actions[bot] May 6, 2025
f5124eb
Draft release notes
brophdawg11 May 6, 2025
478955b
Typo
brophdawg11 May 6, 2025
70169db
Update release notes
brophdawg11 May 6, 2025
0fb2501
Add note on bug bash
brophdawg11 May 6, 2025
090e612
Exit prerelease mode
brophdawg11 May 8, 2025
c29148e
chore: Update version for release (#13561)
github-actions[bot] May 8, 2025
fd2fe65
Merge branch 'release-next'
brophdawg11 May 8, 2025
afd2180
Update changelog
brophdawg11 May 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/integration-pr-windows-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
os: "windows-latest"
node_version: "[22]"
browser: '["msedge"]'
timeout: 60

integration-webkit:
name: "👀 Integration Test"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
with:
DIRECTORY_TO_CHECK: "./packages"
PACKAGE_NAME: "react-router"
ISSUE_LABELS_TO_REMOVE: "awaiting release"
6 changes: 5 additions & 1 deletion .github/workflows/shared-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
# but we want to pass an array (browser: "['chromium', 'firefox']"),
# so we'll need to manually stringify it for now
type: string
timeout:
required: false
type: number
default: 30

env:
CI: true
Expand Down Expand Up @@ -62,4 +66,4 @@ jobs:

- name: 👀 Run Integration Tests ${{ matrix.browser }}
run: "pnpm test:integration --project=${{ matrix.browser }}"
timeout-minutes: 40
timeout-minutes: ${{inputs.timeout}}
Loading