@atlaskit/analytics
Advanced tools
Comparing version 6.0.6 to 6.1.0
# @atlaskit/analytics | ||
## 6.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 | ||
## 6.0.6 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "6.0.6", | ||
"version": "6.1.0", | ||
"sideEffects": false | ||
} |
@@ -113,4 +113,4 @@ "use strict"; | ||
(0, _createClass2.default)(WithAnalytics, [{ | ||
key: "componentWillMount", | ||
value: function componentWillMount() { | ||
key: "UNSAFE_componentWillMount", | ||
value: function UNSAFE_componentWillMount() { | ||
this.evaluatedMap = typeof map === 'function' ? map(this.fireAnalyticsEvent) : map; | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "6.0.6", | ||
"version": "6.1.0", | ||
"sideEffects": false | ||
} |
@@ -100,4 +100,4 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
_createClass(WithAnalytics, [{ | ||
key: "componentWillMount", | ||
value: function componentWillMount() { | ||
key: "UNSAFE_componentWillMount", | ||
value: function UNSAFE_componentWillMount() { | ||
this.evaluatedMap = typeof map === 'function' ? map(this.fireAnalyticsEvent) : map; | ||
@@ -104,0 +104,0 @@ } |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "6.0.6", | ||
"version": "6.1.0", | ||
"description": "The Atlaskit Component Analytics Framework", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "6.0.6", | ||
"version": "6.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
87983