@atlaskit/editor-plugin-extension 3.5.2 → 3.5.3
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
|
@@ -200,7 +200,6 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(_ref
|
|
|
200
200
|
separator: 'end'
|
|
201
201
|
}, {
|
|
202
202
|
type: 'copy-button',
|
|
203
|
-
supportsViewMode: !(0, _platformFeatureFlags.fg)('platform_editor_remove_copy_button_from_view_mode'),
|
|
204
203
|
items: [{
|
|
205
204
|
state: state,
|
|
206
205
|
formatMessage: intl.formatMessage,
|
|
@@ -193,7 +193,6 @@ export var getToolbarConfig = function getToolbarConfig(_ref) {
|
|
|
193
193
|
separator: 'end'
|
|
194
194
|
}, {
|
|
195
195
|
type: 'copy-button',
|
|
196
|
-
supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
|
|
197
196
|
items: [{
|
|
198
197
|
state: state,
|
|
199
198
|
formatMessage: intl.formatMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@atlaskit/button": "^20.5.0",
|
|
31
31
|
"@atlaskit/checkbox": "^15.3.0",
|
|
32
32
|
"@atlaskit/datetime-picker": "^15.13.0",
|
|
33
|
-
"@atlaskit/editor-common": "^99.
|
|
33
|
+
"@atlaskit/editor-common": "^99.17.0",
|
|
34
34
|
"@atlaskit/editor-json-transformer": "^8.23.0",
|
|
35
35
|
"@atlaskit/editor-plugin-analytics": "^1.12.0",
|
|
36
36
|
"@atlaskit/editor-plugin-context-identifier": "^1.4.0",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@atlaskit/editor-plugin-feature-flags": "^1.3.0",
|
|
40
40
|
"@atlaskit/editor-plugin-width": "^2.1.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
42
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
42
|
+
"@atlaskit/editor-shared-styles": "^3.3.0",
|
|
43
43
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
44
44
|
"@atlaskit/empty-state": "^8.2.0",
|
|
45
45
|
"@atlaskit/form": "^11.1.0",
|
|
46
46
|
"@atlaskit/heading": "4.1.0",
|
|
47
47
|
"@atlaskit/icon": "^23.9.0",
|
|
48
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
48
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
49
|
"@atlaskit/primitives": "^13.5.0",
|
|
50
50
|
"@atlaskit/radio": "^7.2.0",
|
|
51
51
|
"@atlaskit/section-message": "^6.9.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/tabs": "^17.2.0",
|
|
56
56
|
"@atlaskit/textarea": "^7.0.0",
|
|
57
57
|
"@atlaskit/textfield": "^6.8.0",
|
|
58
|
-
"@atlaskit/theme": "^
|
|
58
|
+
"@atlaskit/theme": "^16.0.0",
|
|
59
59
|
"@atlaskit/tmp-editor-statsig": "^2.46.0",
|
|
60
60
|
"@atlaskit/toggle": "^14.1.0",
|
|
61
61
|
"@atlaskit/tokens": "^3.3.0",
|
|
@@ -110,9 +110,6 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"platform-feature-flags": {
|
|
113
|
-
"platform_editor_remove_copy_button_from_view_mode": {
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
},
|
|
116
113
|
"platform_editor_legacy_content_macro": {
|
|
117
114
|
"type": "boolean"
|
|
118
115
|
}
|