@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.
- package/.eslintrc.js +12 -12
- package/CHANGELOG.md +219 -214
- package/LICENSE.md +6 -8
- package/dist/cjs/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
- package/dist/cjs/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
- package/dist/cjs/ui/ConfigPanel/FormContent.js +4 -1
- package/dist/cjs/ui/ConfigPanel/Header.js +1 -0
- package/dist/cjs/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
- package/dist/es2019/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
- package/dist/es2019/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
- package/dist/es2019/ui/ConfigPanel/FormContent.js +4 -1
- package/dist/es2019/ui/ConfigPanel/Header.js +1 -0
- package/dist/es2019/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
- package/dist/esm/ui/ConfigPanel/ErrorMessage/ErrorImage.js +12 -4
- package/dist/esm/ui/ConfigPanel/Fields/ColorPicker.js +1 -1
- package/dist/esm/ui/ConfigPanel/FormContent.js +4 -1
- package/dist/esm/ui/ConfigPanel/Header.js +1 -0
- package/dist/esm/ui/ConfigPanel/NestedForms/RemovableField.js +3 -1
- package/dist/types/ui/ConfigPanel/Fields/UnhandledType.d.ts +1 -1
- package/dist/types/ui/SaveIndicator/SaveIndicator.d.ts +1 -1
- package/dist/types-ts4.5/ui/ConfigPanel/Fields/UnhandledType.d.ts +1 -1
- package/dist/types-ts4.5/ui/SaveIndicator/SaveIndicator.d.ts +1 -1
- package/example-utils/config-panel/ConfigPanelWithExtensionPicker.tsx +158 -172
- package/example-utils/config-panel/ConfigPanelWithProviders.tsx +37 -37
- package/example-utils/config-panel/ExtensionNodePicker.tsx +110 -121
- package/example-utils/config-panel/FieldTypePicker.tsx +49 -47
- package/example-utils/config-panel/example-manifest-all-fields.ts +63 -63
- package/example-utils/config-panel/example-manifest-individual-fields.ts +64 -64
- package/example-utils/config-panel/fields.ts +617 -619
- package/package.json +8 -10
- 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
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
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
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
-
|
|
36
|
+
- Updated dependencies
|
|
31
37
|
|
|
32
38
|
## 1.4.7
|
|
33
39
|
|
|
34
40
|
### Patch Changes
|
|
35
41
|
|
|
36
|
-
-
|
|
42
|
+
- Updated dependencies
|
|
37
43
|
|
|
38
44
|
## 1.4.6
|
|
39
45
|
|
|
40
46
|
### Patch Changes
|
|
41
47
|
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
-
-
|
|
56
|
+
- Updated dependencies
|
|
51
57
|
|
|
52
58
|
## 1.4.4
|
|
53
59
|
|
|
54
60
|
### Patch Changes
|
|
55
61
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
-
|
|
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
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
-
|
|
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
|
-
-
|
|
91
|
+
- Updated dependencies
|
|
86
92
|
|
|
87
93
|
## 1.4.0
|
|
88
94
|
|
|
89
95
|
### Minor Changes
|
|
90
96
|
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
|
|
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
|
-
-
|
|
103
|
+
- Updated dependencies
|
|
98
104
|
|
|
99
105
|
## 1.3.5
|
|
100
106
|
|
|
101
107
|
### Patch Changes
|
|
102
108
|
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
|
|
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
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
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
|
-
-
|
|
125
|
+
- Updated dependencies
|
|
120
126
|
|
|
121
127
|
## 1.3.2
|
|
122
128
|
|
|
123
129
|
### Patch Changes
|
|
124
130
|
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
-
|
|
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
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
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
|
-
-
|
|
143
|
-
|
|
144
|
-
|
|
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
|
-
-
|
|
154
|
+
- Updated dependencies
|
|
149
155
|
|
|
150
156
|
## 1.2.0
|
|
151
157
|
|
|
152
158
|
### Minor Changes
|
|
153
159
|
|
|
154
|
-
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
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
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
-
|
|
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
|
-
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
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
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
-
|
|
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
|
-
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
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
|
-
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
-
|
|
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
|
-
-
|
|
207
|
-
|
|
208
|
-
|
|
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
|
-
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
-
|
|
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
|
-
-
|
|
224
|
-
|
|
225
|
-
|
|
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
|
-
-
|
|
237
|
+
- Updated dependencies
|
|
232
238
|
|
|
233
239
|
## 1.1.0
|
|
234
240
|
|
|
235
241
|
### Minor Changes
|
|
236
242
|
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
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
|
-
-
|
|
246
|
-
|
|
247
|
-
|
|
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
|
-
-
|
|
254
|
-
|
|
255
|
-
|
|
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
|
-
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
-
|
|
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
|
-
-
|
|
276
|
+
- Updated dependencies
|
|
271
277
|
|
|
272
278
|
## 1.0.6
|
|
273
279
|
|
|
274
280
|
### Patch Changes
|
|
275
281
|
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
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
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
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
|
-
-
|
|
299
|
+
- Updated dependencies
|
|
294
300
|
|
|
295
301
|
## 1.0.3
|
|
296
302
|
|
|
297
303
|
### Patch Changes
|
|
298
304
|
|
|
299
|
-
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
-
|
|
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
|
-
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
-
|
|
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
|
-
-
|
|
323
|
+
- Updated dependencies
|
|
318
324
|
|
|
319
325
|
## 1.0.0
|
|
320
326
|
|
|
321
327
|
### Major Changes
|
|
322
328
|
|
|
323
|
-
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
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
|
-
-
|
|
336
|
+
- Updated dependencies
|
|
331
337
|
|
|
332
338
|
## 0.7.4
|
|
333
339
|
|
|
334
340
|
### Patch Changes
|
|
335
341
|
|
|
336
|
-
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
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
|
-
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
-
|
|
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
|
-
-
|
|
358
|
-
|
|
359
|
-
|
|
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
|
-
-
|
|
366
|
-
|
|
367
|
-
|
|
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
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
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
|
-
-
|
|
386
|
+
- Updated dependencies
|
|
381
387
|
|
|
382
388
|
## 0.6.3
|
|
383
389
|
|
|
384
390
|
### Patch Changes
|
|
385
391
|
|
|
386
|
-
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
-
|
|
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
|
-
-
|
|
396
|
-
|
|
397
|
-
|
|
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
|
-
-
|
|
409
|
+
- Updated dependencies
|
|
404
410
|
|
|
405
411
|
## 0.6.0
|
|
406
412
|
|
|
407
413
|
### Minor Changes
|
|
408
414
|
|
|
409
|
-
-
|
|
410
|
-
|
|
411
|
-
|
|
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
|
-
-
|
|
421
|
+
- Updated dependencies
|
|
416
422
|
|
|
417
423
|
## 0.5.2
|
|
418
424
|
|
|
419
425
|
### Patch Changes
|
|
420
426
|
|
|
421
|
-
-
|
|
422
|
-
|
|
423
|
-
|
|
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
|
-
-
|
|
430
|
-
|
|
431
|
-
|
|
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
|
-
-
|
|
438
|
-
|
|
439
|
-
|
|
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
|
-
-
|
|
449
|
+
- Updated dependencies
|
|
444
450
|
|
|
445
451
|
## 0.4.2
|
|
446
452
|
|
|
447
453
|
### Patch Changes
|
|
448
454
|
|
|
449
|
-
-
|
|
455
|
+
- Updated dependencies
|
|
450
456
|
|
|
451
457
|
## 0.4.1
|
|
452
458
|
|
|
453
459
|
### Patch Changes
|
|
454
460
|
|
|
455
|
-
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
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
|
-
-
|
|
485
|
-
|
|
486
|
-
|
|
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
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
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
|
-
-
|
|
501
|
-
|
|
502
|
-
|
|
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
|
-
-
|
|
509
|
-
|
|
510
|
-
|
|
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
|
-
-
|
|
517
|
-
|
|
518
|
-
|
|
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
|
-
-
|
|
530
|
+
- Updated dependencies
|
|
525
531
|
|
|
526
532
|
## 0.2.1
|
|
527
533
|
|
|
528
534
|
### Patch Changes
|
|
529
535
|
|
|
530
|
-
-
|
|
536
|
+
- Updated dependencies
|
|
531
537
|
|
|
532
538
|
## 0.2.0
|
|
533
539
|
|
|
534
540
|
### Minor Changes
|
|
535
541
|
|
|
536
|
-
-
|
|
537
|
-
|
|
538
|
-
|
|
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
|