File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments