File tree Expand file tree Collapse file tree 11 files changed +56
-11
lines changed
react-router-dom-v5-compat Expand file tree Collapse file tree 11 files changed +56
-11
lines changed Original file line number Diff line number Diff line change 88 "react-router-native" : " 6.8.0" ,
99 "@remix-run/router" : " 1.3.1"
1010 },
11- "changesets" : []
11+ "changesets" : [
12+ " afraid-scissors-rhyme" ,
13+ " healthy-moons-compete" ,
14+ " thirty-frogs-wave" ,
15+ " violet-apes-pay"
16+ ]
1217}
Original file line number Diff line number Diff line change 11# ` react-router-dom-v5-compat `
22
3+ ## 6.8.1-pre.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies:
8+ - ` react-router-dom@6.8.1-pre.0 `
9+ - ` react-router@6.8.1-pre.0 `
10+
311## 6.8.0
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-dom-v5-compat" ,
3- "version" : " 6.8.0" ,
3+ "version" : " 6.8.1-pre. 0" ,
44 "description" : " Migration path to React Router v6 from v4/5" ,
55 "keywords" : [
66 " react" ,
2424 "types" : " ./dist/index.d.ts" ,
2525 "dependencies" : {
2626 "history" : " ^5.3.0" ,
27- "react-router" : " 6.8.0"
27+ "react-router" : " 6.8.1-pre. 0"
2828 },
2929 "peerDependencies" : {
3030 "react" : " >=16.8" ,
Original file line number Diff line number Diff line change 11# ` react-router-dom `
22
3+ ## 6.8.1-pre.0
4+
5+ ### Patch Changes
6+
7+ - Improved absolute url detection in ` Link ` component (now also supports ` mailto: ` urls) ([ #9994 ] ( https://github.com/remix-run/react-router/pull/9994 ) )
8+ - Fix partial object (search or hash only) pathnames losing current path value ([ #10029 ] ( https://github.com/remix-run/react-router/pull/10029 ) )
9+ - Updated dependencies:
10+ - ` react-router@6.8.1-pre.0 `
11+ - ` @remix-run/router@1.3.2-pre.0 `
12+
313## 6.8.0
414
515### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-dom" ,
3- "version" : " 6.8.0" ,
3+ "version" : " 6.8.1-pre. 0" ,
44 "description" : " Declarative routing for React web applications" ,
55 "keywords" : [
66 " react" ,
2323 "module" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
2525 "dependencies" : {
26- "@remix-run/router" : " 1.3.1 " ,
27- "react-router" : " 6.8.0"
26+ "@remix-run/router" : " 1.3.2-pre.0 " ,
27+ "react-router" : " 6.8.1-pre. 0"
2828 },
2929 "devDependencies" : {
3030 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 11# ` react-router-native `
22
3+ ## 6.8.1-pre.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies:
8+ - ` react-router@6.8.1-pre.0 `
9+
310## 6.8.0
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-native" ,
3- "version" : " 6.8.0" ,
3+ "version" : " 6.8.1-pre. 0" ,
44 "description" : " Declarative routing for React Native applications" ,
55 "keywords" : [
66 " react" ,
2222 "types" : " ./dist/index.d.ts" ,
2323 "dependencies" : {
2424 "@ungap/url-search-params" : " ^0.1.4" ,
25- "react-router" : " 6.8.0"
25+ "react-router" : " 6.8.1-pre. 0"
2626 },
2727 "devDependencies" : {
2828 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 11# ` react-router `
22
3+ ## 6.8.1-pre.0
4+
5+ ### Patch Changes
6+
7+ - Remove inaccurate console warning for POP navigations ([ #10030 ] ( https://github.com/remix-run/react-router/pull/10030 ) )
8+ - Updated dependencies:
9+ - ` @remix-run/router@1.3.2-pre.0 `
10+
311## 6.8.0
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router" ,
3- "version" : " 6.8.0" ,
3+ "version" : " 6.8.1-pre. 0" ,
44 "description" : " Declarative routing for React" ,
55 "keywords" : [
66 " react" ,
2323 "module" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
2525 "dependencies" : {
26- "@remix-run/router" : " 1.3.1 "
26+ "@remix-run/router" : " 1.3.2-pre.0 "
2727 },
2828 "devDependencies" : {
2929 "react" : " ^18.2.0"
Original file line number Diff line number Diff line change 11# ` @remix-run/router `
22
3+ ## 1.3.2-pre.0
4+
5+ ### Patch Changes
6+
7+ - Remove inaccurate console warning for POP navigations ([ #10030 ] ( https://github.com/remix-run/react-router/pull/10030 ) )
8+ - Only check for differing origin on absolute URL redirects ([ #10033 ] ( https://github.com/remix-run/react-router/pull/10033 ) )
9+
310## 1.3.1
411
512### Patch Changes
You can’t perform that action at this time.
0 commit comments