@atlaskit/popper
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @atlaskit/popper | ||
## 0.1.2 | ||
- [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) | ||
- [patch] Updated datetime-picker to use @atlaskit/popper internally instead of @atlaskit/layer. Minor fix to @atlaskit/popper, boundariesElement for flipbehaviour is now viewport and not window. [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4) | ||
- [none] Updated dependencies [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672) | ||
- [none] Updated dependencies [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4) | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1) |
@@ -82,3 +82,3 @@ 'use strict'; | ||
behavior: flipBehavior, | ||
boundariesElement: 'window' | ||
boundariesElement: 'viewport' | ||
}, | ||
@@ -85,0 +85,0 @@ hide: { |
@@ -42,3 +42,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
behavior: flipBehavior, | ||
boundariesElement: 'window' | ||
boundariesElement: 'viewport' | ||
}, | ||
@@ -45,0 +45,0 @@ hide: { |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.1.0" | ||
"version": "0.1.1" | ||
} |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Wrapper for react-popper with common config and some helpers", | ||
@@ -39,2 +39,2 @@ "license": "Apache-2.0", | ||
] | ||
} | ||
} |
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
13579