File tree 13 files changed +59
-13
lines changed
react-router-dom-v5-compat
13 files changed +59
-13
lines changed Original file line number Diff line number Diff line change 2
2
" react-router-dom " : patch
3
3
---
4
4
5
- Fix useBlocker to return IDLE_BLOCKER during SSR
5
+ Fix ` useBlocker ` to return ` IDLE_BLOCKER ` during SSR
Original file line number Diff line number Diff line change 8
8
"react-router-native" : " 6.8.1" ,
9
9
"@remix-run/router" : " 1.3.2"
10
10
},
11
- "changesets" : []
11
+ "changesets" : [
12
+ " fluffy-forks-attack" ,
13
+ " long-jokes-wait" ,
14
+ " nasty-carrots-breathe" ,
15
+ " quick-yaks-join" ,
16
+ " witty-melons-sip"
17
+ ]
12
18
}
Original file line number Diff line number Diff line change 2
2
" react-router-dom " : patch
3
3
---
4
4
5
- Properly escape HTML characters in StaticRouterProvider serialized hydration data
5
+ Properly escape HTML characters in ` StaticRouterProvider ` serialized hydration data
Original file line number Diff line number Diff line change 1
1
# ` react-router-dom-v5-compat `
2
2
3
+ ## 6.8.2-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - ` react-router-dom@6.8.2-pre.0 `
9
+ - ` react-router@6.8.2-pre.0 `
10
+
3
11
## 6.8.1
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom-v5-compat" ,
3
- "version" : " 6.8.1 " ,
3
+ "version" : " 6.8.2-pre.0 " ,
4
4
"description" : " Migration path to React Router v6 from v4/5" ,
5
5
"keywords" : [
6
6
" react" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
26
"history" : " ^5.3.0" ,
27
- "react-router" : " 6.8.1 "
27
+ "react-router" : " 6.8.2-pre.0 "
28
28
},
29
29
"peerDependencies" : {
30
30
"react" : " >=16.8" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router-dom `
2
2
3
+ ## 6.8.2-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix ` useBlocker ` to return ` IDLE_BLOCKER ` during SSR ([ #10046 ] ( https://github.com/remix-run/react-router/pull/10046 ) )
8
+ - Properly escape HTML characters in ` StaticRouterProvider ` serialized hydration data ([ #10068 ] ( https://github.com/remix-run/react-router/pull/10068 ) )
9
+ - Updated dependencies:
10
+ - ` @remix-run/router@1.3.3-pre.0 `
11
+ - ` react-router@6.8.2-pre.0 `
12
+
3
13
## 6.8.1
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom" ,
3
- "version" : " 6.8.1 " ,
3
+ "version" : " 6.8.2-pre.0 " ,
4
4
"description" : " Declarative routing for React web applications" ,
5
5
"keywords" : [
6
6
" react" ,
23
23
"module" : " ./dist/index.js" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
- "@remix-run/router" : " 1.3.2 " ,
27
- "react-router" : " 6.8.1 "
26
+ "@remix-run/router" : " 1.3.3-pre.0 " ,
27
+ "react-router" : " 6.8.2-pre.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router-native `
2
2
3
+ ## 6.8.2-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - ` react-router@6.8.2-pre.0 `
9
+
3
10
## 6.8.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-native" ,
3
- "version" : " 6.8.1 " ,
3
+ "version" : " 6.8.2-pre.0 " ,
4
4
"description" : " Declarative routing for React Native applications" ,
5
5
"keywords" : [
6
6
" react" ,
22
22
"types" : " ./dist/index.d.ts" ,
23
23
"dependencies" : {
24
24
"@ungap/url-search-params" : " ^0.1.4" ,
25
- "react-router" : " 6.8.1 "
25
+ "react-router" : " 6.8.2-pre.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router `
2
2
3
+ ## 6.8.2-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - ` @remix-run/router@1.3.3-pre.0 `
9
+
3
10
## 6.8.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 6.8.1 " ,
3
+ "version" : " 6.8.2-pre.0 " ,
4
4
"description" : " Declarative routing for React" ,
5
5
"keywords" : [
6
6
" react" ,
23
23
"module" : " ./dist/index.js" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
- "@remix-run/router" : " 1.3.2 "
26
+ "@remix-run/router" : " 1.3.3-pre.0 "
27
27
},
28
28
"devDependencies" : {
29
29
"react" : " ^18.2.0"
Original file line number Diff line number Diff line change 1
1
# ` @remix-run/router `
2
2
3
+ ## 1.3.3-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Change ` invariant ` to an ` UNSAFE_ ` export since it's only intended for internal use ([ #10066 ] ( https://github.com/remix-run/react-router/pull/10066 ) )
8
+ - Ensure status code and headers are maintained for ` defer ` loader responses in ` createStaticHandler ` 's ` query() ` method ([ #10077 ] ( https://github.com/remix-run/react-router/pull/10077 ) )
9
+ - Add internal API for custom HMR implementations ([ #9996 ] ( https://github.com/remix-run/react-router/pull/9996 ) )
10
+
3
11
## 1.3.2
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @remix-run/router" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3-pre.0 " ,
4
4
"description" : " Nested/Data-driven/Framework-agnostic Routing" ,
5
5
"keywords" : [
6
6
" remix" ,
You can’t perform that action at this time.
0 commit comments