Skip to content

Commit aeccb70

Browse files
committed
Ship: v2.1.1
1 parent c324997 commit aeccb70

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
##### `v2.1.1`
4+
- refactor(App.js): code splitting with `react-loadable` (waiting for release of `react-router-dom`)
5+
- refactor(routes.js): code splitting with `React.lazy`, remove `react-loadable`
6+
- refactor(DefaultLayout): code splitting with `React.lazy` Aside, Footer, Header, routes
7+
- refactor(Dashboard): tweak lazy and Suspense for Widget03
8+
- refactor(Login): add router link to `Register` button
9+
- refactor(Register): add margins to social-media buttons
10+
- chore: disable eslint warning for href="#" attribute
11+
- chore: update `@coreui/coreui` to `^2.1.1`
412
- chore: update `enzyme-adapter-react-16` to `1.7.0`
513
- chore: update `react` to `16.6.3`
614
- chore: update `react-dom` to `16.6.3`
715
- chore: update `react-test-renderer` to `16.6.3`
8-
916

1017
##### `v2.1.0`
1118
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:

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

0 commit comments

Comments
 (0)