@atlaskit/editor-plugin-extension 1.5.2 → 1.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.
Files changed (31) hide show
  1. package/.eslintrc.js +12 -12
  2. package/CHANGELOG.md +219 -214
  3. package/LICENSE.md +6 -8
  4. package/dist/cjs/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
  5. package/dist/cjs/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
  6. package/dist/cjs/ui/ConfigPanel/FormContent.js +4 -1
  7. package/dist/cjs/ui/ConfigPanel/Header.js +1 -0
  8. package/dist/cjs/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
  9. package/dist/es2019/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
  10. package/dist/es2019/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
  11. package/dist/es2019/ui/ConfigPanel/FormContent.js +4 -1
  12. package/dist/es2019/ui/ConfigPanel/Header.js +1 -0
  13. package/dist/es2019/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
  14. package/dist/esm/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
  15. package/dist/esm/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
  16. package/dist/esm/ui/ConfigPanel/FormContent.js +4 -1
  17. package/dist/esm/ui/ConfigPanel/Header.js +1 -0
  18. package/dist/esm/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
  19. package/dist/types/ui/ConfigPanel/Fields/UnhandledType.d.ts +1 -1
  20. package/dist/types/ui/SaveIndicator/SaveIndicator.d.ts +1 -1
  21. package/dist/types-ts4.5/ui/ConfigPanel/Fields/UnhandledType.d.ts +1 -1
  22. package/dist/types-ts4.5/ui/SaveIndicator/SaveIndicator.d.ts +1 -1
  23. package/example-utils/config-panel/ConfigPanelWithExtensionPicker.tsx +158 -172
  24. package/example-utils/config-panel/ConfigPanelWithProviders.tsx +37 -37
  25. package/example-utils/config-panel/ExtensionNodePicker.tsx +110 -121
  26. package/example-utils/config-panel/FieldTypePicker.tsx +49 -47
  27. package/example-utils/config-panel/example-manifest-all-fields.ts +63 -63
  28. package/example-utils/config-panel/example-manifest-individual-fields.ts +64 -64
  29. package/example-utils/config-panel/fields.ts +617 -619
  30. package/package.json +8 -10
  31. package/report.api.md +42 -47
