File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## [ CoreUI] ( https://coreui.io/ ) for [ react] ( ./REACT.md ) changelog
22
3+ ##### ` v2.1.2 `
4+ - fix(scss): floating footer ie11 issue
5+ - chore: update ` @coreui/react ` to ` ^2.1.1 `
6+
37##### ` v2.1.1 `
48- refactor(App.js): code splitting with ` react-loadable ` (waiting for release of ` react-router-dom ` )
59- refactor(routes.js): code splitting with ` React.lazy ` , remove ` react-loadable `
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/coreui-free-react-admin-template" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.1.2 " ,
44 "description" : " CoreUI React Open Source Bootstrap 4 Admin Template" ,
55 "author" : " Łukasz Holeczek" ,
66 "homepage" : " https://coreui.io" ,
1515 "@coreui/coreui" : " ^2.1.1" ,
1616 "@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.2.0" ,
1717 "@coreui/icons" : " 0.3.0" ,
18- "@coreui/react" : " ^2.1.0 " ,
18+ "@coreui/react" : " ^2.1.1 " ,
1919 "bootstrap" : " ^4.1.3" ,
2020 "chart.js" : " ^2.7.3" ,
2121 "classnames" : " ^2.2.6" ,
Original file line number Diff line number Diff line change 11html body .app.flex-row.align-items-center {
22 height : 100vh ;
33}
4+
5+ // ie11 floating footer temp fix, react only
6+ @media screen and (-ms-high-contrast : active ), (-ms-high-contrast : none ) {
7+ #root {
8+ display : flex ;
9+ flex-direction : column ;
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments