Ship: v2.0.13
This commit is contained in:
parent
0728cda1a4
commit
1c86c3e028
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
||||
|
||||
##### `v2.0.13`
|
||||
- refactor: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html) cleanup
|
||||
- cleanup `package.json` scripts
|
||||
- remove `babel-jest` dependency
|
||||
- remove `node-sass-chokidar` dependency
|
||||
- remove `npm-run-all` dependency
|
||||
- move `App.js` import styles to `App.scss`
|
||||
- replace imports from `node_modules/` with `~` prefix
|
||||
- chore: remove unused `src/scss/vendors/charts.js/` directory
|
||||
- chore: update `@coreui/coreui` to `^2.0.15`
|
||||
- chore: update `@coreui/react` to `^2.0.9`
|
||||
|
||||
##### `v2.0.12`
|
||||
fixes some issues with `rtl`, `ie11`, `sidebar-minimized` behaviour and `aside` responsiveness
|
||||
- fix(DefaultAside): `ListGroup` with `tag="div"` works better with `rtl`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coreui/coreui-free-react-admin-template",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
|
||||
"author": "Łukasz Holeczek",
|
||||
"homepage": "https://coreui.io",
|
||||
|
Loading…
Reference in New Issue
Block a user