rc-tooltip
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -44,2 +44,8 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
Tooltip.prototype.componentDidUpdate = function componentDidUpdate() { | ||
if (this.props.visible) { | ||
this.trigger.forcePopupAlign(); | ||
} | ||
}; | ||
Tooltip.prototype.getPopupDomNode = function getPopupDomNode() { | ||
@@ -46,0 +52,0 @@ return this.trigger.getPopupDomNode(); |
@@ -74,2 +74,8 @@ 'use strict'; | ||
Tooltip.prototype.componentDidUpdate = function componentDidUpdate() { | ||
if (this.props.visible) { | ||
this.trigger.forcePopupAlign(); | ||
} | ||
}; | ||
Tooltip.prototype.getPopupDomNode = function getPopupDomNode() { | ||
@@ -76,0 +82,0 @@ return this.trigger.getPopupDomNode(); |
{ | ||
"name": "rc-tooltip", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "React Tooltip", | ||
@@ -70,3 +70,2 @@ "keywords": [ | ||
"jest": "^21.2.1", | ||
"object-assign": "~4.0.1", | ||
"pre-commit": "1.x", | ||
@@ -73,0 +72,0 @@ "rc-tools": "^7.0.2", |
@@ -34,3 +34,3 @@ # rc-tooltip | ||
| --- | --- | --- | --- | --- | | ||
| IE 8 + IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ | | ||
| IE 8 + ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ | | ||
@@ -37,0 +37,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9
10
2
640439
7143