@atlaskit/analytics-next
Advanced tools
Comparing version 8.0.2 to 8.1.0
# @atlaskit/analytics-next | ||
## 8.1.0 | ||
### Minor Changes | ||
- [`4eb71695b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4eb71695b5) - Added usePlatformLeafSyntheticEventHandler, which acts similarly to usePlatformLeafEventHandler but is used for synthetic events where the event handler takes no `value` prop | ||
## 8.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -32,2 +32,4 @@ "use strict"; | ||
Object.defineProperty(exports, "usePlatformLeafEventHandler", { enumerable: true, get: function () { return usePlatformLeafEventHandler_1.usePlatformLeafEventHandler; } }); | ||
var usePlatformLeafSyntheticEventHandler_1 = require("./hooks/usePlatformLeafSyntheticEventHandler"); | ||
Object.defineProperty(exports, "usePlatformLeafSyntheticEventHandler", { enumerable: true, get: function () { return usePlatformLeafSyntheticEventHandler_1.usePlatformLeafSyntheticEventHandler; } }); | ||
// Helper functions | ||
@@ -34,0 +36,0 @@ var createAndFireEvent_1 = require("./utils/createAndFireEvent"); |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"sideEffects": false | ||
} |
@@ -22,3 +22,5 @@ export type { CreateUIAnalyticsEvent } from './types'; | ||
export type { UsePlatformLeafEventHandlerHookArgs, UsePlatformLeafEventHandlerHook, } from './hooks/usePlatformLeafEventHandler'; | ||
export { usePlatformLeafSyntheticEventHandler } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export type { UsePlatformLeafSyntheticEventHandlerHookArgs, UsePlatformLeafSyntheticEventHandlerHook, } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export { default as createAndFireEvent } from './utils/createAndFireEvent'; | ||
export { default as cleanProps } from './utils/cleanProps'; |
@@ -19,2 +19,3 @@ // Analytics event classes | ||
export { usePlatformLeafEventHandler } from './hooks/usePlatformLeafEventHandler'; | ||
export { usePlatformLeafSyntheticEventHandler } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
// Helper functions | ||
@@ -21,0 +22,0 @@ export { default as createAndFireEvent } from './utils/createAndFireEvent'; |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"sideEffects": false | ||
} |
@@ -22,3 +22,5 @@ export type { CreateUIAnalyticsEvent } from './types'; | ||
export type { UsePlatformLeafEventHandlerHookArgs, UsePlatformLeafEventHandlerHook, } from './hooks/usePlatformLeafEventHandler'; | ||
export { usePlatformLeafSyntheticEventHandler } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export type { UsePlatformLeafSyntheticEventHandlerHookArgs, UsePlatformLeafSyntheticEventHandlerHook, } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export { default as createAndFireEvent } from './utils/createAndFireEvent'; | ||
export { default as cleanProps } from './utils/cleanProps'; |
@@ -19,2 +19,3 @@ // Analytics event classes | ||
export { usePlatformLeafEventHandler } from './hooks/usePlatformLeafEventHandler'; | ||
export { usePlatformLeafSyntheticEventHandler } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
// Helper functions | ||
@@ -21,0 +22,0 @@ export { default as createAndFireEvent } from './utils/createAndFireEvent'; |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"sideEffects": false | ||
} |
@@ -22,3 +22,5 @@ export type { CreateUIAnalyticsEvent } from './types'; | ||
export type { UsePlatformLeafEventHandlerHookArgs, UsePlatformLeafEventHandlerHook, } from './hooks/usePlatformLeafEventHandler'; | ||
export { usePlatformLeafSyntheticEventHandler } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export type { UsePlatformLeafSyntheticEventHandlerHookArgs, UsePlatformLeafSyntheticEventHandlerHook, } from './hooks/usePlatformLeafSyntheticEventHandler'; | ||
export { default as createAndFireEvent } from './utils/createAndFireEvent'; | ||
export { default as cleanProps } from './utils/cleanProps'; |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"description": "React components, HOCs and hooks to assist with tracking user activity with React components", | ||
@@ -38,3 +38,4 @@ "publishConfig": { | ||
"./UIAnalyticsEvent": "./src/events/UIAnalyticsEvent.ts", | ||
"./createAndFireEvents": "./src/utils/createAndFireEvent.ts" | ||
"./createAndFireEvents": "./src/utils/createAndFireEvent.ts", | ||
".": "./src/index.ts" | ||
}, | ||
@@ -60,3 +61,3 @@ "dependencies": { | ||
"redux": "^3.7.2", | ||
"storybook-addon-performance": "0.12.0", | ||
"storybook-addon-performance": "0.13.0", | ||
"typescript": "3.9.6" | ||
@@ -63,0 +64,0 @@ }, |
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
284949
265
3813