|
1 |
| -v0.5.5 - Mon, 13 Jun 2016 20:40:00 GMT |
2 |
| --------------------------------------- |
3 |
| - |
4 |
| -- Fix main exports of react tabs which were broken in 0.5.4 |
5 |
| - |
6 |
| -v0.5.4 - Fri, 10 Jun 2016 08:48:45 GMT |
7 |
| --------------------------------------- |
8 |
| - |
9 |
| -- [5101f96](../../commit/5101f96) [fixed] Update to support react 15 #94 |
10 |
| - |
11 |
| - |
12 |
| -v0.5.3 - Mon, 01 Feb 2016 16:09:12 GMT |
13 |
| --------------------------------------- |
| 1 | +# Changelog |
14 | 2 |
|
15 |
| -- [baaa587](../../commit/baaa587) [fixed] use correct spelling of aria-labelledby #67 |
| 3 | +### 0.6.0 (Jun 20, 2016) |
16 | 4 |
|
| 5 | +- Add a cancel option to tab change event handler (#73) |
| 6 | +- DOMNode.setAttribute() expects the second param to be string (#75, #76) |
| 7 | +- Allow passing through custom attributes (#93) |
| 8 | +- Fix nesting of multiple instances of react-tabs (#103) |
17 | 9 |
|
18 |
| -v0.5.2 - Fri, 29 Jan 2016 19:45:48 GMT |
19 |
| --------------------------------------- |
| 10 | +### 0.5.5 (Jun 13, 2016) |
20 | 11 |
|
21 |
| -- [c432a08](../../commit/c432a08) [fixed] Server Side Rendering won't work with default styles #45 |
| 12 | +- Fix main exports of react tabs which were broken in 0.5.4 |
22 | 13 |
|
| 14 | +### 0.5.4 (Jun 10, 2016) |
23 | 15 |
|
24 |
| -v0.5.1 - Thu, 22 Oct 2015 22:38:49 GMT |
25 |
| --------------------------------------- |
| 16 | +- Update to support react 15 (#94) |
26 | 17 |
|
27 |
| -- [53c7ccb](../../commit/53c7ccb) [fixed] Removing ReactDOM from bundle |
| 18 | +### 0.5.3 (Feb 01, 2016) |
28 | 19 |
|
| 20 | +- use correct spelling of aria-labelledby (#67) |
29 | 21 |
|
30 |
| -v0.5.0 - Thu, 22 Oct 2015 05:36:48 GMT |
31 |
| --------------------------------------- |
| 22 | +### 0.5.2 (Jan 29, 2016) |
32 | 23 |
|
33 |
| -- [e05a9ec](../../commit/e05a9ec) [fixed] Issue when conditionally rendering Tab/TabPanel closes #37 |
| 24 | +- Server Side Rendering won't work with default styles (#45) |
34 | 25 |
|
| 26 | +### 0.5.1 (Oct 22, 2015) |
35 | 27 |
|
36 |
| -v0.4.1 - Wed, 09 Sep 2015 19:18:50 GMT |
37 |
| --------------------------------------- |
| 28 | +- Removing ReactDOM from bundle |
38 | 29 |
|
39 |
| -- |
| 30 | +### 0.5.0 (Oct 22, 2015) |
40 | 31 |
|
| 32 | +- Fix conditional rendering of tabs (#37) |
| 33 | +- New configuration to disable styling via jss (#25) |
| 34 | +- Avoid white on white Tab labels (#40) |
| 35 | +- Support react 0.14 (#43) |
| 36 | +- Issue when conditionally rendering Tab/TabPanel (#37) |
41 | 37 |
|
42 |
| -v0.4.0 - Tue, 18 Aug 2015 22:53:59 GMT |
43 |
| --------------------------------------- |
| 38 | +### 0.4.1 (Sep 09, 2015) |
44 | 39 |
|
45 |
| -- |
| 40 | +- Do not bundle react into dist (#26) |
46 | 41 |
|
| 42 | +### 0.4.0 (Aug 18, 2015) |
47 | 43 |
|
48 |
| -v0.3.0 - Tue, 11 Aug 2015 00:42:23 GMT |
49 |
| --------------------------------------- |
| 44 | +- Support rendering of hidden Tabs (#28) |
| 45 | +- Support supplying array of child nodes to Tab (#27) |
50 | 46 |
|
51 |
| -- [0eb43e5](../../commit/0eb43e5) [added] Support for disabling tabs |
| 47 | +### 0.3.0 (Aug 11, 2015) |
52 | 48 |
|
| 49 | +- Support for disabling tabs |
53 | 50 |
|
54 |
| -v0.2.1 - Fri, 26 Jun 2015 19:35:50 GMT |
55 |
| --------------------------------------- |
| 51 | +### 0.2.1 (Jun 26, 2015) |
56 | 52 |
|
57 |
| -- [5132966](../../commit/5132966) [added] Bower support closes #22 |
58 |
| -- [3f43e89](../../commit/3f43e89) [fixed] Issue with React being included twice closes #23 |
| 53 | +- Bower support (#22) |
| 54 | +- Issue with React being included twice (#23) |
59 | 55 |
|
| 56 | +### 0.2.0 (Jun 07, 2015) |
60 | 57 |
|
61 |
| -# Changelog |
| 58 | +- Allowing children of Tab to select Tab (#9) |
| 59 | +- Only render the selected TabPanel |
| 60 | +- Upgrading to React 0.13 |
| 61 | +- Removing JSX |
| 62 | +- Fixing issue with focus management (#7) |
| 63 | +- Fixing issue caused by no children being provided (#6) |
| 64 | +- Fixing issue that made dynamic Tabs difficult |
62 | 65 |
|
63 |
| -### 0.1.0 (Jul 18, 2014) |
| 66 | +### 0.1.2 (Jul 23, 2014) |
64 | 67 |
|
65 |
| -- Initial release |
| 68 | +- Making Tab and TabPanel to be stateless |
| 69 | +- Throwing Error when Tab count and TabPanel count aren't equal |
66 | 70 |
|
67 | 71 | ### 0.1.1 (Jul 19, 2014)
|
68 | 72 |
|
69 | 73 | - Fixing warning: Invalid access to component property
|
70 | 74 | - Fixing style weirdness in Firefox
|
71 | 75 |
|
72 |
| -### 0.1.2 (Jul 23, 2014) |
73 |
| - |
74 |
| -- Making Tab and TabPanel to be stateless |
75 |
| -- Throwing Error when Tab count and TabPanel count aren't equal |
76 |
| - |
77 |
| -### 0.2.0 (Jun 07, 2015) |
| 76 | +### 0.1.0 (Jul 18, 2014) |
78 | 77 |
|
79 |
| -- Allowing children of Tab to select Tab ([#9](https://github.com/rackt/react-tabs/pull/9)) |
80 |
| -- Only render the selected TabPanel |
81 |
| -- Upgrading to React 0.13 |
82 |
| -- Removing JSX |
83 |
| -- Fixing issue with focus management ([#7](https://github.com/rackt/react-tabs/pull/7)) |
84 |
| -- Fixing issue caused by no children being provided ([#6](https://github.com/rackt/react-tabs/issues/6)) |
85 |
| -- Fixing issue that made dynamic Tabs difficult |
| 78 | +- Initial release |
0 commit comments