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

Bumps react-router-dom to v6 #2256

Merged
merged 37 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0280489
Bump React Router DOM to v6
infomiho Aug 27, 2024
0e712fc
e2e tests
infomiho Aug 27, 2024
6ac1c85
Update headless tests
infomiho Aug 27, 2024
5ef793d
Add routing headless test
infomiho Aug 27, 2024
8d6a544
Use hook for router. Use <Outlet /> for root component.
infomiho Aug 29, 2024
7e68b38
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 3, 2024
8b16709
Cleanup
infomiho Sep 3, 2024
b368838
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 4, 2024
dce8f8c
Fix headless tests
infomiho Sep 5, 2024
666f017
WIP optional static segments and splat paths
infomiho Sep 5, 2024
aa7f002
Update naming
infomiho Sep 5, 2024
f366600
Fixes example apps
infomiho Sep 5, 2024
da359a2
e2e tests
infomiho Sep 6, 2024
f29a976
Update types
infomiho Sep 6, 2024
177661c
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 9, 2024
fc541ab
Update docs
infomiho Sep 9, 2024
8584aa4
Update .build route helper
infomiho Sep 9, 2024
d2b9176
Update docs
infomiho Sep 10, 2024
9a429d0
Update root component docs
infomiho Sep 11, 2024
1bfef24
Set a default error boundry
infomiho Sep 11, 2024
5ce258c
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 11, 2024
c571ea7
Cleanup
infomiho Sep 12, 2024
e58aa7a
Updates todoApp unit tests
infomiho Sep 12, 2024
fcd805a
Bump to latest React Router patch version
infomiho Sep 23, 2024
bc4ae25
Update routes template
infomiho Sep 25, 2024
4a8f529
Update naming. Use * instead of splat as param name.
infomiho Sep 25, 2024
8aaa758
Formatting
infomiho Sep 25, 2024
ace73c9
Update comment
infomiho Sep 25, 2024
8031e5d
e2e tests
infomiho Sep 25, 2024
375d3aa
Update thoughts
infomiho Sep 25, 2024
19b2ca5
Handle root optional static segment. Improve naming.
infomiho Sep 25, 2024
126ad3f
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 26, 2024
f6d2d8d
Update package-lock.json for example apps
infomiho Sep 27, 2024
2314809
Merge branch 'main' into miho-react-router-dom-6
infomiho Sep 27, 2024
a23911c
Update docs
infomiho Sep 27, 2024
89abca1
Put Segment on multiple lines
infomiho Sep 27, 2024
c688966
Inline isSegmentOptional
infomiho Sep 27, 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
224 changes: 43 additions & 181 deletions examples/hackathon-submissions/package-lock.json

Large diffs are not rendered by default.

183 changes: 39 additions & 144 deletions examples/streaming/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading