@atlaskit/layer
Advanced tools
Comparing version 7.0.8 to 7.1.0
# @atlaskit/layer | ||
## 7.1.0 | ||
### Minor Changes | ||
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6): | ||
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+ | ||
More information about the deprecation of lifecycles methods can be found here: | ||
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes | ||
## 7.0.8 | ||
@@ -4,0 +15,0 @@ |
@@ -142,4 +142,4 @@ "use strict"; | ||
}, { | ||
key: "componentWillReceiveProps", | ||
value: function componentWillReceiveProps(nextProps) { | ||
key: "UNSAFE_componentWillReceiveProps", | ||
value: function UNSAFE_componentWillReceiveProps(nextProps) { | ||
this.applyPopper(nextProps); | ||
@@ -146,0 +146,0 @@ this.calculateFixedOffset(nextProps); |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "7.0.8", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
@@ -122,4 +122,4 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread"; | ||
}, { | ||
key: "componentWillReceiveProps", | ||
value: function componentWillReceiveProps(nextProps) { | ||
key: "UNSAFE_componentWillReceiveProps", | ||
value: function UNSAFE_componentWillReceiveProps(nextProps) { | ||
this.applyPopper(nextProps); | ||
@@ -126,0 +126,0 @@ this.calculateFixedOffset(nextProps); |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "7.0.8", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "7.0.8", | ||
"version": "7.1.0", | ||
"description": "A React layer component responsible for the position of an element on a page", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "7.0.8", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
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
85339