rc-tooltip
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -114,3 +114,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
placement: PropTypes.string, | ||
transitionName: PropTypes.string, | ||
transitionName: PropTypes.oneOfType([PropTypes.string, PropTypes.object]), | ||
animation: PropTypes.any, | ||
@@ -117,0 +117,0 @@ onVisibleChange: PropTypes.func, |
# History | ||
---- | ||
### 3.6.0 | ||
- Support React 16. | ||
### 3.5.0 | ||
@@ -5,0 +9,0 @@ |
@@ -148,3 +148,3 @@ 'use strict'; | ||
placement: _propTypes2['default'].string, | ||
transitionName: _propTypes2['default'].string, | ||
transitionName: _propTypes2['default'].oneOfType([_propTypes2['default'].string, _propTypes2['default'].object]), | ||
animation: _propTypes2['default'].any, | ||
@@ -151,0 +151,0 @@ onVisibleChange: _propTypes2['default'].func, |
{ | ||
"name": "rc-tooltip", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "React Tooltip", | ||
@@ -72,4 +72,4 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"rc-trigger": "1.x" | ||
"rc-trigger": "^2.0.1" | ||
} | ||
} |
@@ -114,5 +114,5 @@ # rc-tooltip | ||
<td>transitionName</td> | ||
<td>String</td> | ||
<td>String|Object</td> | ||
<td></td> | ||
<td>same as https://github.com/react-component/css-transition-group</td> | ||
<td>same as https://github.com/react-component/animate</td> | ||
</tr> | ||
@@ -119,0 +119,0 @@ <tr> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
713718
8214
+ Addedrc-trigger@2.6.5(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedrc-trigger@1.11.5(transitive)
Updatedrc-trigger@^2.0.1