@atlaskit/analytics-next
Advanced tools
Comparing version
# @atlaskit/analytics-next | ||
## 2.1.0 | ||
- [minor] Export cleanProps function that can be used to strip analytics props provided by our HOCs, useful when spreading props to a child element [973d6ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/973d6ea) | ||
## 2.0.0 | ||
@@ -4,0 +8,0 @@ - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858) |
@@ -70,2 +70,11 @@ 'use strict'; | ||
var _cleanProps = require('./cleanProps'); | ||
Object.defineProperty(exports, 'cleanProps', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_cleanProps).default; | ||
} | ||
}); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -18,3 +18,4 @@ | ||
export { default as withAnalyticsEvents } from './withAnalyticsEvents'; | ||
// create and fire helper | ||
export { default as createAndFireEvent } from './createAndFireEvent'; | ||
// Helper functions | ||
export { default as createAndFireEvent } from './createAndFireEvent'; | ||
export { default as cleanProps } from './cleanProps'; |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.10", | ||
"version": "2.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "The 🆕 Atlaskit component analytics framework", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^7.0.0", | ||
"@atlaskit/button": "^7.0.3", | ||
"@atlaskit/docs": "^3.0.0", | ||
@@ -35,0 +35,0 @@ "@atlaskit/field-text": "^5.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67628
3.65%46
9.52%788
4.65%