Ship v2.1.4
- maintenance release: fixes #151 #145 - dependencies update
This commit is contained in:
parent
4af6e9b25e
commit
1c65d9e76d
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
||||
|
||||
##### `v2.1.4`
|
||||
- maintenance release: fixes #151 #145
|
||||
###### dependencies update
|
||||
- update: `@coreui/coreui` to `^2.1.7`
|
||||
- update: `@coreui/react` to `^2.1.4`
|
||||
- update: `bootstrap` to `^4.3.1`
|
||||
- update: `core-js` to `^2.6.5`
|
||||
- update: `enzyme` to `^3.9.0`
|
||||
- update: `enzyme-adapter-react-16` to `^1.9.1`
|
||||
- update: `prop-types` to `^15.7.2`
|
||||
- update: `react` to `^16.8.2`
|
||||
- update: `react-app-polyfill` to `^0.2.1`
|
||||
- update: `react-dom` to `^16.8.2`
|
||||
- update: `react-test-renderer` to `^16.8.2`
|
||||
- update: `reactstrap` to `^7.1.0`
|
||||
- update: `react-scripts` to `2.1.5`
|
||||
|
||||
##### `v2.1.3`
|
||||
- fix(Collapse): add `mb-0` to accordion cards
|
||||
- fix(ButtonGroups): misplaced dropdownOpen
|
||||
@ -43,6 +60,7 @@
|
||||
- closes #106
|
||||
- item example(`./src/_nav.js`):
|
||||
```js
|
||||
[
|
||||
{
|
||||
name: 'Disabled',
|
||||
url: '/disabled',
|
||||
@ -55,7 +73,8 @@
|
||||
icon: 'cui-layers icons',
|
||||
variant: 'danger',
|
||||
attributes: { target: '_blank', rel: "noopener" },
|
||||
},
|
||||
}
|
||||
]
|
||||
```
|
||||
- fix(Cards): `card-header-actions` added to `CardHeader` for `rtl` support
|
||||
- feat(Dashboard): new `Suspense` example with Widget03
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coreui/coreui-free-react-admin-template",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
|
||||
"author": "Łukasz Holeczek",
|
||||
"homepage": "https://coreui.io",
|
||||
|
Loading…
Reference in New Issue
Block a user