File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
demo/src/containers/DefaultLayout Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11### [ @coreui/react ] ( https://coreui.io/ ) changelog
22
3+ ##### ` v2.5.8 `
4+ - chore(demo/polyfill): update to core-js v3
5+
6+ ###### dependencies update
7+ - update: ` core-js ` to ` ^3.6.5 `
8+ - update: ` react ` to ` ^16.13.1 `
9+ - update: ` react-dom ` to ` ^16.13.1 `
10+ - update: ` react-router-dom ` to ` ^5.2.0 `
11+ - update: ` mutationobserver-shim ` to ` ^0.3.5 `
12+ - update: ` eslint ` to ` ^7.0.0 `
13+ - update: ` eslint-plugin-import ` to ` ^2.20.2 `
14+ - update: ` eslint-plugin-react ` to ` ^7.20.0 `
15+ - update: ` nwb ` to ` ^0.24.7 `
16+ - update: ` react ` to ` ^16.13.1 `
17+ - update: ` react-dom ` to ` ^16.13.1 `
18+ - update: ` react-router-dom ` to ` ^5.2.0 `
19+ - update: ` sinon ` to ` ^9.0.2 `
20+
321##### ` v2.5.7 `
422- fix(SidebarNav): add missing alternative icon config object
523
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class DefaultLayout extends Component {
9292 </ AppAside >
9393 </ div >
9494 < AppFooter >
95- < span > < a href = "https://coreui.io" > CoreUI</ a > © 2019 creativeLabs</ span >
95+ < span > < a href = "https://coreui.io" > CoreUI</ a > © 2020 creativeLabs</ span >
9696 < span className = "ml-auto" > Powered by < a href = "https://coreui.io/react" > CoreUI for React</ a > </ span >
9797 </ AppFooter >
9898 </ div >
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react" ,
3- "version" : " 2.5.7 " ,
3+ "version" : " 2.5.8 " ,
44 "description" : " CoreUI React Bootstrap 4 components" ,
55 "license" : " MIT" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments