@atlaskit/analytics-next
Advanced tools
Comparing version 1.1.8 to 1.1.9
# @atlaskit/analytics-next | ||
## 1.1.9 | ||
- [patch] Updates flow types of withAnalyticsEvents and withAnalyticsContext HOCs [26778bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26778bc) | ||
- [patch] Uses element config flow type with button deprecation warnings hoc [a9aa90a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a9aa90a) | ||
## 1.1.8 | ||
@@ -4,0 +8,0 @@ |
@@ -98,4 +98,3 @@ 'use strict'; | ||
this.createAnalyticsEvent = function () { | ||
var payload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
this.createAnalyticsEvent = function (payload) { | ||
var _context = _this2.context, | ||
@@ -102,0 +101,0 @@ getAtlaskitAnalyticsEventHandlers = _context.getAtlaskitAnalyticsEventHandlers, |
import AnalyticsEvent from './AnalyticsEvent'; | ||
import UIAnalyticsEvent from './UIAnalyticsEvent'; | ||
// Utils | ||
// Basic events | ||
@@ -8,0 +5,0 @@ |
@@ -12,3 +12,2 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
export default function withAnalyticsContext() { | ||
@@ -15,0 +14,0 @@ var defaultData = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
@@ -56,4 +56,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty'; | ||
this.createAnalyticsEvent = function () { | ||
var payload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
this.createAnalyticsEvent = function (payload) { | ||
var _context = _this2.context, | ||
@@ -60,0 +59,0 @@ getAtlaskitAnalyticsEventHandlers = _context.getAtlaskitAnalyticsEventHandlers, |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "The 🆕 Atlaskit component analytics framework", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^6.6.2", | ||
"@atlaskit/button": "^6.6.4", | ||
"@atlaskit/docs": "^2.5.2", | ||
@@ -41,2 +41,2 @@ "@atlaskit/field-text": "^4.2.1", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
65493
773