@coreui/react changelog
- fix: iOS 9 Safari sidebar toggle force issue #61 - thanks @Tubek
- refactor(toggle-classes): keep
force
for the toggle method - refactor(layout): drop second parameter for
classList.toggle()
- update
enzyme-adapter-react-16
to^1.10.0
- update
eslint
to^5.15.1
- update
react
to^16.8.3
- update
react-dom
to^16.8.3
- fix(Sidebar): How to set left sidebar is minimized as default #145
- refactor(Layout):
LayoutHelper
germ - refactor(Sidebar): use static methods of
LayoutHelper
- refactor(SidebarMinimizer): use static methods of
LayoutHelper
- chore: update demo css
- update
@coreui/coreui
to^2.1.7
- update
core-js
to^2.6.5
- update
prop-types
to^15.7.2
- update
reactstrap
to^7.1.0
- update
enzyme
to^3.9.0
- update
enzyme-adapter-react-16
to^1.9.1
- update
eslint
to^5.14.1
- update
eslint-plugin-import
to^2.16.0
- update
eslint-plugin-react
to^7.12.4
- update
react
to^16.8.2
- update
react-dom
to^16.8.2
- chore: update
@coreui/coreui
to^2.1.5
- chore: update
reactstrap
to^7.0.2
- chore: update
react-perfect-scrollbar
to^1.4.4
- chore: update
react-router-dom
to^4.3.1
- chore: update
eslint
to^5.12.0
- chore: update
eslint-plugin-react
to^7.12.3
- refactor: remove
element-closest
dependency issue #37 #50 - chore: update
core-js
to2.6.1
- chore: update
enzyme
to3.8.0
- chore: update
enzyme-adapter-react-16
to1.7.1
- chore: update
eslint
to5.10.0
- chore: update
react
to16.7.0
- chore: update
react-dom
to16.7.0
- chore: update
enzyme-adapter-react-16
to1.7.0
- chore: update
eslint
to5.9.0
- chore: update
react-dom
to16.6.3
- chore: update
react
to16.6.3
- feat(SidebarNav): navLink
attributes
- optional JS object with valid JS API naming:- valid attributes:
rel
,target
,hidden
,disabled
, etc... - item example:
{ name: 'Try CoreUI PRO', url: 'https://coreui.io/pro/react/', icon: 'cui-layers icons', variant: 'danger', attributes: { target: '_blank', rel: "noopener" }, },
- valid attributes:
- update
@coreui/coreui
to2.1.0
- sidebar-nav-link-disabled-* - chore: update
react-perfect-scrollbar
to1.4.2
- chore: update
eslint
to5.8.0
- chore: update
react
to16.6.0
- chore: update
react-dom
to16.6.0
- chore(demo): style.css update to
@coreui/coreui v2.1.0
, navLinkdisabled
example
- feat(Sidebar): badge on parent dropdown - thanks @jeff-nz
- fix(SidebarNav): handleClick() target->currentTarget open
- chore(demo): style.css update to
@coreui/coreui v2.0.15
- refactor(SidebarMinimizer): extract
togglePs
method - refactor(SidebarMinimizer): for use
togglePs
method - fix(SidebarMinimizer): add
componentDidMount
withtogglePs
- refactor(AsideToggler): extract
toggle
method - fix(AsideToggler): add missing
defaultOpen
prop - fix(Aside): deprecate
hidden
prop in v2 as conflicting with HTML5hidden
attribute - fix(Aside):
displayBreakpoint
behaviour - update
@coreui/coreui
to^2.0.14
- update
reactstrap
to^6.5.0
- update
enzyme
to3.7.0
- update
enzyme-adapter-react-16
to1.6.0
- fix(SidebarNav): dirty fix for rtl ps scrollingX issue
- update
@coreui/coreui
to^2.0.12
- update
@coreui/icons
to0.3.0
- update
react-perfect-scrollbar
to^1.2.2
- update
reactstrap
to^6.4.0
- update
babel-eslint
to^10.0.1
- update
enzyme
to^3.6.0
- update
enzyme-adapter-react-16
to^1.5.0
- update
eslint
to^5.6.1
- update
eslint-plugin-import
to^2.14.0
- update
eslint-plugin-react
to^7.11.1
- update
nwb
to^0.23.0
- update
react
to^16.5.2
- update
react-dom
to^16.5.2
- update
sinon
to^5.1.1
- feat: hide onclick outside mobile sidebar
- refactor: toggle-classes force
- refactor: Shared/classes.js *Breakpoints
- refactor: element-closest IE polyfill added
- chore: dependencies update
- refactor(Breadcrumb): fix for dynamic url like
/path/:id
- chore: update
prop-types
to `^15.6.2
- fix: rollback to @coreui/icons v0.2.0
- fix: remove AppLayout export as not production ready
- chore: dependencies update
- fix(Switch): not updating on props change - thanks @IceOnFire
- chore: dependencies update
- chore: dependencies update
- refactor(demo):
@coreui/icons
-fix: minimized sidebar scrollbar issue