@atlaskit/editor-core 189.6.6 → 189.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/create-editor/ErrorBoundary.js +0 -3
- package/dist/cjs/plugins/annotation/ui/InlineCommentView.js +0 -3
- package/dist/cjs/utils/performance/safer-transactions.js +0 -3
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/ErrorBoundary.js +0 -3
- package/dist/es2019/plugins/annotation/ui/InlineCommentView.js +0 -3
- package/dist/es2019/utils/performance/safer-transactions.js +0 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/ErrorBoundary.js +0 -3
- package/dist/esm/plugins/annotation/ui/InlineCommentView.js +0 -3
- package/dist/esm/utils/performance/safer-transactions.js +0 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 189.6.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#59951](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59951) [`a42a17e8af1b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a42a17e8af1b) - ED-21106: Remove nonPrivacySafeAttributes from editor operational events
|
|
8
|
+
|
|
3
9
|
## 189.6.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -76,9 +76,6 @@ var ErrorBoundaryWithEditorView = exports.ErrorBoundaryWithEditorView = /*#__PUR
|
|
|
76
76
|
eventType: _analytics.EVENT_TYPE.OPERATIONAL,
|
|
77
77
|
attributes: {
|
|
78
78
|
errorId: sharedId
|
|
79
|
-
},
|
|
80
|
-
nonPrivacySafeAttributes: {
|
|
81
|
-
errorStack: errorStack
|
|
82
79
|
}
|
|
83
80
|
});
|
|
84
81
|
if (_this.featureFlags.ufo && _this.props.editorView) {
|
|
@@ -25,9 +25,6 @@ var freezeUnsafeTransactionProperties = exports.freezeUnsafeTransactionPropertie
|
|
|
25
25
|
eventType: _analytics.EVENT_TYPE.OPERATIONAL,
|
|
26
26
|
attributes: {
|
|
27
27
|
pluginKey: pluginKey || 'unknown'
|
|
28
|
-
},
|
|
29
|
-
nonPrivacySafeAttributes: {
|
|
30
|
-
stack: new Error().stack
|
|
31
28
|
}
|
|
32
29
|
});
|
|
33
30
|
}
|
|
@@ -50,9 +50,6 @@ export class ErrorBoundaryWithEditorView extends React.Component {
|
|
|
50
50
|
eventType: EVENT_TYPE.OPERATIONAL,
|
|
51
51
|
attributes: {
|
|
52
52
|
errorId: sharedId
|
|
53
|
-
},
|
|
54
|
-
nonPrivacySafeAttributes: {
|
|
55
|
-
errorStack
|
|
56
53
|
}
|
|
57
54
|
});
|
|
58
55
|
if (this.featureFlags.ufo && this.props.editorView) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.6.
|
|
2
|
+
export const version = "189.6.8";
|
|
@@ -70,9 +70,6 @@ export var ErrorBoundaryWithEditorView = /*#__PURE__*/function (_React$Component
|
|
|
70
70
|
eventType: EVENT_TYPE.OPERATIONAL,
|
|
71
71
|
attributes: {
|
|
72
72
|
errorId: sharedId
|
|
73
|
-
},
|
|
74
|
-
nonPrivacySafeAttributes: {
|
|
75
|
-
errorStack: errorStack
|
|
76
73
|
}
|
|
77
74
|
});
|
|
78
75
|
if (_this.featureFlags.ufo && _this.props.editorView) {
|
|
@@ -60,9 +60,6 @@ export function InlineCommentView(_ref) {
|
|
|
60
60
|
position: position,
|
|
61
61
|
docSize: editorView.state.doc.nodeSize,
|
|
62
62
|
error: error.toString()
|
|
63
|
-
},
|
|
64
|
-
nonPrivacySafeAttributes: {
|
|
65
|
-
errorStack: error.stack || undefined
|
|
66
63
|
}
|
|
67
64
|
};
|
|
68
65
|
dispatchAnalyticsEvent(payload);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.6.
|
|
2
|
+
export var version = "189.6.8";
|