@atlaskit/editor-plugin-extension 3.5.1 → 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
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 3.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.5.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
14
+ [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
15
+ Bump adf-schema to 47.2.1
16
+
3
17
  ## 3.5.1
4
18
 
5
19
  ### Patch Changes
@@ -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,
@@ -197,7 +197,6 @@ export const getToolbarConfig = ({
197
197
  separator: 'end'
198
198
  }, {
199
199
  type: 'copy-button',
200
- supportsViewMode: !fg('platform_editor_remove_copy_button_from_view_mode'),
201
200
  items: [{
202
201
  state,
203
202
  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.1",
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",
@@ -23,14 +23,14 @@
23
23
  ".": "./src/index.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@atlaskit/adf-schema": "^46.1.0",
26
+ "@atlaskit/adf-schema": "^47.2.1",
27
27
  "@atlaskit/adf-utils": "^19.18.0",
28
28
  "@atlaskit/analytics-next": "^10.3.0",
29
29
  "@atlaskit/avatar": "^21.18.0",
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.14.0",
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.2.0",
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.0.0",
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": "^15.0.0",
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
  }