File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ CoreUI] ( https://coreui.io/ ) for [ react] ( ./REACT.md ) changelog
2
2
3
+ ##### ` v2.1.2 `
4
+ - fix(scss): floating footer ie11 issue
5
+ - chore: update ` @coreui/react ` to ` ^2.1.1 `
6
+
3
7
##### ` v2.1.1 `
4
8
- refactor(App.js): code splitting with ` react-loadable ` (waiting for release of ` react-router-dom ` )
5
9
- refactor(routes.js): code splitting with ` React.lazy ` , remove ` react-loadable `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-react-admin-template" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " CoreUI React Open Source Bootstrap 4 Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " https://coreui.io" ,
15
15
"@coreui/coreui" : " ^2.1.1" ,
16
16
"@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.2.0" ,
17
17
"@coreui/icons" : " 0.3.0" ,
18
- "@coreui/react" : " ^2.1.0 " ,
18
+ "@coreui/react" : " ^2.1.1 " ,
19
19
"bootstrap" : " ^4.1.3" ,
20
20
"chart.js" : " ^2.7.3" ,
21
21
"classnames" : " ^2.2.6" ,
Original file line number Diff line number Diff line change 1
1
html body .app.flex-row.align-items-center {
2
2
height : 100vh ;
3
3
}
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