Skip to content

Commit 1c65d9e

Browse files
committed
Ship v2.1.4
- maintenance release: fixes #151 #145 - dependencies update
1 parent 4af6e9b commit 1c65d9e

File tree

2 files changed

+35
-16
lines changed

2 files changed

+35
-16
lines changed

CHANGELOG.md

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

3+
##### `v2.1.4`
4+
- maintenance release: fixes #151 #145
5+
###### dependencies update
6+
- update: `@coreui/coreui` to `^2.1.7`
7+
- update: `@coreui/react` to `^2.1.4`
8+
- update: `bootstrap` to `^4.3.1`
9+
- update: `core-js` to `^2.6.5`
10+
- update: `enzyme` to `^3.9.0`
11+
- update: `enzyme-adapter-react-16` to `^1.9.1`
12+
- update: `prop-types` to `^15.7.2`
13+
- update: `react` to `^16.8.2`
14+
- update: `react-app-polyfill` to `^0.2.1`
15+
- update: `react-dom` to `^16.8.2`
16+
- update: `react-test-renderer` to `^16.8.2`
17+
- update: `reactstrap` to `^7.1.0`
18+
- update: `react-scripts` to `2.1.5`
19+
320
##### `v2.1.3`
421
- fix(Collapse): add `mb-0` to accordion cards
522
- fix(ButtonGroups): misplaced dropdownOpen
@@ -42,21 +59,23 @@
4259
- starting with `@coreui/coreui`, `@coreui/react` version `2.1.0` and up
4360
- closes #106
4461
- item example(`./src/_nav.js`):
45-
```js
46-
{
47-
name: 'Disabled',
48-
url: '/disabled',
49-
icon: 'icon-ban',
50-
attributes: { disabled: true },
51-
},
52-
{
53-
name: 'Try CoreUI PRO',
54-
url: 'https://coreui.io/pro/react/',
55-
icon: 'cui-layers icons',
56-
variant: 'danger',
57-
attributes: { target: '_blank', rel: "noopener" },
58-
},
59-
```
62+
```js
63+
[
64+
{
65+
name: 'Disabled',
66+
url: '/disabled',
67+
icon: 'icon-ban',
68+
attributes: { disabled: true },
69+
},
70+
{
71+
name: 'Try CoreUI PRO',
72+
url: 'https://coreui.io/pro/react/',
73+
icon: 'cui-layers icons',
74+
variant: 'danger',
75+
attributes: { target: '_blank', rel: "noopener" },
76+
}
77+
]
78+
```
6079
- fix(Cards): `card-header-actions` added to `CardHeader` for `rtl` support
6180
- feat(Dashboard): new `Suspense` example with Widget03
6281
- chore: update `@coreui/coreui` to `2.1.0`

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.1.3",
3+
"version": "2.1.4",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)