UNPKG

1.64 kBMarkdownView Raw
1# Changelog
2
3https://github.com/react-component/tabs/releases
4
5## 10.1.0 / 2020-03-17
6
7* Add `keyboard` prop.
8* `extraContent` don't trigger keyboard navigate now.
9* Remove `prop-types` and clean up dependencies.
10
11## 9.6.0 / 2019-01-16
12
13* ScrollableInkTabBar support render props to customize TabNode
14
15## 9.4.0 / 2018-08-13
16
17* Add `prevIcon` and `nextIcon`.
18
19## 9.3.0 / 2018-06-12
20
21* Add MouseEvent as second parameter to `onTabClick`.
22
23## 9.2.0 / 2018-01-01
24
25* Add `tabBarGutter`.
26* Fix #84
27
28## 9.1.2 / 2017-08-15
29
30* Fix responsive.
31* Improve scroll to active animation.
32
33## 9.1.0 / 2017-08-13
34
35* Support add data-* to Tabs dom.
36
37## 9.0.0 / 2017-08-04
38
39* Refactor extraContent dom structure.
40
41## 7.1.0 / 2016-12-06
42
43- support animatedWithMargin
44
45## 7.0.0 / 2016-08-29
46
47- modularize tabBar and tabContent
48
49## 6.0.0 / 2016-08-20
50
51- support allowInkBar/allowScrollBar prop
52
53## 5.9.0 / 2016-04-26
54
55- use transform instead of left/top
56
57
58## 5.5.0 / 2015-11-11
59
60- add destroyInactiveTabPane prop to destroy inactive tab pane when change tab
61
62## 5.4.0 / 2015-10-20
63
64- support add/tabBarExtraContent
65- only support react 0.14+
66- remove bootstrap css
67
68## 5.3.0 / 2015-07-23
69
70use rc-animate
71
72## 5.2.0 / 2015-07-06
73
74support tabPosition
75
76## 5.1.0 / 2015-06-10
77
78change effect props to animation
79
80## 5.0.0 / 2015-04-30
81
82`new` [#3](https://github.com/react-component/tabs/issues/3) support slide effect
83
84## 3.3.0 / 2015-04-30
85
86`improved` [#6](https://github.com/react-component/tabs/issues/6) support defaultActiveFirst
87
88
89## 3.2.0 / 2015-04-20
90
91`improved` [#4](https://github.com/react-component/tabs/issues/4) lazy render on initial render and update