@atlaskit/tooltip
Advanced tools
Comparing version 10.3.0 to 10.3.1
# @atlaskit/tooltip | ||
## 10.3.1 | ||
- [patch] Fix $FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- [none] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- @atlaskit/button@8.2.2 | ||
- @atlaskit/icon@12.3.1 | ||
## 10.3.0 | ||
@@ -4,0 +10,0 @@ - [minor] Fixes types for Flow 0.74 [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2) |
@@ -126,3 +126,3 @@ 'use strict'; | ||
while (parent) { | ||
// $FlowFixMe | ||
// $FlowFixMe - tagName does not exist in parent | ||
if (parent.tagName === 'BODY') { | ||
@@ -153,3 +153,3 @@ window.addEventListener('scroll', this.handleScroll); | ||
while (parent) { | ||
// $FlowFixMe | ||
// $FlowFixMe - tagName does not exist in parent | ||
if (parent.tagName === 'BODY') { | ||
@@ -156,0 +156,0 @@ window.removeEventListener('scroll', this.handleScroll); |
@@ -85,4 +85,2 @@ 'use strict'; | ||
withTransitionGroup: true | ||
}, | ||
// $FlowFixMe TEMPORARY | ||
Tip); | ||
}, Tip); |
@@ -115,3 +115,3 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; | ||
while (parent) { | ||
// $FlowFixMe | ||
// $FlowFixMe - tagName does not exist in parent | ||
if (parent.tagName === 'BODY') { | ||
@@ -142,3 +142,3 @@ window.addEventListener('scroll', this.handleScroll); | ||
while (parent) { | ||
// $FlowFixMe | ||
// $FlowFixMe - tagName does not exist in parent | ||
if (parent.tagName === 'BODY') { | ||
@@ -145,0 +145,0 @@ window.removeEventListener('scroll', this.handleScroll); |
@@ -62,4 +62,2 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
withTransitionGroup: true | ||
}, | ||
// $FlowFixMe TEMPORARY | ||
Tip); | ||
}, Tip); |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "10.2.1" | ||
"version": "10.3.0" | ||
} |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "10.3.0", | ||
"version": "10.3.1", | ||
"description": "A React Component for displaying Tooltips", | ||
@@ -32,5 +32,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^8.2.0", | ||
"@atlaskit/button": "^8.2.2", | ||
"@atlaskit/docs": "^4.1.0", | ||
"@atlaskit/icon": "^12.2.0", | ||
"@atlaskit/icon": "^12.3.1", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz" | ||
@@ -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 not supported yet
Sorry, the diff of this file is not supported yet
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
144265
1813