@atlaskit/editor-plugin-floating-toolbar 3.6.0 → 3.6.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
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-floating-toolbar
|
|
2
2
|
|
|
3
|
+
## 3.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#139216](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/139216)
|
|
8
|
+
[`e8f596d2b1910`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e8f596d2b1910) -
|
|
9
|
+
[ux] Cleaned up platform_editor_controls_patch_1 FG
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 3.6.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -278,7 +278,7 @@ function ContentComponent(_ref5) {
|
|
|
278
278
|
return toolbarItemViewModeProp in item && !!item[toolbarItemViewModeProp];
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
|
-
if ((0, _experiments.editorExperiment)('platform_editor_controls', 'variant1')
|
|
281
|
+
if ((0, _experiments.editorExperiment)('platform_editor_controls', 'variant1')) {
|
|
282
282
|
var _items2;
|
|
283
283
|
// Consolidate floating toolbar items
|
|
284
284
|
var toolbarItemsArray = Array.isArray(items) ? items : (_items2 = items) === null || _items2 === void 0 ? void 0 : _items2(node);
|
|
@@ -261,7 +261,7 @@ export function ContentComponent({
|
|
|
261
261
|
const toolbarItemViewModeProp = 'supportsViewMode';
|
|
262
262
|
items = iterableItems.filter(item => toolbarItemViewModeProp in item && !!item[toolbarItemViewModeProp]);
|
|
263
263
|
}
|
|
264
|
-
if (editorExperiment('platform_editor_controls', 'variant1')
|
|
264
|
+
if (editorExperiment('platform_editor_controls', 'variant1')) {
|
|
265
265
|
var _items2;
|
|
266
266
|
// Consolidate floating toolbar items
|
|
267
267
|
const toolbarItemsArray = Array.isArray(items) ? items : (_items2 = items) === null || _items2 === void 0 ? void 0 : _items2(node);
|
|
@@ -266,7 +266,7 @@ export function ContentComponent(_ref5) {
|
|
|
266
266
|
return toolbarItemViewModeProp in item && !!item[toolbarItemViewModeProp];
|
|
267
267
|
});
|
|
268
268
|
}
|
|
269
|
-
if (editorExperiment('platform_editor_controls', 'variant1')
|
|
269
|
+
if (editorExperiment('platform_editor_controls', 'variant1')) {
|
|
270
270
|
var _items2;
|
|
271
271
|
// Consolidate floating toolbar items
|
|
272
272
|
var toolbarItemsArray = Array.isArray(items) ? items : (_items2 = items) === null || _items2 === void 0 ? void 0 : _items2(node);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-floating-toolbar",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Floating toolbar plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
29
29
|
"@atlaskit/button": "^23.0.0",
|
|
30
30
|
"@atlaskit/checkbox": "^17.0.0",
|
|
31
|
-
"@atlaskit/editor-common": "^103.
|
|
31
|
+
"@atlaskit/editor-common": "^103.4.0",
|
|
32
32
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
33
33
|
"@atlaskit/editor-plugin-block-controls": "^3.8.0",
|
|
34
34
|
"@atlaskit/editor-plugin-context-panel": "^4.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-copy-button": "^2.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^3.
|
|
38
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^3.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-emoji": "^3.5.0",
|
|
40
40
|
"@atlaskit/editor-plugin-extension": "^5.2.0",
|
|
41
|
-
"@atlaskit/editor-plugin-table": "^10.
|
|
41
|
+
"@atlaskit/editor-plugin-table": "^10.7.0",
|
|
42
42
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
43
43
|
"@atlaskit/emoji": "^69.0.0",
|
|
44
44
|
"@atlaskit/icon": "^25.5.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/primitives": "^14.4.0",
|
|
49
|
-
"@atlaskit/select": "^20.
|
|
49
|
+
"@atlaskit/select": "^20.3.0",
|
|
50
50
|
"@atlaskit/theme": "^18.0.0",
|
|
51
51
|
"@atlaskit/tmp-editor-statsig": "^4.6.0",
|
|
52
52
|
"@atlaskit/tokens": "^4.7.0",
|
|
@@ -132,9 +132,6 @@
|
|
|
132
132
|
"platform_editor_fix_floating_toolbar_scrollbar": {
|
|
133
133
|
"type": "boolean"
|
|
134
134
|
},
|
|
135
|
-
"platform_editor_controls_patch_1": {
|
|
136
|
-
"type": "boolean"
|
|
137
|
-
},
|
|
138
135
|
"platform_editor_controls_patch_2": {
|
|
139
136
|
"type": "boolean"
|
|
140
137
|
},
|