# Changelog

https://github.com/react-component/tabs/releases

## 10.1.0 / 2020-03-17

* Add `keyboard` prop.
* `extraContent` don't trigger keyboard navigate now.
* Remove `prop-types` and clean up dependencies.

## 9.6.0 / 2019-01-16

* ScrollableInkTabBar support render props to customize TabNode

## 9.4.0 / 2018-08-13

* Add `prevIcon` and `nextIcon`.

## 9.3.0 / 2018-06-12

* Add MouseEvent as second parameter to `onTabClick`.

## 9.2.0 / 2018-01-01

* Add `tabBarGutter`.
* Fix #84

## 9.1.2 / 2017-08-15

* Fix responsive.
* Improve scroll to active animation.

## 9.1.0 / 2017-08-13

* Support add data-* to Tabs dom.

## 9.0.0 / 2017-08-04

* Refactor extraContent dom structure.

## 7.1.0 / 2016-12-06

- support animatedWithMargin

## 7.0.0 / 2016-08-29

- modularize tabBar and tabContent

## 6.0.0 / 2016-08-20

- support allowInkBar/allowScrollBar prop

## 5.9.0 / 2016-04-26

- use transform instead of left/top


## 5.5.0 / 2015-11-11

- add destroyInactiveTabPane prop to destroy inactive tab pane when change tab

## 5.4.0 / 2015-10-20

- support add/tabBarExtraContent
- only support react 0.14+
- remove bootstrap css

## 5.3.0 / 2015-07-23

use rc-animate

## 5.2.0 / 2015-07-06

support tabPosition

## 5.1.0 / 2015-06-10

change effect props to animation

## 5.0.0 / 2015-04-30

`new` [#3](https://github.com/react-component/tabs/issues/3) support slide effect

## 3.3.0 / 2015-04-30

`improved` [#6](https://github.com/react-component/tabs/issues/6) support defaultActiveFirst


## 3.2.0 / 2015-04-20

`improved` [#4](https://github.com/react-component/tabs/issues/4) lazy render on initial render and update
