@atlaskit/editor-plugin-block-controls 3.2.0 → 3.2.1
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
CHANGED
|
@@ -75,7 +75,7 @@ var dragHandleDecoration = exports.dragHandleDecoration = function dragHandleDec
|
|
|
75
75
|
// temporarily re-instating ReactDOM.render to fix drag handle focus issue, fix to
|
|
76
76
|
// follow via ED-26546
|
|
77
77
|
|
|
78
|
-
//
|
|
78
|
+
// previous under platform_editor_react18_plugin_portalprovider
|
|
79
79
|
// nodeViewPortalProviderAPI.render(
|
|
80
80
|
// () =>
|
|
81
81
|
// createElement(DragHandle, {
|
|
@@ -91,7 +91,7 @@ var dragHandleDecoration = exports.dragHandleDecoration = function dragHandleDec
|
|
|
91
91
|
// element,
|
|
92
92
|
// key,
|
|
93
93
|
// );
|
|
94
|
-
|
|
94
|
+
|
|
95
95
|
_reactDom.default.render( /*#__PURE__*/(0, _react.createElement)(_dragHandle.DragHandle, {
|
|
96
96
|
view: view,
|
|
97
97
|
api: api,
|
|
@@ -66,7 +66,7 @@ export const dragHandleDecoration = (api, formatMessage, pos, anchorName, nodeTy
|
|
|
66
66
|
// temporarily re-instating ReactDOM.render to fix drag handle focus issue, fix to
|
|
67
67
|
// follow via ED-26546
|
|
68
68
|
|
|
69
|
-
//
|
|
69
|
+
// previous under platform_editor_react18_plugin_portalprovider
|
|
70
70
|
// nodeViewPortalProviderAPI.render(
|
|
71
71
|
// () =>
|
|
72
72
|
// createElement(DragHandle, {
|
|
@@ -82,7 +82,7 @@ export const dragHandleDecoration = (api, formatMessage, pos, anchorName, nodeTy
|
|
|
82
82
|
// element,
|
|
83
83
|
// key,
|
|
84
84
|
// );
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
ReactDOM.render( /*#__PURE__*/createElement(DragHandle, {
|
|
87
87
|
view,
|
|
88
88
|
api,
|
|
@@ -68,7 +68,7 @@ export var dragHandleDecoration = function dragHandleDecoration(api, formatMessa
|
|
|
68
68
|
// temporarily re-instating ReactDOM.render to fix drag handle focus issue, fix to
|
|
69
69
|
// follow via ED-26546
|
|
70
70
|
|
|
71
|
-
//
|
|
71
|
+
// previous under platform_editor_react18_plugin_portalprovider
|
|
72
72
|
// nodeViewPortalProviderAPI.render(
|
|
73
73
|
// () =>
|
|
74
74
|
// createElement(DragHandle, {
|
|
@@ -84,7 +84,7 @@ export var dragHandleDecoration = function dragHandleDecoration(api, formatMessa
|
|
|
84
84
|
// element,
|
|
85
85
|
// key,
|
|
86
86
|
// );
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
ReactDOM.render( /*#__PURE__*/createElement(DragHandle, {
|
|
89
89
|
view: view,
|
|
90
90
|
api: api,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
36
|
-
"@atlaskit/editor-common": "^
|
|
36
|
+
"@atlaskit/editor-common": "^101.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-accessibility-utils": "^2.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-analytics": "^2.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|