File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/react ] ( https://coreui.io/ ) changelog
2
2
3
+ ##### ` v2.5.6 `
4
+ - fix(SidebarNav): navigate to route on AppSideBarNav parent menu click - thanx @regimani #98
5
+
6
+ ###### dependencies update
7
+ - update ` react ` to ` ^16.13.0 `
8
+ - update ` react-dom ` to ` ^16.13.0 `
9
+
3
10
##### ` v2.5.5 `
4
11
- fix(SidebarNav): perfect scrollbar issue on sidebar minimized / rtl
5
12
- chore: dependencies update and config refactor
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ module.exports = {
6
6
global : 'CoreUIReact' ,
7
7
externals : {
8
8
react : 'React' ,
9
- 'react-router' : 'ReactRouter'
9
+ 'react-router' : 'ReactRouter' ,
10
+ 'react-router-dom' : 'ReactRouterDom'
10
11
}
11
12
}
12
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 2.5.5 " ,
3
+ "version" : " 2.5.6 " ,
4
4
"description" : " CoreUI React Bootstrap 4 components" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
44
44
"peerDependencies" : {
45
45
"@coreui/coreui" : " ^2.1.16" ,
46
46
"react" : " ^16.12.0" ,
47
+ "react-dom" : " ^16.12.0" ,
47
48
"react-router-dom" : " ^5.1.2" ,
48
49
"mutationobserver-shim" : " ^0.3.3"
49
50
},
50
51
"devDependencies" : {
51
52
"@coreui/icons" : " ~0.3.0" ,
52
- "babel-eslint" : " ^10.0.3 " ,
53
+ "babel-eslint" : " ^10.1.0 " ,
53
54
"enzyme" : " ^3.11.0" ,
54
55
"enzyme-adapter-react-16" : " ^1.15.2" ,
55
56
"eslint" : " ^5.16.0" ,
56
57
"eslint-plugin-import" : " ^2.20.1" ,
57
58
"eslint-plugin-react" : " ^7.18.3" ,
58
59
"nwb" : " ^0.23.0" ,
59
- "react" : " ^16.12 .0" ,
60
- "react-dom" : " ^16.12 .0" ,
60
+ "react" : " ^16.13 .0" ,
61
+ "react-dom" : " ^16.13 .0" ,
61
62
"react-router-dom" : " ^5.1.2" ,
62
63
"reactstrap" : " ^8.4.1" ,
63
64
"sinon" : " ^5.1.1"
You can’t perform that action at this time.
0 commit comments