Comparing version 1.3.5 to 1.3.6
@@ -266,3 +266,3 @@ 'use strict'; | ||
_extends({}, animProps, { | ||
showProp: 'expanded', | ||
showProp: 'data-expanded', | ||
transitionAppear: transitionAppear, | ||
@@ -272,3 +272,3 @@ component: '' }), | ||
'ul', | ||
{ className: (0, _classnames2['default'])(cls), expanded: props.expanded }, | ||
{ className: (0, _classnames2['default'])(cls), 'data-expanded': props.expanded }, | ||
_react2['default'].Children.map(children, function (item, index) { | ||
@@ -275,0 +275,0 @@ return props.root.renderTreeNode(item, index, props.pos); |
{ | ||
"name": "rc-tree", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "tree ui component for react", | ||
@@ -51,5 +51,5 @@ "keywords": [ | ||
"rc-trigger": "^1.0.6", | ||
"react": "^0.14.0", | ||
"react-addons-test-utils": "^0.14.0", | ||
"react-dom": "^0.14.0" | ||
"react": "^15.2.0", | ||
"react-addons-test-utils": "^15.2.0", | ||
"react-dom": "^15.2.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "dependencies": { |
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
63582