@atlaskit/editor-plugin-block-controls 3.1.1 → 3.1.2
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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-controls
|
|
2
2
|
|
|
3
|
+
## 3.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#117869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117869)
|
|
8
|
+
[`1668bcd621203`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1668bcd621203) -
|
|
9
|
+
COMPHUB-2622 Added data attributes for editor elements
|
|
10
|
+
|
|
3
11
|
## 3.1.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -624,6 +624,7 @@ var DragHandle = exports.DragHandle = function DragHandle(_ref) {
|
|
|
624
624
|
,
|
|
625
625
|
onDrop: handleOnDrop,
|
|
626
626
|
disabled: dragHandleDisabled,
|
|
627
|
+
"data-editor-block-ctrl-drag-handle": true,
|
|
627
628
|
"data-testid": "block-ctrl-drag-handle"
|
|
628
629
|
}, (0, _react2.jsx)(_primitives.Box, {
|
|
629
630
|
as: "span",
|