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

[pull] main from remix-run:main #17

Merged
merged 44 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c8fd138
docs: adjusted READMEs for the api docs generator
ryanflorence Nov 19, 2024
f664ea8
docs: update remix AppLoadContext migration (#12313)
pcattori Nov 19, 2024
6819a73
Update basic template to 7.0.0-pre.6 (#12316)
markdalgleish Nov 19, 2024
50d8bf1
docs: added SPA how-to
ryanflorence Nov 19, 2024
2f45fd1
typo
ryanflorence Nov 19, 2024
1259f9c
wordsmith
ryanflorence Nov 19, 2024
618da2c
docs updates
ryanflorence Nov 19, 2024
5142108
docs docs docs
ryanflorence Nov 20, 2024
7f0ef8f
docs wordsmithing
ryanflorence Nov 20, 2024
06e98c3
typegen: headers (#12318)
pcattori Nov 20, 2024
f41e9d8
docs: bit more on headers
ryanflorence Nov 20, 2024
eadc804
Framework adoption guides (#12317)
brookslybrand Nov 20, 2024
3963006
widen descendant route matching warning (#12324)
ryanflorence Nov 20, 2024
f79bf3d
docs: remove old routing conventions from file uploads doc (#12323)
brookslybrand Nov 20, 2024
20899a0
docs: remove warning from component-routes.md
brookslybrand Nov 20, 2024
8117606
move ssr: true from vite.config to react-router.config in basic template
brookslybrand Nov 20, 2024
11ae512
docs: error boundaries
ryanflorence Nov 20, 2024
43c5387
docs: added error reporting
ryanflorence Nov 20, 2024
846800a
Add decision doc for `react-router.config.ts` (#12330)
markdalgleish Nov 21, 2024
af0acf1
Rename `compiler` playgrounds to `framework` (#12329)
markdalgleish Nov 21, 2024
10a1eff
Update `RouteConfig` type description (#12333)
markdalgleish Nov 21, 2024
d0ac7ba
Fix typegen watcher leak on dev restart (#12331)
markdalgleish Nov 21, 2024
9272911
fix: pass route error to errorboundary as a prop (#12338)
pcattori Nov 21, 2024
3f102fc
docs: cleanup small grammar mistakes and make how-tos more similar
brookslybrand Nov 21, 2024
530d7b5
docs: fix broken links (#12336)
vdusart Nov 21, 2024
0fb15a6
docs: Framework Adoption from RouterProvider (#12339)
brookslybrand Nov 21, 2024
65c0e3b
poop!
ryanflorence Nov 21, 2024
a02996d
docs: bring your own bundler
ryanflorence Nov 21, 2024
845fb13
Add `dev/config` entry to TypeDoc config (#12332)
markdalgleish Nov 21, 2024
b98209d
docs: special files (#12340)
brookslybrand Nov 21, 2024
f763fd2
Update default create-react-router template (#12342)
markdalgleish Nov 22, 2024
d7dc44a
Merge branch 'release-next' into dev
mjackson Nov 22, 2024
fd6c297
chore: format
remix-run-bot Nov 22, 2024
27de8e2
fix broken link in the home page of dev branch (#12343)
ytori Nov 22, 2024
acf3f77
Merge branch 'main' into release-next
pcattori Nov 22, 2024
10cd35e
Enter prerelease mode
pcattori Nov 22, 2024
32b0a84
exit pre-release mode (v7.0.1)
pcattori Nov 22, 2024
202825c
chore: Update version for release (#12347)
github-actions[bot] Nov 22, 2024
b5f2e29
Merge branch 'release-next'
pcattori Nov 22, 2024
c0e5b16
chore: format
remix-run-bot Nov 22, 2024
6c87e2b
remove references to obsoleted typescript plugin
pcattori Nov 22, 2024
4fa0d2d
remove TOC references to non-existent sections
pcattori Nov 22, 2024
6ba3738
replace vite plugin config w/ react-router.config.ts
pcattori Nov 22, 2024
2a20ec3
docs: fix some broken links and prerelease references
brookslybrand Nov 22, 2024
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
Prev Previous commit
Next Next commit
Enter prerelease mode
  • Loading branch information
pcattori committed Nov 22, 2024
commit 10cd35ed1c3127ecb2f97982276f4b2ff2ee28eb
24 changes: 24 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mode": "pre",
"tag": "pre",
"initialVersions": {
"integration": "0.0.0",
"integration-vite-cloudflare-template": "0.0.0",
"integration-vite-template": "0.0.0",
"create-react-router": "7.0.0",
"react-router": "7.0.0",
"@react-router/architect": "7.0.0",
"@react-router/cloudflare": "7.0.0",
"@react-router/dev": "7.0.0",
"react-router-dom": "7.0.0",
"@react-router/express": "7.0.0",
"@react-router/fs-routes": "7.0.0",
"@react-router/node": "7.0.0",
"@react-router/remix-routes-option-adapter": "7.0.0",
"@react-router/serve": "7.0.0",
"@playground/framework": "0.0.0",
"@playground/framework-express": "0.0.0",
"@playground/framework-spa": "0.0.0"
},
"changesets": []
}