chore: 3.2.0 release for React 17
This commit is contained in:
parent
f3f91c5d72
commit
9d5ba97b4d
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||||
|
|
||||||
|
#### [3.2.0](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.1...3.2.0)
|
||||||
|
|
||||||
|
> 14 December 2020
|
||||||
|
|
||||||
|
- fix(BrandButtons): minor temp fixes with stylings [`f0c0585`](https://github.com/coreui/coreui-free-react-admin-template/commit/f0c05858329430c9487bdcfcf36d0aa98f60776d)
|
||||||
|
- refactor: polyfills cleanup [`9522ade`](https://github.com/coreui/coreui-free-react-admin-template/commit/9522ade1f1eb2c5a26d5208fe6e44be803123bd2)
|
||||||
|
- test: refactor, import temp update [`f3f91c5`](https://github.com/coreui/coreui-free-react-admin-template/commit/f3f91c5d721754a2dac26143f312415c94c7ed68)
|
||||||
|
- chore: React 17 and dependencies update [`f6a710f`](https://github.com/coreui/coreui-free-react-admin-template/commit/f6a710ffd6996c9b6b026b8eebed6ff390757fe1)
|
||||||
|
- fix(_nav): no anonymous default export [`ed83c9a`](https://github.com/coreui/coreui-free-react-admin-template/commit/ed83c9a3d4199b8c6566a6e01396cdcbca80cf42)
|
||||||
|
|
||||||
#### [3.1.1](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.0...3.1.1)
|
#### [3.1.1](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.0...3.1.1)
|
||||||
|
|
||||||
> 26 November 2020
|
> 26 November 2020
|
||||||
@ -10,6 +20,7 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||||||
- chore: add changelog [`de605cc`](https://github.com/coreui/coreui-free-react-admin-template/commit/de605cc1aadec9fb066625c6bc7b656590efc7bb)
|
- chore: add changelog [`de605cc`](https://github.com/coreui/coreui-free-react-admin-template/commit/de605cc1aadec9fb066625c6bc7b656590efc7bb)
|
||||||
- chore: limit changelog to version 3 [`6ac9a1d`](https://github.com/coreui/coreui-free-react-admin-template/commit/6ac9a1d094d4d293ddacb3f3562216a98be8e129)
|
- chore: limit changelog to version 3 [`6ac9a1d`](https://github.com/coreui/coreui-free-react-admin-template/commit/6ac9a1d094d4d293ddacb3f3562216a98be8e129)
|
||||||
- chore: add migration docs [`b661344`](https://github.com/coreui/coreui-free-react-admin-template/commit/b661344485a38404b8c2b1326e3a4258009b071c)
|
- chore: add migration docs [`b661344`](https://github.com/coreui/coreui-free-react-admin-template/commit/b661344485a38404b8c2b1326e3a4258009b071c)
|
||||||
|
- chore: changelog update [`f9f1927`](https://github.com/coreui/coreui-free-react-admin-template/commit/f9f19274f046cf5f11f68d6c7eb7ae04c553f219)
|
||||||
- chore: .gitignore cleanup [`ba21e00`](https://github.com/coreui/coreui-free-react-admin-template/commit/ba21e001944322fb48e43264719b94368c589732)
|
- chore: .gitignore cleanup [`ba21e00`](https://github.com/coreui/coreui-free-react-admin-template/commit/ba21e001944322fb48e43264719b94368c589732)
|
||||||
- chore: 3.1.1 release [`081b957`](https://github.com/coreui/coreui-free-react-admin-template/commit/081b957291a8020e3d2e3b42c1f0a1455a49c524)
|
- chore: 3.1.1 release [`081b957`](https://github.com/coreui/coreui-free-react-admin-template/commit/081b957291a8020e3d2e3b42c1f0a1455a49c524)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/coreui-free-react-admin-template",
|
"name": "@coreui/coreui-free-react-admin-template",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
|
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "CoreUI",
|
"name": "CoreUI",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
* CoreUI Free - React.js Admin Template
|
* CoreUI Free - React.js Admin Template
|
||||||
* @version v3.0.0-beta.1
|
* @version v3.2.0
|
||||||
* @link https://coreui.io/pro/react/
|
* @link https://coreui.io/pro/react/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* License MIT
|
* License MIT
|
||||||
|
@ -35,22 +35,22 @@ const TheHeaderDropdown = () => {
|
|||||||
<strong>Account</strong>
|
<strong>Account</strong>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-bell" className="mfe-2" />
|
<CIcon name="cil-bell" className="mfe-2" />
|
||||||
Updates
|
Updates
|
||||||
<CBadge color="info" className="mfs-auto">42</CBadge>
|
<CBadge color="info" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-envelope-open" className="mfe-2" />
|
<CIcon name="cil-envelope-open" className="mfe-2" />
|
||||||
Messages
|
Messages
|
||||||
<CBadge color="success" className="mfs-auto">42</CBadge>
|
<CBadge color="success" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-task" className="mfe-2" />
|
<CIcon name="cil-task" className="mfe-2" />
|
||||||
Tasks
|
Tasks
|
||||||
<CBadge color="danger" className="mfs-auto">42</CBadge>
|
<CBadge color="danger" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-comment-square" className="mfe-2" />
|
<CIcon name="cil-comment-square" className="mfe-2" />
|
||||||
Comments
|
Comments
|
||||||
<CBadge color="warning" className="mfs-auto">42</CBadge>
|
<CBadge color="warning" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
@ -66,22 +66,22 @@ const TheHeaderDropdown = () => {
|
|||||||
<CIcon name="cil-user" className="mfe-2" />Profile
|
<CIcon name="cil-user" className="mfe-2" />Profile
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-settings" className="mfe-2" />
|
<CIcon name="cil-settings" className="mfe-2" />
|
||||||
Settings
|
Settings
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-credit-card" className="mfe-2" />
|
<CIcon name="cil-credit-card" className="mfe-2" />
|
||||||
Payments
|
Payments
|
||||||
<CBadge color="secondary" className="mfs-auto">42</CBadge>
|
<CBadge color="secondary" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-file" className="mfe-2" />
|
<CIcon name="cil-file" className="mfe-2" />
|
||||||
Projects
|
Projects
|
||||||
<CBadge color="primary" className="mfs-auto">42</CBadge>
|
<CBadge color="primary" className="mfs-auto">42</CBadge>
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
<CDropdownItem divider />
|
<CDropdownItem divider />
|
||||||
<CDropdownItem>
|
<CDropdownItem>
|
||||||
<CIcon name="cil-lock-locked" className="mfe-2" />
|
<CIcon name="cil-lock-locked" className="mfe-2" />
|
||||||
Lock Account
|
Lock Account
|
||||||
</CDropdownItem>
|
</CDropdownItem>
|
||||||
</CDropdownMenu>
|
</CDropdownMenu>
|
||||||
|
Loading…
Reference in New Issue
Block a user