Skip to content

Releases: trendmicro-frontend/react-navs

v0.11.6

21 Aug 10:04
7f08ade
Compare
Choose a tag to compare

Fixed

  • Add inactive classname

v0.11.5

21 Aug 09:44
93a1e6e
Compare
Choose a tag to compare

Fixed

  • Need add overflow and put margin/padding 0 for inactive content #5

v0.11.4

21 Aug 08:02
1c5d4c8
Compare
Choose a tag to compare

Fixed

  • #4 for TabPane use Table would broken layout on first render

v0.11.3

10 Aug 09:15
Compare
Choose a tag to compare

Address an issue where checking element type for imported components is not possible with projects using react-hot-loader (6496d1b)

v0.11.2

13 Jul 10:50
Compare
Choose a tag to compare

Adds lazy prop to decide which tabpane should be lazy (b3b5a53, PR #3 by @xJkit)

v0.11.1

15 Jun 16:03
Compare
Choose a tag to compare

Unmount inactive tab content rather than display none (a7c447d, PR #2 by @xJkit)

v0.11.0

18 Jan 09:44
Compare
Choose a tag to compare

TabContent and TabPane support (6e7cc65)

v0.10.1

06 Oct 08:41
Compare
Choose a tag to compare

v0.10.0

06 Sep 09:04
Compare
Choose a tag to compare

Add a border to the bottom for the "tabs" navigation style (8910f12, 6c899c7)

You can use inline style to hide the bottom border:

<Nav
    {...props}
    navStyle="tabs"
    style={{
        borderBottomColor: 'transparent' // Make a transparent bottom border
    }}
/>

v0.9.2

23 Jun 03:31
Compare
Choose a tag to compare

Contextual CSS reset (01c1400)