react-tabs
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -65,3 +65,3 @@ 'use strict'; | ||
focus: false, | ||
focusRenderTabPanel: false | ||
forceRenderTabPanel: false | ||
}; | ||
@@ -80,3 +80,3 @@ }, | ||
componentWillMount: function componentWillMount() { | ||
componentDidMount: function componentDidMount() { | ||
if (useDefaultStyles) { | ||
@@ -83,0 +83,0 @@ (0, _jsStylesheet2['default'])(require('../helpers/styles.js')); |
{ | ||
"name": "react-tabs", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "React tabs component", | ||
@@ -23,9 +23,9 @@ "main": "lib/main.js", | ||
"peerDependencies": { | ||
"react": "^0.14.0", | ||
"react-dom": "^0.14.0" | ||
"react": "^0.14.7", | ||
"react-dom": "^0.14.7" | ||
}, | ||
"dependencies": { | ||
"classnames": "2.2.0", | ||
"js-stylesheet": "0.0.1" | ||
"classnames": "^2.2", | ||
"js-stylesheet": "^0.0.1" | ||
} | ||
} |
@@ -49,3 +49,3 @@ # react-tabs [![Build Status](https://travis-ci.org/rackt/react-tabs.svg?branch=master)](https://travis-ci.org/rackt/react-tabs) | ||
<Tabs | ||
onSelect={this.handleSelected} | ||
onSelect={this.handleSelect} | ||
selectedIndex={2} | ||
@@ -52,0 +52,0 @@ > |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39504
+ Addedclassnames@2.5.1(transitive)
- Removedclassnames@2.2.0(transitive)
Updatedclassnames@^2.2
Updatedjs-stylesheet@^0.0.1