Releases: trendmicro-frontend/react-sidenav
Releases · trendmicro-frontend/react-sidenav
v0.5.0
- Bump eslint from 4.13.1 to 4.19.1 (#39)
- Smooth transition enhancement (resolved #16, PR #41 by @roth1002)
- Upgrade uncontrollable to v7.1.1 (resolved #34, PR #43 by @roth1002)
v0.4.5
- Fixes an issue of setting isNavItemHighlighted in wrong state (49c8c31)
v0.4.4
Use #eee
as the background color when hovering over subitems (b7d0622)
v0.4.3
Use white color for highlighted items (0eca464)
v0.4.2
Pass props to NavIcon and NavText components (7557567)
v0.4.1
Add override classNames and styles for NavItem (a7e9082)
v0.4.0
Breaking
- Dropped
@trendmicro/react-anchor
dependency (8a70ea8)
- Removed "href" prop from NavItem (8a70ea8)
v0.3.1
Fixed an issue of passing an unknown prop onToggle
on <nav> tag (f5352c7)
v0.3.0
Improvements
- Fixed a bug where background color and cursor style are incorrect when expanding/collapsing navigation items (5d10ee2)
- Setup tests (cf2a386)
Examples
- Specify a unique "key" prop for each child in an array (a5fccdf)
v0.2.1
Bug Fixes
- Darkening the background color of the expanded navigation item by changing its opacity value (4724376)
- Remove an undefined style definition (cb9dfa3)
Example
- Vertical alignment for navigation icon (969b7a3)