package/CHANGELOG.md CHANGED
@@ -1,539 +1,544 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 1.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.5.2
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
8
- [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
9
- [ED-23332] Update adf-schema package to 36.10.1
10
- - Updated dependencies
13
+ - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
14
+ [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
15
+ [ED-23332] Update adf-schema package to 36.10.1
16
+ - Updated dependencies
11
17
 
12
18
  ## 1.5.1
13
19
 
14
20
  ### Patch Changes
15
21
 
16
- - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
17
- [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
18
- ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
22
+ - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
23
+ [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
24
+ ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
19
25
 
20
26
  ## 1.5.0
21
27
 
22
28
  ### Minor Changes
23
29
 
24
- - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
25
- [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
26
- Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
30
+ - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
31
+ [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
32
+ Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
27
33
 
28
34
  ### Patch Changes
29
35
 
30
- - Updated dependencies
36
+ - Updated dependencies
31
37
 
32
38
  ## 1.4.7
33
39
 
34
40
  ### Patch Changes
35
41
 
36
- - Updated dependencies
42
+ - Updated dependencies
37
43
 
38
44
  ## 1.4.6
39
45
 
40
46
  ### Patch Changes
41
47
 
42
- - [#98080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98080)
43
- [`23c03580e38c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23c03580e38c) -
44
- [ux] [ED-23247] Allow floating toolbar copy buttons in live pages view mode.
48
+ - [#98080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98080)
49
+ [`23c03580e38c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/23c03580e38c) -
50
+ [ux] [ED-23247] Allow floating toolbar copy buttons in live pages view mode.
45
51
 
46
52
  ## 1.4.5
47
53
 
48
54
  ### Patch Changes
49
55
 
50
- - Updated dependencies
56
+ - Updated dependencies
51
57
 
52
58
  ## 1.4.4
53
59
 
54
60
  ### Patch Changes
55
61
 
56
- - [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
57
- [`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
58
- [ED-22282] Bump adf-schema to 36.1.0
62
+ - [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
63
+ [`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
64
+ [ED-22282] Bump adf-schema to 36.1.0
59
65
 
60
66
  ## 1.4.3
61
67
 
62
68
  ### Patch Changes
63
69
 
64
- - [#97158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97158)
65
- [`5568b03ef792`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5568b03ef792) -
66
- [ux] EDF-661: Fix AI Panels Undo behaviour during insert flows (revert extension insertion) and
67
- regenerate flows (revert content changes)
68
- - Updated dependencies
70
+ - [#97158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97158)
71
+ [`5568b03ef792`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5568b03ef792) -
72
+ [ux] EDF-661: Fix AI Panels Undo behaviour during insert flows (revert extension insertion) and
73
+ regenerate flows (revert content changes)
74
+ - Updated dependencies
69
75
 
70
76
  ## 1.4.2
71
77
 
72
78
  ### Patch Changes
73
79
 
74
- - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
75
- [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
76
- [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
77
- language triggering composition on an empty line.This was fixed in a patch bump of
78
- prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
79
- - Updated dependencies
80
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
81
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
82
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
83
+ language triggering composition on an empty line.This was fixed in a patch bump of
84
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
85
+ - Updated dependencies
80
86
 
81
87
  ## 1.4.1
82
88
 
83
89
  ### Patch Changes
84
90
 
85
- - Updated dependencies
91
+ - Updated dependencies
86
92
 
87
93
  ## 1.4.0
88
94
 
89
95
  ### Minor Changes
90
96
 
91
- - [#95168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95168)
92
- [`2091e194a817`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2091e194a817) -
93
- Introduced new PortalProviderAPI behind a FF
97
+ - [#95168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95168)
98
+ [`2091e194a817`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2091e194a817) -
99
+ Introduced new PortalProviderAPI behind a FF
94
100
 
95
101
  ### Patch Changes
96
102
 
97
- - Updated dependencies
103
+ - Updated dependencies
98
104
 
99
105
  ## 1.3.5
100
106
 
101
107
  ### Patch Changes
102
108
 
103
- - [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
104
- [`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
105
- [ED-23102] Bump ADF schema to version 35.12.2
109
+ - [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
110
+ [`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
111
+ [ED-23102] Bump ADF schema to version 35.12.2
106
112
 
107
113
  ## 1.3.4
108
114
 
109
115
  ### Patch Changes
110
116
 
111
- - [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
112
- [`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
113
- [ED-23097] Bump ADF schema to version 35.12.1
117
+ - [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
118
+ [`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
119
+ [ED-23097] Bump ADF schema to version 35.12.1
114
120
 
115
121
  ## 1.3.3
116
122
 
117
123
  ### Patch Changes
118
124
 
119
- - Updated dependencies
125
+ - Updated dependencies
120
126
 
121
127
  ## 1.3.2
122
128
 
123
129
  ### Patch Changes
124
130
 
125
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
126
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
127
- Migrated to the new button component
128
- - Updated dependencies
131
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
132
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
133
+ Migrated to the new button component
134
+ - Updated dependencies
129
135
 
130
136
  ## 1.3.1
131
137
 
132
138
  ### Patch Changes
133
139
 
134
- - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
135
- [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
136
- Updating adf-schema version to 35.10.0
140
+ - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
141
+ [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
142
+ Updating adf-schema version to 35.10.0
137
143
 
138
144
  ## 1.3.0
139
145
 
140
146
  ### Minor Changes
141
147
 
142
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
143
- [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
144
- bumped editor-prosemirror version to 4.0.0
148
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
149
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
150
+ bumped editor-prosemirror version to 4.0.0
145
151
 
146
152
  ### Patch Changes
147
153
 
148
- - Updated dependencies
154
+ - Updated dependencies
149
155
 
150
156
  ## 1.2.0
151
157
 
152
158
  ### Minor Changes
153
159
 
154
- - [#91586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91586)
155
- [`b3135ab49e16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3135ab49e16) -
156
- Updated `@atlaskit/tabs` dependency which removed baked-in horizontal padding. There may be some
157
- very slight difference in padding after this change.
160
+ - [#91586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91586)
161
+ [`b3135ab49e16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3135ab49e16) -
162
+ Updated `@atlaskit/tabs` dependency which removed baked-in horizontal padding. There may be some
163
+ very slight difference in padding after this change.
158
164
 
159
165
  ### Patch Changes
160
166
 
161
- - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
162
- [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
163
- Bump adf-schema to 35.9.2 to support table alignment options
164
- - Updated dependencies
167
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
168
+ [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
169
+ Bump adf-schema to 35.9.2 to support table alignment options
170
+ - Updated dependencies
165
171
 
166
172
  ## 1.1.8
167
173
 
168
174
  ### Patch Changes
169
175
 
170
- - [#87119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87119)
171
- [`0cea7cb799c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0cea7cb799c3) -
172
- [EDF-462] Add analytics for AI Blocks
173
- - Updated dependencies
176
+ - [#87119](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87119)
177
+ [`0cea7cb799c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0cea7cb799c3) -
178
+ [EDF-462] Add analytics for AI Blocks
179
+ - Updated dependencies
174
180
 
175
181
  ## 1.1.7
176
182
 
177
183
  ### Patch Changes
178
184
 
179
- - [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
180
- [`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
181
- Bump ADF-schema package to version 35.0.0
182
- - Updated dependencies
185
+ - [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
186
+ [`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
187
+ Bump ADF-schema package to version 35.0.0
188
+ - Updated dependencies
183
189
 
184
190
  ## 1.1.6
185
191
 
186
192
  ### Patch Changes
187
193
 
188
- - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
189
- [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
190
- [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
191
- 35.7.0 to 35.8.0
194
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
195
+ [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
196
+ [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
197
+ 35.7.0 to 35.8.0
192
198
 
193
199
  ## 1.1.5
194
200
 
195
201
  ### Patch Changes
196
202
 
197
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
198
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
199
- Minor adjustments to improve compatibility with React 18
200
- - Updated dependencies
203
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
204
+ [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
205
+ Minor adjustments to improve compatibility with React 18
206
+ - Updated dependencies
201
207
 
202
208
  ## 1.1.4
203
209
 
204
210
  ### Patch Changes
205
211
 
206
- - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
207
- [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
208
- Bump adf-schema to 35.7.0
212
+ - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
213
+ [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
214
+ Bump adf-schema to 35.7.0
209
215
 
210
216
  ## 1.1.3
211
217
 
212
218
  ### Patch Changes
213
219
 
214
- - [#83044](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83044)
215
- [`cdab77009f9e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cdab77009f9e) -
216
- Fix leftover react 18 type issues in editor-core, editor-plugin-extension and date
217
- - Updated dependencies
220
+ - [#83044](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83044)
221
+ [`cdab77009f9e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cdab77009f9e) -
222
+ Fix leftover react 18 type issues in editor-core, editor-plugin-extension and date
223
+ - Updated dependencies
218
224
 
219
225
  ## 1.1.2
220
226
 
221
227
  ### Patch Changes
222
228
 
223
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
224
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
225
- Upgrade Typescript from `4.9.5` to `5.4.2`
229
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
230
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
231
+ Upgrade Typescript from `4.9.5` to `5.4.2`
226
232
 
227
233
  ## 1.1.1
228
234
 
229
235
  ### Patch Changes
230
236
 
231
- - Updated dependencies
237
+ - Updated dependencies
232
238
 
233
239
  ## 1.1.0
234
240
 
235
241
  ### Minor Changes
236
242
 
237
- - [#79555](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79555)
238
- [`7f38cd921e3d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7f38cd921e3d) -
239
- ED-22229: Removed allowAutoSave option from ConfigPanel to default to true always
243
+ - [#79555](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79555)
244
+ [`7f38cd921e3d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7f38cd921e3d) -
245
+ ED-22229: Removed allowAutoSave option from ConfigPanel to default to true always
240
246
 
241
247
  ## 1.0.10
242
248
 
243
249
  ### Patch Changes
244
250
 
245
- - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
246
- [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
247
- ED-22553 Updating adf-schema version to 35.6.0
251
+ - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
252
+ [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
253
+ ED-22553 Updating adf-schema version to 35.6.0
248
254
 
249
255
  ## 1.0.9
250
256
 
251
257
  ### Patch Changes
252
258
 
253
- - [#80986](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80986)
254
- [`809b47ce5ce4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/809b47ce5ce4) -
255
- React 18 Types for editor-plugin-extensions
259
+ - [#80986](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80986)
260
+ [`809b47ce5ce4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/809b47ce5ce4) -
261
+ React 18 Types for editor-plugin-extensions
256
262
 
257
263
  ## 1.0.8
258
264
 
259
265
  ### Patch Changes
260
266
 
261
- - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
262
- [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
263
- ED-22219: adf-schema updated to 35.5.2
264
- - Updated dependencies
267
+ - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
268
+ [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
269
+ ED-22219: adf-schema updated to 35.5.2
270
+ - Updated dependencies
265
271
 
266
272
  ## 1.0.7
267
273
 
268
274
  ### Patch Changes
269
275
 
270
- - Updated dependencies
276
+ - Updated dependencies
271
277
 
272
278
  ## 1.0.6
273
279
 
274
280
  ### Patch Changes
275
281
 
276
- - [#75087](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75087)
277
- [`ede66b0fc1d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ede66b0fc1d5) -
278
- [ux] ED-22045 Removing custom logic for MBE floating toolbar.
282
+ - [#75087](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75087)
283
+ [`ede66b0fc1d5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ede66b0fc1d5) -
284
+ [ux] ED-22045 Removing custom logic for MBE floating toolbar.
279
285
 
280
286
  ## 1.0.5
281
287
 
282
288
  ### Patch Changes
283
289
 
284
- - [#75436](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75436)
285
- [`bfcf32bb4fa3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfcf32bb4fa3) -
286
- [ux] ED-21941 Disable resize/layout options for table, media and extension when added to MBE.
287
- Table rendering fixed for Confluence editor
290
+ - [#75436](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75436)
291
+ [`bfcf32bb4fa3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfcf32bb4fa3) -
292
+ [ux] ED-21941 Disable resize/layout options for table, media and extension when added to MBE.
293
+ Table rendering fixed for Confluence editor
288
294
 
289
295
  ## 1.0.4
290
296
 
291
297
  ### Patch Changes
292
298
 
293
- - Updated dependencies
299
+ - Updated dependencies
294
300
 
295
301
  ## 1.0.3
296
302
 
297
303
  ### Patch Changes
298
304
 
299
- - [#74716](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74716)
300
- [`e4dcc12c4f8d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e4dcc12c4f8d) -
301
- ED-22048 Disable MBE partial selection to fix unwanted extensionFrame deletion.
302
- - Updated dependencies
305
+ - [#74716](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74716)
306
+ [`e4dcc12c4f8d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e4dcc12c4f8d) -
307
+ ED-22048 Disable MBE partial selection to fix unwanted extensionFrame deletion.
308
+ - Updated dependencies
303
309
 
304
310
  ## 1.0.2
305
311
 
306
312
  ### Patch Changes
307
313
 
308
- - [#72671](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72671)
309
- [`c446a8ca183b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c446a8ca183b) -
310
- ED-21912 Adding support for left arrow navigation from within MBE tabs.
311
- - Updated dependencies
314
+ - [#72671](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72671)
315
+ [`c446a8ca183b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c446a8ca183b) -
316
+ ED-21912 Adding support for left arrow navigation from within MBE tabs.
317
+ - Updated dependencies
312
318
 
313
319
  ## 1.0.1
314
320
 
315
321
  ### Patch Changes
316
322
 
317
- - Updated dependencies
323
+ - Updated dependencies
318
324
 
319
325
  ## 1.0.0
320
326
 
321
327
  ### Major Changes
322
328
 
323
- - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
324
- [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
325
- This changeset exists to bump all editor plugins that currently don't have a major version. This
326
- is to address an issue with Jira plugin consumption.
329
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
330
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
331
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
332
+ is to address an issue with Jira plugin consumption.
327
333
 
328
334
  ### Patch Changes
329
335
 
330
- - Updated dependencies
336
+ - Updated dependencies
331
337
 
332
338
  ## 0.7.4
333
339
 
334
340
  ### Patch Changes
335
341
 
336
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
337
- [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
338
- Upgrading @atlaskit/editor-prosemirror dependency
339
- - [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460)
340
- [`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) -
341
- The internal composition of a component in this package has changed. There is no expected change
342
- in behaviour.
342
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
343
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
344
+ Upgrading @atlaskit/editor-prosemirror dependency
345
+ - [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460)
346
+ [`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) -
347
+ The internal composition of a component in this package has changed. There is no expected change
348
+ in behaviour.
343
349
 
344
350
  ## 0.7.3
345
351
 
346
352
  ### Patch Changes
347
353
 
348
- - [#71136](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71136)
349
- [`c803fea1e6a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c803fea1e6a4) -
350
- Move all plugin translations to editor-common
351
- - Updated dependencies
354
+ - [#71136](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71136)
355
+ [`c803fea1e6a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c803fea1e6a4) -
356
+ Move all plugin translations to editor-common
357
+ - Updated dependencies
352
358
 
353
359
  ## 0.7.2
354
360
 
355
361
  ### Patch Changes
356
362
 
357
- - [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
358
- [`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
359
- Updating adf-schema version to 35.5.1
363
+ - [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
364
+ [`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
365
+ Updating adf-schema version to 35.5.1
360
366
 
361
367
  ## 0.7.1
362
368
 
363
369
  ### Patch Changes
364
370
 
365
- - [#70741](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70741)
366
- [`7c1487568202`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c1487568202) -
367
- ED-21973: Fix for MBE side panel config params update
371
+ - [#70741](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70741)
372
+ [`7c1487568202`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7c1487568202) -
373
+ ED-21973: Fix for MBE side panel config params update
368
374
 
369
375
  ## 0.7.0
370
376
 
371
377
  ### Minor Changes
372
378
 
373
- - [#68640](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68640)
374
- [`e173cb423c75`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e173cb423c75) -
375
- Migrate extension plugin to useSharedPluginState from WithPluginState. Adds new dependency on
376
- BasePlugin.
379
+ - [#68640](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68640)
380
+ [`e173cb423c75`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e173cb423c75) -
381
+ Migrate extension plugin to useSharedPluginState from WithPluginState. Adds new dependency on
382
+ BasePlugin.
377
383
 
378
384
  ### Patch Changes
379
385
 
380
- - Updated dependencies
386
+ - Updated dependencies
381
387
 
382
388
  ## 0.6.3
383
389
 
384
390
  ### Patch Changes
385
391
 
386
- - [#68264](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68264)
387
- [`daa71f6aa162`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/daa71f6aa162) -
388
- [ux] ED-21883: Updated MultiBodied Extension related CSS and selections
389
- - Updated dependencies
392
+ - [#68264](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68264)
393
+ [`daa71f6aa162`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/daa71f6aa162) -
394
+ [ux] ED-21883: Updated MultiBodied Extension related CSS and selections
395
+ - Updated dependencies
390
396
 
391
397
  ## 0.6.2
392
398
 
393
399
  ### Patch Changes
394
400
 
395
- - [#68501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68501)
396
- [`c813e900fdde`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c813e900fdde) -
397
- ED-21735: Added extension config panel support for MBE
401
+ - [#68501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68501)
402
+ [`c813e900fdde`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c813e900fdde) -
403
+ ED-21735: Added extension config panel support for MBE
398
404
 
399
405
  ## 0.6.1
400
406
 
401
407
  ### Patch Changes
402
408
 
403
- - Updated dependencies
409
+ - Updated dependencies
404
410
 
405
411
  ## 0.6.0
406
412
 
407
413
  ### Minor Changes
408
414
 
409
- - [#67100](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67100)
410
- [`55cdf07c41cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55cdf07c41cb) -
411
- Allow create label formatting for custom fields from extension
415
+ - [#67100](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67100)
416
+ [`55cdf07c41cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55cdf07c41cb) -
417
+ Allow create label formatting for custom fields from extension
412
418
 
413
419
  ### Patch Changes
414
420
 
415
- - Updated dependencies
421
+ - Updated dependencies
416
422
 
417
423
  ## 0.5.2
418
424
 
419
425
  ### Patch Changes
420
426
 
421
- - [#66759](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66759)
422
- [`906578f1ea5d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/906578f1ea5d) -
423
- [ux] ED-21787: Migrating few CSS entries to space and color tokens
427
+ - [#66759](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66759)
428
+ [`906578f1ea5d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/906578f1ea5d) -
429
+ [ux] ED-21787: Migrating few CSS entries to space and color tokens
424
430
 
425
431
  ## 0.5.1
426
432
 
427
433
  ### Patch Changes
428
434
 
429
- - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
430
- [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
431
- [ED-21835] Change EditorAPI type to always union with undefined
435
+ - [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
436
+ [`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
437
+ [ED-21835] Change EditorAPI type to always union with undefined
432
438
 
433
439
  ## 0.5.0
434
440
 
435
441
  ### Minor Changes
436
442
 
437
- - [#65712](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65712)
438
- [`963b53c64eee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/963b53c64eee) -
439
- Extract code for extension plugin from editor-core to @atlaskit/editor-plugin-extension
443
+ - [#65712](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65712)
444
+ [`963b53c64eee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/963b53c64eee) -
445
+ Extract code for extension plugin from editor-core to @atlaskit/editor-plugin-extension
440
446
 
441
447
  ### Patch Changes
442
448
 
443
- - Updated dependencies
449
+ - Updated dependencies
444
450
 
445
451
  ## 0.4.2
446
452
 
447
453
  ### Patch Changes
448
454
 
449
- - Updated dependencies
455
+ - Updated dependencies
450
456
 
451
457
  ## 0.4.1
452
458
 
453
459
  ### Patch Changes
454
460
 
455
- - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
456
- [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
457
- feature flags plugin optional in all plugins including:
458
-
459
- - analytics
460
- - base
461
- - card
462
- - code-block
463
- - expand
464
- - extension
465
- - floating-toolbar
466
- - hyperlink
467
- - insert-block
468
- - layout
469
- - layout
470
- - list
471
- - media
472
- - paste
473
- - rule
474
- - table
475
- - tasks-and-decisions
476
-
477
- We already treat it as optional in the plugins, so this is just ensuring that the plugin is not
478
- mandatory to be added to the preset.
461
+ - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
462
+ [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
463
+ feature flags plugin optional in all plugins including:
464
+
465
+ - analytics
466
+ - base
467
+ - card
468
+ - code-block
469
+ - expand
470
+ - extension
471
+ - floating-toolbar
472
+ - hyperlink
473
+ - insert-block
474
+ - layout
475
+ - layout
476
+ - list
477
+ - media
478
+ - paste
479
+ - rule
480
+ - table
481
+ - tasks-and-decisions
482
+
483
+ We already treat it as optional in the plugins, so this is just ensuring that the plugin is not
484
+ mandatory to be added to the preset.
479
485
 
480
486
  ## 0.4.0
481
487
 
482
488
  ### Minor Changes
483
489
 
484
- - [#43164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43164)
485
- [`3aeedf55e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aeedf55e29) -
486
- [ED-20068] Move editSelectedExtension to ExtensionPluginActions
490
+ - [#43164](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43164)
491
+ [`3aeedf55e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aeedf55e29) -
492
+ [ED-20068] Move editSelectedExtension to ExtensionPluginActions
487
493
 
488
494
  ## 0.3.0
489
495
 
490
496
  ### Minor Changes
491
497
 
492
- - [#43042](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43042)
493
- [`fd547efa4e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd547efa4e5) - Remove
494
- `macro` editor plugin and migrate functionality into extension plugin.
498
+ - [#43042](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43042)
499
+ [`fd547efa4e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd547efa4e5) - Remove
500
+ `macro` editor plugin and migrate functionality into extension plugin.
495
501
 
496
502
  ## 0.2.5
497
503
 
498
504
  ### Patch Changes
499
505
 
500
- - [#42995](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42995)
501
- [`a527682dee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a527682dee6) - add in
502
- missing dependencies for imported types
506
+ - [#42995](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42995)
507
+ [`a527682dee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a527682dee6) - add in
508
+ missing dependencies for imported types
503
509
 
504
510
  ## 0.2.4
505
511
 
506
512
  ### Patch Changes
507
513
 
508
- - [#42929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42929)
509
- [`096057c8169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/096057c8169) - add
510
- dependency to editor-plugin-analytics
514
+ - [#42929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42929)
515
+ [`096057c8169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/096057c8169) - add
516
+ dependency to editor-plugin-analytics
511
517
 
512
518
  ## 0.2.3
513
519
 
514
520
  ### Patch Changes
515
521
 
516
- - [#42869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42869)
517
- [`e49e90d2093`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e49e90d2093) -
518
- Decoupling internal analytics plugin from extensions and macro plugins.
522
+ - [#42869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42869)
523
+ [`e49e90d2093`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e49e90d2093) -
524
+ Decoupling internal analytics plugin from extensions and macro plugins.
519
525
 
520
526
  ## 0.2.2
521
527
 
522
528
  ### Patch Changes
523
529
 
524
- - Updated dependencies
530
+ - Updated dependencies
525
531
 
526
532
  ## 0.2.1
527
533
 
528
534
  ### Patch Changes
529
535
 
530
- - Updated dependencies
536
+ - Updated dependencies
531
537
 
532
538
  ## 0.2.0
533
539
 
534
540
  ### Minor Changes
535
541
 
536
- - [#39743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39743)
537
- [`da629b62ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da629b62ef9) -
538
- ED-19617 Refactor actions to remove createExtenstionAPI and call it instead during
539
- initialisation
542
+ - [#39743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39743)
543
+ [`da629b62ef9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da629b62ef9) - ED-19617
544
+ Refactor actions to remove createExtenstionAPI and call it instead during initialisation