@atlaskit/editor-core 215.9.1 → 215.9.3
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 +16 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.9.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`16c5ea0ef86b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/16c5ea0ef86b0) -
|
|
8
|
+
EDITOR-2602 Add missing customPrimaryToolbarComponents for comment editor
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 215.9.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`ca5c3cd4d655b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca5c3cd4d655b) -
|
|
16
|
+
Clean up FG platform_editor_table_column_selected_state_fix
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 215.9.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -208,7 +208,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
|
|
|
208
208
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
209
209
|
popupsScrollableElement: popupsScrollableElement,
|
|
210
210
|
popupsMountPoint: popupsMountPoint
|
|
211
|
-
})) : (0, _react2.jsx)(_react.default.Fragment, null, (0, _react2.jsx)(_CommentToolbar.CommentToolbar, {
|
|
211
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : (0, _react2.jsx)(_react.default.Fragment, null, (0, _react2.jsx)(_CommentToolbar.CommentToolbar, {
|
|
212
212
|
editorAPI: editorAPI,
|
|
213
213
|
editorView: editorView,
|
|
214
214
|
editorAppearance: appearance,
|
|
@@ -196,7 +196,7 @@ export const CommentEditorWithIntl = props => {
|
|
|
196
196
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
197
197
|
popupsScrollableElement: popupsScrollableElement,
|
|
198
198
|
popupsMountPoint: popupsMountPoint
|
|
199
|
-
})) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
199
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
200
200
|
editorAPI: editorAPI,
|
|
201
201
|
editorView: editorView,
|
|
202
202
|
editorAppearance: appearance,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.9.
|
|
2
|
+
export const version = "215.9.2";
|
|
@@ -197,7 +197,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
|
|
|
197
197
|
popupsBoundariesElement: popupsBoundariesElement,
|
|
198
198
|
popupsScrollableElement: popupsScrollableElement,
|
|
199
199
|
popupsMountPoint: popupsMountPoint
|
|
200
|
-
})) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
200
|
+
}), customPrimaryToolbarComponents ? customToolbarSlot : null) : jsx(React.Fragment, null, jsx(CommentToolbar, {
|
|
201
201
|
editorAPI: editorAPI,
|
|
202
202
|
editorView: editorView,
|
|
203
203
|
editorAppearance: appearance,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.9.
|
|
2
|
+
export var version = "215.9.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.9.
|
|
3
|
+
"version": "215.9.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@atlaskit/mention": "^24.3.0",
|
|
63
63
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
65
|
-
"@atlaskit/react-ufo": "^4.
|
|
65
|
+
"@atlaskit/react-ufo": "^4.14.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^13.23.0",
|
|
68
68
|
"@atlaskit/tokens": "^7.0.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.7.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"uuid": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@atlaskit/editor-common": "^110.
|
|
84
|
+
"@atlaskit/editor-common": "^110.20.0",
|
|
85
85
|
"@atlaskit/link-provider": "^4.0.0",
|
|
86
86
|
"@atlaskit/media-core": "^37.0.0",
|
|
87
87
|
"react": "^18.2.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@atlaskit/primitives": "^16.1.0",
|
|
108
108
|
"@atlaskit/renderer": "^124.9.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.8.0",
|
|
110
|
-
"@atlaskit/smart-card": "^43.
|
|
110
|
+
"@atlaskit/smart-card": "^43.5.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
112
112
|
"@atlaskit/toggle": "^15.1.0",
|
|
113
113
|
"@atlaskit/util-data-test": "^18.3.0",
|
|
@@ -266,10 +266,6 @@
|
|
|
266
266
|
"platform_editor_content_mode_button_mvp": {
|
|
267
267
|
"type": "boolean"
|
|
268
268
|
},
|
|
269
|
-
"platform_editor_table_column_selected_state_fix": {
|
|
270
|
-
"type": "boolean",
|
|
271
|
-
"referenceOnly": true
|
|
272
|
-
},
|
|
273
269
|
"platform_editor_elements_dnd_select_node_on_drag": {
|
|
274
270
|
"type": "boolean",
|
|
275
271
|
"referenceOnly": true
|
|
@@ -311,10 +307,6 @@
|
|
|
311
307
|
"type": "boolean",
|
|
312
308
|
"referenceOnly": true
|
|
313
309
|
},
|
|
314
|
-
"platform_editor_listen_for_annotation_clicks": {
|
|
315
|
-
"type": "boolean",
|
|
316
|
-
"referenceOnly": true
|
|
317
|
-
},
|
|
318
310
|
"platform_editor_nested_tables_cellselection_paste": {
|
|
319
311
|
"type": "boolean",
|
|
320
312
|
"referenceOnly": true
|
|
@@ -335,10 +327,6 @@
|
|
|
335
327
|
"type": "boolean",
|
|
336
328
|
"referenceOnly": true
|
|
337
329
|
},
|
|
338
|
-
"platform_editor_number_column_sticky_header_broken": {
|
|
339
|
-
"type": "boolean",
|
|
340
|
-
"referenceOnly": true
|
|
341
|
-
},
|
|
342
330
|
"platform_editor_undo_redo_find_on_primary_toolbar": {
|
|
343
331
|
"type": "boolean",
|
|
344
332
|
"referenceOnly": true
|