@atlaskit/layer
Advanced tools
Comparing version 2.6.1 to 2.7.0
# @atlaskit/layer | ||
## 2.7.0 | ||
- [minor] Updated inline-dialog to include boundaries element prop, updated Layer to have dynamic boolean escapeWithReference property, updated modal-dialog Content component with overflow-x:hidden' [cb72752](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cb72752) | ||
## 2.6.1 | ||
@@ -4,0 +7,0 @@ |
@@ -199,3 +199,2 @@ 'use strict'; | ||
var actualTarget = this.targetRef.firstChild; | ||
var popperOpts = { | ||
@@ -224,3 +223,3 @@ placement: (0, _helpers.positionPropToPopperPosition)(props.position), | ||
enabled: !!this.props.autoFlip, | ||
escapeWithReference: true | ||
escapeWithReference: !(this.props.boundariesElement === 'scrollParent') | ||
} | ||
@@ -227,0 +226,0 @@ } |
@@ -162,3 +162,2 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
var actualTarget = this.targetRef.firstChild; | ||
var popperOpts = { | ||
@@ -187,3 +186,3 @@ placement: positionPropToPopperPosition(props.position), | ||
enabled: !!this.props.autoFlip, | ||
escapeWithReference: true | ||
escapeWithReference: !(this.props.boundariesElement === 'scrollParent') | ||
} | ||
@@ -190,0 +189,0 @@ } |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "2.6.0" | ||
"version": "2.6.1" | ||
} |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"description": "A React layer component responsible for the position of an element on a page", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
351954