Skip to content

Commit f426141

Browse files
committed
Releasing 0.2.0
1 parent 217972f commit f426141

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@
1212
### 0.1.2 (Jul 23, 2014)
1313

1414
- Making Tab and TabPanel to be stateless
15-
- Throwing Error when Tab count and TabPanel count aren't equal
15+
- Throwing Error when Tab count and TabPanel count aren't equal
16+
17+
### 0.2.0 (Jun 07, 2015)
18+
19+
- Allowing children of Tab to select Tab ([#9](https://github.com/mzabriskie/react-tabs/pull/9))
20+
- Only render the selected TabPanel
21+
- Upgrading to React 0.13
22+
- Removing JSX
23+
- Fixing issue with focus management ([#7](https://github.com/mzabriskie/react-tabs/pull/7))
24+
- Fixing issue caused by no children being provided ([#6](https://github.com/mzabriskie/react-tabs/issues/6))
25+
- Fixing issue that made dynamic Tabs difficult

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tabs",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "React tabs component",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)