Releases: coreui/coreui-react
Releases · coreui/coreui-react
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.1.0
- feat(SidebarNav): navLink
attributes
- optional JS object with valid JS API naming:- valid attributes:
rel
,target
,hidden
,disabled
, etc... - closes #43
- 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
v2.0.9
v2.0.8
v2.0.8
fixes some issues with rtl
, ie11
, sidebar-minimized
behaviour and aside
responsiveness
- 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
v2.0.7
v2.0.6
- 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