Skip to content

Commit 94d3660

Browse files
committed
Change <Link to> to minor bump
1 parent 72e3ca6 commit 94d3660

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.changeset/pre.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"chilly-stingrays-rhyme",
1414
"little-taxis-bake",
1515
"orange-insects-complain",
16-
"silent-oranges-pay",
1716
"silver-snails-destroy",
1817
"small-squids-wash",
1918
"spotty-cheetahs-live",

.changeset/silent-oranges-pay.md

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

.changeset/sweet-trains-call.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"react-router-dom": minor
3+
---
4+
5+
Support absolute URLs in `<Link to>`. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. ([#9900](https://github.com/remix-run/react-router/pull/9900))
6+
7+
```tsx
8+
<Link to="https://neworigin.com/some/path">
9+
<Link to="//neworigin.com/some/path">
10+
<Link to="https://www.currentorigin.com/path">
11+
```

0 commit comments

Comments
 (0)