https://github.com/react-component/tabs/releases
- Add
keyboard
prop. extraContent
don't trigger keyboard navigate now.- Remove
prop-types
and clean up dependencies.
- ScrollableInkTabBar support render props to customize TabNode
- Add
prevIcon
andnextIcon
.
- Add MouseEvent as second parameter to
onTabClick
.
- Add
tabBarGutter
. - Fix #84
- Fix responsive.
- Improve scroll to active animation.
- Support add data-* to Tabs dom.
- Refactor extraContent dom structure.
- support animatedWithMargin
- modularize tabBar and tabContent
- support allowInkBar/allowScrollBar prop
- use transform instead of left/top
- add destroyInactiveTabPane prop to destroy inactive tab pane when change tab
- support add/tabBarExtraContent
- only support react 0.14+
- remove bootstrap css
use rc-animate
support tabPosition
change effect props to animation
new
#3 support slide effect
improved
#6 support defaultActiveFirst
improved
#4 lazy render on initial render and update