@atlaskit/layer-manager
Advanced tools
Comparing version 2.8.2 to 2.8.3
# @atlaskit/layer-manager | ||
## 2.8.3 | ||
- [patch] Preserve analytics-next context across portalled contents [69c606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c606b) | ||
## 2.8.2 | ||
@@ -4,0 +7,0 @@ - [patch] Fix flow type error and bug not calling preventDefault [aac58a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aac58a9) |
@@ -66,4 +66,8 @@ 'use strict'; | ||
var analyticsContextTypes = { | ||
// Old analytics keys | ||
onAnalyticsEvent: _propTypes2.default.func, | ||
getParentAnalyticsData: _propTypes2.default.func | ||
getParentAnalyticsData: _propTypes2.default.func, | ||
// New analytics-next keys, | ||
getAtlaskitAnalyticsContext: _propTypes2.default.func, | ||
getAtlaskitAnalyticsEventHandlers: _propTypes2.default.func | ||
}; | ||
@@ -70,0 +74,0 @@ |
@@ -24,4 +24,8 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties'; | ||
var analyticsContextTypes = { | ||
// Old analytics keys | ||
onAnalyticsEvent: PropTypes.func, | ||
getParentAnalyticsData: PropTypes.func | ||
getParentAnalyticsData: PropTypes.func, | ||
// New analytics-next keys, | ||
getAtlaskitAnalyticsContext: PropTypes.func, | ||
getAtlaskitAnalyticsEventHandlers: PropTypes.func | ||
}; | ||
@@ -28,0 +32,0 @@ |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "2.8.1" | ||
"version": "2.8.2" | ||
} |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "A React Component for managing layers", | ||
@@ -30,3 +30,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/analytics": "^2.4.4", | ||
"@atlaskit/analytics-next": "^1.1.3", | ||
"@atlaskit/button": "^6.6.2", | ||
@@ -33,0 +33,0 @@ "@atlaskit/docs": "^2.5.2", |
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
143517
2073