@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",
@@ -607,6 +607,7 @@ export const DragHandle = ({
607
607
  ,
608
608
  onDrop: handleOnDrop,
609
609
  disabled: dragHandleDisabled,
610
+ "data-editor-block-ctrl-drag-handle": true,
610
611
  "data-testid": "block-ctrl-drag-handle"
611
612
  }, jsx(Box, {
612
613
  as: "span",
@@ -619,6 +619,7 @@ export var DragHandle = function DragHandle(_ref) {
619
619
  ,
620
620
  onDrop: handleOnDrop,
621
621
  disabled: dragHandleDisabled,
622
+ "data-editor-block-ctrl-drag-handle": true,
622
623
  "data-testid": "block-ctrl-drag-handle"
623
624
  }, jsx(Box, {
624
625
  as: "span",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",