Skip to content

Commit a05cfda

Browse files
committed
Ship: v2.0.12
1 parent 1424b6c commit a05cfda

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2.0.12`
4+
fixes some issues with `rtl`, `ie11`, `sidebar-minimized` behaviour and `aside` responsiveness
5+
- fix(DefaultAside): `ListGroup` with `tag="div"` works better with `rtl`
6+
- fix(DefaultLayout): `AppAside` remove deprecated `hidden` prop
7+
- chore: update `@coreui/react` to `^2.0.8`
8+
- chore: update `reactsrtrap` to `^6.5.0`
9+
- chore: update `react-scripts` to `^2.0.4`
10+
- chore: `enzyme` to `3.7.0`
11+
- chore: `enzyme-adapter-react-16` to `1.6.0`
12+
313
##### `v2.0.11`
414
- chore: update `@coreui/react` to `^2.0.7`
515
- chore: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html)

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
2+
[![npm package][npm-coreui-badge]][npm-coreui]
3+
[![NPM downloads][npm-coreui-download]][npm-coreui]
4+
[![@coreui react](https://img.shields.io/badge/@coreui%20-react-lightgrey.svg?style=flat-square)](https://github.com/coreui/react)
5+
[![npm package][npm-coreui-react-badge]][npm-coreui-react]
6+
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
7+
8+
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
9+
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
10+
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
11+
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
12+
[npm-coreui-react-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
13+
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
14+
115
# CoreUI Free React Admin Template v2 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20React%20Admin%20Template%20&url=https://coreui.io/react/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
216

317
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)