@atlaskit/editor-plugin-block-menu 5.2.22 → 5.2.23
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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-menu
|
|
2
2
|
|
|
3
|
+
## 5.2.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6c9c4e73b1c39`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c9c4e73b1c39) -
|
|
8
|
+
EDITOR-4037 Block menu selection extension tests
|
|
9
|
+
|
|
3
10
|
## 5.2.22
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -46,7 +46,7 @@ var FormatMenuComponent = exports.FormatMenuComponent = function FormatMenuCompo
|
|
|
46
46
|
}),
|
|
47
47
|
enableMaxHeight: true,
|
|
48
48
|
onClick: handleClick,
|
|
49
|
-
dropdownTestId: "editor-
|
|
49
|
+
dropdownTestId: "editor-turn-into-menu",
|
|
50
50
|
shouldFitContainer: true
|
|
51
51
|
}, children);
|
|
52
52
|
};
|
|
@@ -37,7 +37,7 @@ export var FormatMenuComponent = function FormatMenuComponent(_ref) {
|
|
|
37
37
|
}),
|
|
38
38
|
enableMaxHeight: true,
|
|
39
39
|
onClick: handleClick,
|
|
40
|
-
dropdownTestId: "editor-
|
|
40
|
+
dropdownTestId: "editor-turn-into-menu",
|
|
41
41
|
shouldFitContainer: true
|
|
42
42
|
}, children);
|
|
43
43
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-menu",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.23",
|
|
4
4
|
"description": "BlockMenu plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@atlaskit/css": "^0.19.0",
|
|
32
32
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
33
33
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
34
|
-
"@atlaskit/editor-plugin-block-controls": "^7.
|
|
34
|
+
"@atlaskit/editor-plugin-block-controls": "^7.18.0",
|
|
35
35
|
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
36
36
|
"@atlaskit/editor-plugin-selection": "^6.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-user-intent": "^4.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@babel/runtime": "^7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@atlaskit/editor-common": "^110.
|
|
52
|
+
"@atlaskit/editor-common": "^110.49.0",
|
|
53
53
|
"react": "^18.2.0",
|
|
54
54
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
55
55
|
},
|