@atlaskit/popper
Advanced tools
Comparing version 0.1.2 to 0.2.0
# @atlaskit/popper | ||
## 0.2.0 | ||
- [minor] Bumped react-popper version to get bug fixes, also added offset prop [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2) | ||
- [none] Updated dependencies [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a) | ||
- [none] Updated dependencies [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3) | ||
- [none] Updated dependencies [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3) | ||
- [none] Updated dependencies [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2) | ||
## 0.1.2 | ||
@@ -4,0 +14,0 @@ - [patch] Replace @atlaskit/layer in date time picker with @atlaskit/popper, changed configuration of flipBehaviour modifier to use viewport as the element boundary rather than the window. [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672) |
@@ -55,2 +55,3 @@ 'use strict'; | ||
return { | ||
auto: [], | ||
top: ['top', 'bottom', 'top'], | ||
@@ -91,3 +92,3 @@ right: ['right', 'left', 'right'], | ||
enabled: true, | ||
offset: 0 | ||
offset: _this.props.offset | ||
}, | ||
@@ -126,3 +127,4 @@ preventOverflow: { | ||
children: function children() {}, | ||
offset: '0 8px', | ||
placement: 'bottom-start' | ||
}; |
@@ -15,2 +15,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
return { | ||
auto: [], | ||
top: ['top', 'bottom', 'top'], | ||
@@ -51,3 +52,3 @@ right: ['right', 'left', 'right'], | ||
enabled: true, | ||
offset: 0 | ||
offset: _this.props.offset | ||
}, | ||
@@ -86,3 +87,4 @@ preventOverflow: { | ||
children: function children() {}, | ||
offset: '0 8px', | ||
placement: 'bottom-start' | ||
}; |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.1.1" | ||
"version": "0.1.2" | ||
} |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Wrapper for react-popper with common config and some helpers", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.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
14892
190