File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ export AppSidebarMinimizer from './SidebarMinimizer';
1313export AppSidebarNav from './SidebarNav' ;
1414export AppSidebarToggler from './SidebarToggler' ;
1515export AppSwitch from './Switch' ;
16- // export AppLayout from './Shared';
You can’t perform that action at this time.
0 commit comments