Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16af3eb

Browse filesBrowse files
committed
Ship: v2.5.6
1 parent 3dd58e8 commit 16af3eb
Copy full SHA for 16af3eb

File tree

Expand file treeCollapse file tree

3 files changed

+14
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-5
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: nwb.config.js
+2-1Lines changed: 2 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: package.json
+5-4Lines changed: 5 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.