File tree 3 files changed +12
-2
lines changed
Filter options
3 files changed +12
-2
lines changed
Original file line number Diff line number Diff line change 1
1
### [ @coreui/react ] ( https://coreui.io/ ) changelog
2
2
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
+
3
14
##### ` v2.1.5 `
4
15
- fix: iOS 9 Safari sidebar toggle force issue #61 - thanks @Tubek
5
16
- refactor(toggle-classes): keep ` force ` for the toggle method
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 2.1.5 " ,
3
+ "version" : " 2.1.6 " ,
4
4
"description" : " CoreUI React Bootstrap 4 components" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ export AppSidebarMinimizer from './SidebarMinimizer';
13
13
export AppSidebarNav from './SidebarNav' ;
14
14
export AppSidebarToggler from './SidebarToggler' ;
15
15
export AppSwitch from './Switch' ;
16
- // export AppLayout from './Shared';
You can’t perform that action at this time.
0 commit comments