Skip to content

Commit 6f885d3

Browse files
committed
Merge branch 'dev' into fix-url-encoded-files
2 parents bf281ed + 1143652 commit 6f885d3

File tree

83 files changed

+7591
-3297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+7591
-3297
lines changed

β€Ž.changeset/eight-tomatoes-breathe.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/great-owls-juggle.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/happy-ladybugs-occur.mdβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"react-router": patch
3+
"react-router-dom": patch
4+
---
5+
6+
allow using `<Link>` with external URLs
7+
8+
```tsx
9+
<Link to="//example.com/some/path">
10+
<Link to="https://www.currentorigin.com/path">
11+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/router": patch
3+
---
4+
5+
Remove instanceof check from isRouteErrorResponse to avoid bundling issues on the server

β€Ž.changeset/slow-trees-notice.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.github/ISSUE_TEMPLATE/bug_report.ymlβ€Ž

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: πŸ› Bug Report
2-
description: Something is wrong with React Router.
2+
description: Something is wrong with React Router
33
title: "[Bug]: "
44
labels:
55
- bug
@@ -11,18 +11,20 @@ body:
1111
1212
Do you need some help?
1313
======================
14-
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for
15-
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
16-
you ask a question, here are some resources to get help first:
14+
The issue tracker is meant for bug reports only. This isn't the best place for support
15+
or usage questions. Questions here don't have as much visibility as they do elsewhere.
16+
Before you ask a question, here are some resources to get help first:
1717
1818
- Read the docs: https://reactrouter.com
1919
- Check out the list of frequently asked questions: https://reactrouter.com/start/faq
2020
- Explore examples: https://reactrouter.com/start/examples
21+
- Ask in chat: https://rmx.as/discord
2122
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/react-router
22-
- Ask in chat: https://discord.gg/6RyV8n8yyM
2323
24-
### Test Case Starter:
25-
https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx
24+
### Test Case Starters:
25+
26+
* [Using `<RouterProvider>`](https://stackblitz.com/github/remix-run/react-router/tree/main/examples/data-router?file=src/App.tsx)
27+
* [Using `<BrowserRouter>`](https://stackblitz.com/github/remix-run/react-router/tree/main/examples/basic?file=src/App.tsx)
2628
- type: input
2729
attributes:
2830
label: What version of React Router are you using?
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: πŸ€” Support/Usage Question
4-
url: https://stackoverflow.com/questions/tagged/react-router
5-
about: This is a bug tracker, not a support system. For usage questions, please use Stack Overflow where there are a lot more people ready to help you out. Thanks!
3+
- name: πŸ’‘ Feature Request
4+
url: https://github.com/remix-run/react-router/discussions/new?category=proposals
5+
about: If you've got an idea for a new feature in React Router, please open a new Discussion with the `Proposals` label
6+
- name: πŸ€” Usage Question (Github Discussions)
7+
url: https://github.com/remix-run/remix/discussions/new?category=q-a
8+
about: Open a Discussion in GitHub wih the `Q&A` label
9+
- name: πŸ’¬ Remix Discord Channel
10+
url: https://rmx.as/discord
11+
about: Interact with other people using React Router and Remix πŸ“€
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: πŸ“š Documentation Issue
2+
description: Something is wrong with the React Router docs
3+
title: "[Docs]: "
4+
labels:
5+
- docs
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for contributing!
11+
12+
For documentation updates - we would happily accept PRs, so feel free to update and
13+
open a PR to the `main` branch. Otherwise let us know in this issue what you felt
14+
was missing or incorrect.
15+
16+
- type: textarea
17+
attributes:
18+
label: Describe what's incorrect/missing in the documentation
19+
description: A concise description of what you expected to see in the docs
20+
validations:
21+
required: true

β€Ž.github/ISSUE_TEMPLATE/feature_request.ymlβ€Ž

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
Β (0)