Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6da111b

Browse filesBrowse files
committed
Ship: v2.1.6
1 parent 42afa5e commit 6da111b
Copy full SHA for 6da111b

File tree

3 files changed

+12
-2
lines changed
Filter options

3 files changed

+12
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.1.6`
4+
- fix(LayoutHelper) Multiple arguments for add() & remove() - ie issue
5+
- fix: lock `react-router-dom` to `~4.3.1`
6+
7+
###### dependencies update
8+
- update `react-router-dom` to `~4.3.1`
9+
- update `enzyme-adapter-react-16` to `^1.11.2`
10+
- update `eslint` to `^5.15.3`
11+
- update `react` to `^16.8.5`
12+
- update `react-dom` to `^16.8.5`
13+
314
##### `v2.1.5`
415
- fix: iOS 9 Safari sidebar toggle force issue #61 - thanks @Tubek
516
- refactor(toggle-classes): keep `force` for the toggle method

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {

‎src/index.js

Copy file name to clipboardExpand all lines: src/index.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ export AppSidebarMinimizer from './SidebarMinimizer';
1313
export AppSidebarNav from './SidebarNav';
1414
export AppSidebarToggler from './SidebarToggler';
1515
export AppSwitch from './Switch';
16-
// export AppLayout from './Shared';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.