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

@atlaskit/popper

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/popper - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

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

2

dist/cjs/Popper.js

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

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