Skip to content

Commit 16af3eb

Browse files
committed
Ship: v2.5.6
1 parent 3dd58e8 commit 16af3eb

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

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+
310
##### `v2.5.5`
411
- fix(SidebarNav): perfect scrollbar issue on sidebar minimized / rtl
512
- chore: dependencies update and config refactor

nwb.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
global: 'CoreUIReact',
77
externals: {
88
react: 'React',
9-
'react-router': 'ReactRouter'
9+
'react-router': 'ReactRouter',
10+
'react-router-dom': 'ReactRouterDom'
1011
}
1112
}
1213
}

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -44,20 +44,21 @@
4444
"peerDependencies": {
4545
"@coreui/coreui": "^2.1.16",
4646
"react": "^16.12.0",
47+
"react-dom": "^16.12.0",
4748
"react-router-dom": "^5.1.2",
4849
"mutationobserver-shim": "^0.3.3"
4950
},
5051
"devDependencies": {
5152
"@coreui/icons": "~0.3.0",
52-
"babel-eslint": "^10.0.3",
53+
"babel-eslint": "^10.1.0",
5354
"enzyme": "^3.11.0",
5455
"enzyme-adapter-react-16": "^1.15.2",
5556
"eslint": "^5.16.0",
5657
"eslint-plugin-import": "^2.20.1",
5758
"eslint-plugin-react": "^7.18.3",
5859
"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",
6162
"react-router-dom": "^5.1.2",
6263
"reactstrap": "^8.4.1",
6364
"sinon": "^5.1.1"

0 commit comments

Comments
 (0)