@atlaskit/popper
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @atlaskit/popper | ||
## 0.2.4 | ||
- [patch] Fixed popper placement offset to not fire deprecation warning. [4fcff1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4fcff1c) | ||
## 0.2.3 | ||
@@ -4,0 +7,0 @@ - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04) |
@@ -125,4 +125,4 @@ 'use strict'; | ||
children: function children() {}, | ||
offset: '0 8px', | ||
offset: '0, 8px', | ||
placement: 'bottom-start' | ||
}; |
@@ -85,4 +85,4 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
children: function children() {}, | ||
offset: '0 8px', | ||
offset: '0, 8px', | ||
placement: 'bottom-start' | ||
}; |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Wrapper for react-popper with common config and some helpers", | ||
@@ -29,4 +29,4 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^9.0.8", | ||
"@atlaskit/docs": "^5.0.6", | ||
"@atlaskit/button": "^9.0.13", | ||
"@atlaskit/docs": "^5.0.8", | ||
"@atlaskit/theme": "^6.0.2", | ||
@@ -33,0 +33,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", |
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
15645