File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
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.0.13 `
4
+ - refactor: migration to [ Create React App 2.0] ( https://reactjs.org/blog/2018/10/01/create-react-app-v2.html ) cleanup
5
+ - cleanup ` package.json ` scripts
6
+ - remove ` babel-jest ` dependency
7
+ - remove ` node-sass-chokidar ` dependency
8
+ - remove ` npm-run-all ` dependency
9
+ - move ` App.js ` import styles to ` App.scss `
10
+ - replace imports from ` node_modules/ ` with ` ~ ` prefix
11
+ - chore: remove unused ` src/scss/vendors/charts.js/ ` directory
12
+ - chore: update ` @coreui/coreui ` to ` ^2.0.15 `
13
+ - chore: update ` @coreui/react ` to ` ^2.0.9 `
14
+
3
15
##### ` v2.0.12 `
4
16
fixes some issues with ` rtl ` , ` ie11 ` , ` sidebar-minimized ` behaviour and ` aside ` responsiveness
5
17
- fix(DefaultAside): ` ListGroup ` with ` tag="div" ` works better with ` rtl `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-react-admin-template" ,
3
- "version" : " 2.0.12 " ,
3
+ "version" : " 2.0.13 " ,
4
4
"description" : " CoreUI React Open Source Bootstrap 4 Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " https://coreui.io" ,
You can’t perform that action at this time.
0 commit comments