Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/layer

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/layer - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

3

CHANGELOG.md
# @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 @@

3

dist/cjs/components/Layer.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc