Ship: v2.1.1
This commit is contained in:
parent
c3249976cb
commit
aeccb700b9
@ -1,12 +1,19 @@
|
||||
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
||||
|
||||
##### `v2.1.1`
|
||||
- refactor(App.js): code splitting with `react-loadable` (waiting for release of `react-router-dom`)
|
||||
- refactor(routes.js): code splitting with `React.lazy`, remove `react-loadable`
|
||||
- refactor(DefaultLayout): code splitting with `React.lazy` Aside, Footer, Header, routes
|
||||
- refactor(Dashboard): tweak lazy and Suspense for Widget03
|
||||
- refactor(Login): add router link to `Register` button
|
||||
- refactor(Register): add margins to social-media buttons
|
||||
- chore: disable eslint warning for href="#" attribute
|
||||
- chore: update `@coreui/coreui` to `^2.1.1`
|
||||
- chore: update `enzyme-adapter-react-16` to `1.7.0`
|
||||
- chore: update `react` to `16.6.3`
|
||||
- chore: update `react-dom` to `16.6.3`
|
||||
- chore: update `react-test-renderer` to `16.6.3`
|
||||
|
||||
|
||||
##### `v2.1.0`
|
||||
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
|
||||
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coreui/coreui-free-react-admin-template",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
|
||||
"author": "Łukasz Holeczek",
|
||||
"homepage": "https://coreui.io",
|
||||
|
Loading…
Reference in New Issue
Block a user