Skip to content

Releases: trendmicro-frontend/react-sidenav

v0.5.0

13 Jan 08:21
7495c5c
Compare
Choose a tag to compare
  • 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

12 Jun 02:39
Compare
Choose a tag to compare
  • Fixes an issue of setting isNavItemHighlighted in wrong state (49c8c31)

v0.4.4

30 Apr 07:19
Compare
Choose a tag to compare

Use #eee as the background color when hovering over subitems (b7d0622)

v0.4.3

26 Apr 11:25
Compare
Choose a tag to compare

Use white color for highlighted items (0eca464)

v0.4.2

24 Apr 10:22
Compare
Choose a tag to compare

Pass props to NavIcon and NavText components (7557567)

v0.4.1

24 Jan 11:14
Compare
Choose a tag to compare

Add override classNames and styles for NavItem (a7e9082)

v0.4.0

19 Jan 08:34
Compare
Choose a tag to compare

Breaking

  • Dropped @trendmicro/react-anchor dependency (8a70ea8)
  • Removed "href" prop from NavItem (8a70ea8)

v0.3.1

17 Jan 09:42
Compare
Choose a tag to compare

Fixed an issue of passing an unknown prop onToggle on <nav> tag (f5352c7)

v0.3.0

22 Dec 11:00
Compare
Choose a tag to compare

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

15 Dec 10:30
Compare
Choose a tag to compare

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)