Skip to content

Commit 14577a3

Browse files
committed
Update changelog
1 parent 67fede4 commit 14577a3

File tree

1 file changed

+45
-52
lines changed

1 file changed

+45
-52
lines changed

CHANGELOG.md

Lines changed: 45 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,78 @@
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
142

15-
- [baaa587](../../commit/baaa587) [fixed] use correct spelling of aria-labelledby #67
3+
### 0.6.0 (Jun 20, 2016)
164

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)
179

18-
v0.5.2 - Fri, 29 Jan 2016 19:45:48 GMT
19-
--------------------------------------
10+
### 0.5.5 (Jun 13, 2016)
2011

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
2213

14+
### 0.5.4 (Jun 10, 2016)
2315

24-
v0.5.1 - Thu, 22 Oct 2015 22:38:49 GMT
25-
--------------------------------------
16+
- Update to support react 15 (#94)
2617

27-
- [53c7ccb](../../commit/53c7ccb) [fixed] Removing ReactDOM from bundle
18+
### 0.5.3 (Feb 01, 2016)
2819

20+
- use correct spelling of aria-labelledby (#67)
2921

30-
v0.5.0 - Thu, 22 Oct 2015 05:36:48 GMT
31-
--------------------------------------
22+
### 0.5.2 (Jan 29, 2016)
3223

33-
- [e05a9ec](../../commit/e05a9ec) [fixed] Issue when conditionally rendering Tab/TabPanel closes #37
24+
- Server Side Rendering won't work with default styles (#45)
3425

26+
### 0.5.1 (Oct 22, 2015)
3527

36-
v0.4.1 - Wed, 09 Sep 2015 19:18:50 GMT
37-
--------------------------------------
28+
- Removing ReactDOM from bundle
3829

39-
-
30+
### 0.5.0 (Oct 22, 2015)
4031

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)
4137

42-
v0.4.0 - Tue, 18 Aug 2015 22:53:59 GMT
43-
--------------------------------------
38+
### 0.4.1 (Sep 09, 2015)
4439

45-
-
40+
- Do not bundle react into dist (#26)
4641

42+
### 0.4.0 (Aug 18, 2015)
4743

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)
5046

51-
- [0eb43e5](../../commit/0eb43e5) [added] Support for disabling tabs
47+
### 0.3.0 (Aug 11, 2015)
5248

49+
- Support for disabling tabs
5350

54-
v0.2.1 - Fri, 26 Jun 2015 19:35:50 GMT
55-
--------------------------------------
51+
### 0.2.1 (Jun 26, 2015)
5652

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)
5955

56+
### 0.2.0 (Jun 07, 2015)
6057

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
6265

63-
### 0.1.0 (Jul 18, 2014)
66+
### 0.1.2 (Jul 23, 2014)
6467

65-
- Initial release
68+
- Making Tab and TabPanel to be stateless
69+
- Throwing Error when Tab count and TabPanel count aren't equal
6670

6771
### 0.1.1 (Jul 19, 2014)
6872

6973
- Fixing warning: Invalid access to component property
7074
- Fixing style weirdness in Firefox
7175

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)
7877

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

Comments
 (0)