@atlaskit/editor-core 189.6.6 → 189.6.9
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 +12 -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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 189.6.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246) [`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) - ED-21371 Update adf-schema to 35.1.0
|
|
8
|
+
|
|
9
|
+
## 189.6.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 189.6.6
|
|
4
16
|
|
|
5
17
|
### 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.9";
|
|
@@ -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.9";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.6.
|
|
3
|
+
"version": "189.6.9",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/activity-provider": "^2.4.0",
|
|
43
|
-
"@atlaskit/adf-schema": "^35.
|
|
43
|
+
"@atlaskit/adf-schema": "^35.1.0",
|
|
44
44
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
45
45
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
46
46
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@af/visual-regression": "*",
|
|
172
172
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
173
173
|
"@atlaskit/code": "^15.1.0",
|
|
174
|
-
"@atlaskit/collab-provider": "9.20.
|
|
174
|
+
"@atlaskit/collab-provider": "9.20.1",
|
|
175
175
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
176
176
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
177
177
|
"@atlaskit/editor-palette": "1.5.2",
|