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 11## [ CoreUI] ( https://coreui.io/ ) for [ react] ( ./REACT.md ) changelog
22
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+
315##### ` v2.0.12 `
416fixes some issues with ` rtl ` , ` ie11 ` , ` sidebar-minimized ` behaviour and ` aside ` responsiveness
517- fix(DefaultAside): ` ListGroup ` with ` tag="div" ` works better with ` rtl `
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/coreui-free-react-admin-template" ,
3- "version" : " 2.0.12 " ,
3+ "version" : " 2.0.13 " ,
44 "description" : " CoreUI React Open Source Bootstrap 4 Admin Template" ,
55 "author" : " Łukasz Holeczek" ,
66 "homepage" : " https://coreui.io" ,
You can’t perform that action at this time.
0 commit comments