File tree Expand file tree Collapse file tree 9 files changed +43
-8
lines changed
react-router-dom-v5-compat Expand file tree Collapse file tree 9 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 8
8
"react-router-native" : " 6.21.2" ,
9
9
"@remix-run/router" : " 1.14.2"
10
10
},
11
- "changesets" : []
11
+ "changesets" : [
12
+ " brave-pillows-juggle" ,
13
+ " green-drinks-cough"
14
+ ]
12
15
}
Original file line number Diff line number Diff line change 1
1
# ` react-router-dom-v5-compat `
2
2
3
+ ## 6.21.3-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove leftover ` unstable_ ` prefix from ` Blocker ` /` BlockerFunction ` types ([ #11187 ] ( https://github.com/remix-run/react-router/pull/11187 ) )
8
+ - Updated dependencies:
9
+
10
+
11
+
3
12
## 6.21.2
4
13
5
14
### 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.21.2 " ,
3
+ "version" : " 6.21.3-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.21.2 "
27
+ "react-router" : " 6.21.3-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.21.3-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix ` NavLink ` ` isPending ` when a ` basename ` is used ([ #11195 ] ( https://github.com/remix-run/react-router/pull/11195 ) )
8
+ - Remove leftover ` unstable_ ` prefix from ` Blocker ` /` BlockerFunction ` types ([ #11187 ] ( https://github.com/remix-run/react-router/pull/11187 ) )
9
+ - Updated dependencies:
10
+
11
+
3
12
## 6.21.2
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom" ,
3
- "version" : " 6.21.2 " ,
3
+ "version" : " 6.21.3-pre.0 " ,
4
4
"description" : " Declarative routing for React web applications" ,
5
5
"keywords" : [
6
6
" react" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
26
"@remix-run/router" : " 1.14.2" ,
27
- "react-router" : " 6.21.2 "
27
+ "react-router" : " 6.21.3-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.21.3-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove leftover ` unstable_ ` prefix from ` Blocker ` /` BlockerFunction ` types ([ #11187 ] ( https://github.com/remix-run/react-router/pull/11187 ) )
8
+ - Updated dependencies:
9
+
10
+
3
11
## 6.21.2
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-native" ,
3
- "version" : " 6.21.2 " ,
3
+ "version" : " 6.21.3-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.2.2" ,
25
- "react-router" : " 6.21.2 "
25
+ "react-router" : " 6.21.3-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.21.3-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove leftover ` unstable_ ` prefix from ` Blocker ` /` BlockerFunction ` types ([ #11187 ] ( https://github.com/remix-run/react-router/pull/11187 ) )
8
+
3
9
## 6.21.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 6.21.2 " ,
3
+ "version" : " 6.21.3-pre.0 " ,
4
4
"description" : " Declarative routing for React" ,
5
5
"keywords" : [
6
6
" react" ,
You can’t perform that action at this time.
0 commit comments