@atlaskit/editor-plugin-block-controls 9.0.28 → 9.0.30
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-block-controls
|
|
2
2
|
|
|
3
|
+
## 9.0.30
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ad4c50d62f411`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4c50d62f411) -
|
|
8
|
+
Cleanup fg: platform_editor_controls_block_controls_state_fix
|
|
9
|
+
|
|
10
|
+
## 9.0.29
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 9.0.28
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -742,7 +742,7 @@ var _apply = exports.apply = function apply(api, formatMessage, tr, currentState
|
|
|
742
742
|
isMenuOpenNew = !isMenuOpen;
|
|
743
743
|
}
|
|
744
744
|
var isSelectedViaDragHandleNew;
|
|
745
|
-
if (flags.toolbarFlagsEnabled
|
|
745
|
+
if (flags.toolbarFlagsEnabled) {
|
|
746
746
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined ? meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle : isSelectedViaDragHandle;
|
|
747
747
|
} else {
|
|
748
748
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined && flags.toolbarFlagsEnabled && (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle);
|
|
@@ -642,7 +642,7 @@ export const apply = (api, formatMessage, tr, currentState, newState, flags, nod
|
|
|
642
642
|
isMenuOpenNew = !isMenuOpen;
|
|
643
643
|
}
|
|
644
644
|
let isSelectedViaDragHandleNew;
|
|
645
|
-
if (flags.toolbarFlagsEnabled
|
|
645
|
+
if (flags.toolbarFlagsEnabled) {
|
|
646
646
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined ? meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle : isSelectedViaDragHandle;
|
|
647
647
|
} else {
|
|
648
648
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined && flags.toolbarFlagsEnabled && (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle);
|
|
@@ -735,7 +735,7 @@ var _apply = function apply(api, formatMessage, tr, currentState, newState, flag
|
|
|
735
735
|
isMenuOpenNew = !isMenuOpen;
|
|
736
736
|
}
|
|
737
737
|
var isSelectedViaDragHandleNew;
|
|
738
|
-
if (flags.toolbarFlagsEnabled
|
|
738
|
+
if (flags.toolbarFlagsEnabled) {
|
|
739
739
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined ? meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle : isSelectedViaDragHandle;
|
|
740
740
|
} else {
|
|
741
741
|
isSelectedViaDragHandleNew = (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle) !== undefined && flags.toolbarFlagsEnabled && (meta === null || meta === void 0 ? void 0 : meta.isSelectedViaDragHandle);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-controls",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.30",
|
|
4
4
|
"description": "Block controls plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
57
57
|
"@atlaskit/primitives": "^18.1.0",
|
|
58
58
|
"@atlaskit/theme": "^22.0.0",
|
|
59
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
59
|
+
"@atlaskit/tmp-editor-statsig": "^51.0.0",
|
|
60
60
|
"@atlaskit/tokens": "^11.4.0",
|
|
61
61
|
"@atlaskit/tooltip": "^21.0.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|