@atlaskit/editor-plugin-block-type 3.3.0 → 3.5.0
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 +225 -192
- package/LICENSE.md +6 -8
- package/dist/cjs/plugin/index.js +35 -28
- package/dist/cjs/plugin/styles.js +1 -1
- package/dist/cjs/plugin/ui/PrimaryToolbarComponent.js +2 -1
- package/dist/cjs/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -1
- package/dist/cjs/plugin/ui/ToolbarBlockType/index.js +4 -3
- package/dist/cjs/plugin/ui/ToolbarBlockType/styled.js +2 -1
- package/dist/es2019/plugin/index.js +88 -79
- package/dist/es2019/plugin/styles.js +4 -4
- package/dist/es2019/plugin/ui/PrimaryToolbarComponent.js +2 -1
- package/dist/es2019/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -1
- package/dist/es2019/plugin/ui/ToolbarBlockType/index.js +4 -3
- package/dist/es2019/plugin/ui/ToolbarBlockType/styled.js +2 -1
- package/dist/esm/plugin/index.js +36 -29
- package/dist/esm/plugin/styles.js +1 -1
- package/dist/esm/plugin/ui/PrimaryToolbarComponent.js +2 -1
- package/dist/esm/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -1
- package/dist/esm/plugin/ui/ToolbarBlockType/index.js +4 -3
- package/dist/esm/plugin/ui/ToolbarBlockType/styled.js +2 -1
- package/dist/types/plugin/index.d.ts +3 -2
- package/dist/types/plugin/ui/ToolbarBlockType/index.d.ts +3 -0
- package/dist/types-ts4.5/plugin/index.d.ts +4 -2
- package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/index.d.ts +3 -0
- package/package.json +5 -9
- package/report.api.md +51 -53
package/CHANGELOG.md
CHANGED
@@ -1,488 +1,521 @@
|
|
1
1
|
# @atlaskit/editor-plugin-block-type
|
2
2
|
|
3
|
+
## 3.5.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#105253](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105253)
|
8
|
+
[`a5f3cd26fbd6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a5f3cd26fbd6) -
|
9
|
+
Clean up platform.editor.enable-localid-for-paragraph-in-stage-0_cby7g FF
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- [#104809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104809)
|
14
|
+
[`955319e2b6b1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/955319e2b6b1) -
|
15
|
+
[ux] [ECA11Y-50] Changed color contrast for the Text styles shortcuts in the Dropdown menu
|
16
|
+
- [#108295](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108295)
|
17
|
+
[`c28cd3716fc2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c28cd3716fc2) -
|
18
|
+
NO-ISSUE Avoid rendering double separators when positioned in a quote
|
19
|
+
- Updated dependencies
|
20
|
+
|
21
|
+
## 3.4.0
|
22
|
+
|
23
|
+
### Minor Changes
|
24
|
+
|
25
|
+
- [#101406](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101406)
|
26
|
+
[`6daffd65aec4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6daffd65aec4) -
|
27
|
+
[ED-23298] Extract primary toolbar components to editor plugin to allow for custom ordering
|
28
|
+
|
29
|
+
### Patch Changes
|
30
|
+
|
31
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
32
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
33
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
34
|
+
- Updated dependencies
|
35
|
+
|
3
36
|
## 3.3.0
|
4
37
|
|
5
38
|
### Minor Changes
|
6
39
|
|
7
|
-
-
|
8
|
-
|
9
|
-
|
40
|
+
- [#102243](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102243)
|
41
|
+
[`cfc95dac3d82`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cfc95dac3d82) -
|
42
|
+
Use new paragraph and heading NodeSpecs
|
10
43
|
|
11
44
|
## 3.2.2
|
12
45
|
|
13
46
|
### Patch Changes
|
14
47
|
|
15
|
-
-
|
16
|
-
|
17
|
-
|
48
|
+
- [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
|
49
|
+
[`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
|
50
|
+
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
|
18
51
|
|
19
52
|
## 3.2.1
|
20
53
|
|
21
54
|
### Patch Changes
|
22
55
|
|
23
|
-
-
|
24
|
-
|
25
|
-
|
56
|
+
- [#95938](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95938)
|
57
|
+
[`f1309fe9e31b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f1309fe9e31b) -
|
58
|
+
ECA11Y-224: Missing list markup for 'Text styles' dropdown in the main toolbar
|
26
59
|
|
27
60
|
## 3.2.0
|
28
61
|
|
29
62
|
### Minor Changes
|
30
63
|
|
31
|
-
-
|
32
|
-
|
33
|
-
|
64
|
+
- [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
|
65
|
+
[`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
|
66
|
+
Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
|
34
67
|
|
35
68
|
### Patch Changes
|
36
69
|
|
37
|
-
-
|
70
|
+
- Updated dependencies
|
38
71
|
|
39
72
|
## 3.1.9
|
40
73
|
|
41
74
|
### Patch Changes
|
42
75
|
|
43
|
-
-
|
76
|
+
- Updated dependencies
|
44
77
|
|
45
78
|
## 3.1.8
|
46
79
|
|
47
80
|
### Patch Changes
|
48
81
|
|
49
|
-
-
|
50
|
-
|
51
|
-
|
52
|
-
-
|
82
|
+
- [#99242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99242)
|
83
|
+
[`854acdf04f29`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/854acdf04f29) -
|
84
|
+
Adjust tooltip text for editor toolbar buttons
|
85
|
+
- Updated dependencies
|
53
86
|
|
54
87
|
## 3.1.7
|
55
88
|
|
56
89
|
### Patch Changes
|
57
90
|
|
58
|
-
-
|
59
|
-
|
60
|
-
|
91
|
+
- [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
|
92
|
+
[`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
|
93
|
+
[ED-22282] Bump adf-schema to 36.1.0
|
61
94
|
|
62
95
|
## 3.1.6
|
63
96
|
|
64
97
|
### Patch Changes
|
65
98
|
|
66
|
-
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
99
|
+
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
|
100
|
+
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
|
101
|
+
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
|
102
|
+
language triggering composition on an empty line.This was fixed in a patch bump of
|
103
|
+
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
|
71
104
|
|
72
105
|
## 3.1.5
|
73
106
|
|
74
107
|
### Patch Changes
|
75
108
|
|
76
|
-
-
|
77
|
-
|
78
|
-
|
79
|
-
-
|
109
|
+
- [#93784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93784)
|
110
|
+
[`de2e52677025`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/de2e52677025) -
|
111
|
+
ECA11Y-217 Improve editor toolbar screen reader text for text styles and color
|
112
|
+
- Updated dependencies
|
80
113
|
|
81
114
|
## 3.1.4
|
82
115
|
|
83
116
|
### Patch Changes
|
84
117
|
|
85
|
-
-
|
118
|
+
- Updated dependencies
|
86
119
|
|
87
120
|
## 3.1.3
|
88
121
|
|
89
122
|
### Patch Changes
|
90
123
|
|
91
|
-
-
|
92
|
-
|
93
|
-
|
124
|
+
- [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
|
125
|
+
[`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
|
126
|
+
[ED-23102] Bump ADF schema to version 35.12.2
|
94
127
|
|
95
128
|
## 3.1.2
|
96
129
|
|
97
130
|
### Patch Changes
|
98
131
|
|
99
|
-
-
|
100
|
-
|
101
|
-
|
132
|
+
- [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
|
133
|
+
[`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
|
134
|
+
[ED-23097] Bump ADF schema to version 35.12.1
|
102
135
|
|
103
136
|
## 3.1.1
|
104
137
|
|
105
138
|
### Patch Changes
|
106
139
|
|
107
|
-
-
|
108
|
-
|
109
|
-
|
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
|
110
143
|
|
111
144
|
## 3.1.0
|
112
145
|
|
113
146
|
### Minor Changes
|
114
147
|
|
115
|
-
-
|
116
|
-
|
117
|
-
|
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
|
118
151
|
|
119
152
|
### Patch Changes
|
120
153
|
|
121
|
-
-
|
154
|
+
- Updated dependencies
|
122
155
|
|
123
156
|
## 3.0.35
|
124
157
|
|
125
158
|
### Patch Changes
|
126
159
|
|
127
|
-
-
|
128
|
-
|
129
|
-
|
160
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
|
161
|
+
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
|
162
|
+
Bump adf-schema to 35.9.2 to support table alignment options
|
130
163
|
|
131
164
|
## 3.0.34
|
132
165
|
|
133
166
|
### Patch Changes
|
134
167
|
|
135
|
-
-
|
136
|
-
|
137
|
-
|
138
|
-
-
|
168
|
+
- [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
|
169
|
+
[`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
|
170
|
+
Bump ADF-schema package to version 35.0.0
|
171
|
+
- Updated dependencies
|
139
172
|
|
140
173
|
## 3.0.33
|
141
174
|
|
142
175
|
### Patch Changes
|
143
176
|
|
144
|
-
-
|
145
|
-
|
146
|
-
|
147
|
-
|
177
|
+
- [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
|
178
|
+
[`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
|
179
|
+
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
|
180
|
+
35.7.0 to 35.8.0
|
148
181
|
|
149
182
|
## 3.0.32
|
150
183
|
|
151
184
|
### Patch Changes
|
152
185
|
|
153
|
-
-
|
154
|
-
|
155
|
-
|
186
|
+
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
|
187
|
+
[`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
|
188
|
+
Bump adf-schema to 35.7.0
|
156
189
|
|
157
190
|
## 3.0.31
|
158
191
|
|
159
192
|
### Patch Changes
|
160
193
|
|
161
|
-
-
|
162
|
-
|
163
|
-
|
194
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
195
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
196
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
164
197
|
|
165
198
|
## 3.0.30
|
166
199
|
|
167
200
|
### Patch Changes
|
168
201
|
|
169
|
-
-
|
170
|
-
|
171
|
-
|
202
|
+
- [#80883](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80883)
|
203
|
+
[`5ecfa883d4ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ecfa883d4ba) -
|
204
|
+
React 18 types for alignment, annotation, avatar-group and blocktype plugins.
|
172
205
|
|
173
206
|
## 3.0.29
|
174
207
|
|
175
208
|
### Patch Changes
|
176
209
|
|
177
|
-
-
|
178
|
-
|
179
|
-
|
210
|
+
- [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
|
211
|
+
[`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
|
212
|
+
ED-22553 Updating adf-schema version to 35.6.0
|
180
213
|
|
181
214
|
## 3.0.28
|
182
215
|
|
183
216
|
### Patch Changes
|
184
217
|
|
185
|
-
-
|
186
|
-
|
187
|
-
|
188
|
-
|
218
|
+
- [#80518](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80518)
|
219
|
+
[`e0d5e8fd9495`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0d5e8fd9495) -
|
220
|
+
Migrates some style calls to a slightly different object syntax and other minor cleanup around
|
221
|
+
eslint rules.
|
189
222
|
|
190
223
|
## 3.0.27
|
191
224
|
|
192
225
|
### Patch Changes
|
193
226
|
|
194
|
-
-
|
195
|
-
|
196
|
-
|
197
|
-
-
|
227
|
+
- [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
|
228
|
+
[`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
|
229
|
+
ED-22219: adf-schema updated to 35.5.2
|
230
|
+
- Updated dependencies
|
198
231
|
|
199
232
|
## 3.0.26
|
200
233
|
|
201
234
|
### Patch Changes
|
202
235
|
|
203
|
-
-
|
204
|
-
|
205
|
-
|
206
|
-
-
|
236
|
+
- [#76093](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76093)
|
237
|
+
[`fc113e0c416f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc113e0c416f) -
|
238
|
+
ED-22243 handling of backspace for mediaGroup node nested in panel
|
239
|
+
- Updated dependencies
|
207
240
|
|
208
241
|
## 3.0.25
|
209
242
|
|
210
243
|
### Patch Changes
|
211
244
|
|
212
|
-
-
|
213
|
-
|
214
|
-
|
245
|
+
- [#75482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75482)
|
246
|
+
[`18b5a6fb910a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18b5a6fb910a) - #
|
247
|
+
MAJOR CHANGE to `@atlaskit/prosemirror-input-rules` package.
|
215
248
|
|
216
|
-
|
249
|
+
## WHY?
|
217
250
|
|
218
|
-
|
251
|
+
Removing editor-common dependencies from prosemirror-input-rules package.
|
219
252
|
|
220
|
-
|
253
|
+
This makes it easier for editor updates because it simplifies our dependency graph.
|
221
254
|
|
222
|
-
|
255
|
+
## WHAT and HOW?
|
223
256
|
|
224
|
-
|
225
|
-
|
257
|
+
These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
|
258
|
+
`@atlaskit/editor-common/types`:
|
226
259
|
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
260
|
+
- InputRuleWrapper
|
261
|
+
- InputRuleHandler
|
262
|
+
- OnHandlerApply
|
263
|
+
- createRule
|
231
264
|
|
232
|
-
|
233
|
-
|
265
|
+
These have changed from a `SafePlugin` to a `SafePluginSpec`. In order to update your code you
|
266
|
+
need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
|
234
267
|
|
235
|
-
|
268
|
+
`SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
|
236
269
|
|
237
|
-
|
238
|
-
|
270
|
+
- createPlugin
|
271
|
+
- createInputRulePlugin
|
239
272
|
|
240
|
-
-
|
273
|
+
- Updated dependencies
|
241
274
|
|
242
275
|
## 3.0.24
|
243
276
|
|
244
277
|
### Patch Changes
|
245
278
|
|
246
|
-
-
|
279
|
+
- Updated dependencies
|
247
280
|
|
248
281
|
## 3.0.23
|
249
282
|
|
250
283
|
### Patch Changes
|
251
284
|
|
252
|
-
-
|
285
|
+
- Updated dependencies
|
253
286
|
|
254
287
|
## 3.0.22
|
255
288
|
|
256
289
|
### Patch Changes
|
257
290
|
|
258
|
-
-
|
259
|
-
|
260
|
-
|
291
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
|
292
|
+
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
|
293
|
+
Upgrading @atlaskit/editor-prosemirror dependency
|
261
294
|
|
262
295
|
## 3.0.21
|
263
296
|
|
264
297
|
### Patch Changes
|
265
298
|
|
266
|
-
-
|
267
|
-
|
268
|
-
|
299
|
+
- [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
|
300
|
+
[`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
|
301
|
+
Updating adf-schema version to 35.5.1
|
269
302
|
|
270
303
|
## 3.0.20
|
271
304
|
|
272
305
|
### Patch Changes
|
273
306
|
|
274
|
-
-
|
275
|
-
|
276
|
-
|
307
|
+
- [#68217](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68217)
|
308
|
+
[`bfd8d2ded4aa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfd8d2ded4aa) -
|
309
|
+
[ux] correctly delete the decision list inside panel having only one decision item.
|
277
310
|
|
278
311
|
## 3.0.19
|
279
312
|
|
280
313
|
### Patch Changes
|
281
314
|
|
282
|
-
-
|
315
|
+
- Updated dependencies
|
283
316
|
|
284
317
|
## 3.0.18
|
285
318
|
|
286
319
|
### Patch Changes
|
287
320
|
|
288
|
-
-
|
289
|
-
|
290
|
-
|
291
|
-
-
|
321
|
+
- [#67857](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67857)
|
322
|
+
[`9f1035441959`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f1035441959) -
|
323
|
+
[ED-21835] Change EditorAPI type to always union with undefined
|
324
|
+
- Updated dependencies
|
292
325
|
|
293
326
|
## 3.0.17
|
294
327
|
|
295
328
|
### Patch Changes
|
296
329
|
|
297
|
-
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
-
|
330
|
+
- [#67557](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67557)
|
331
|
+
[`124d0c6d5286`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/124d0c6d5286) -
|
332
|
+
Migrating block-type, text-color, and text-formatting to use useSharedPluginState rather than
|
333
|
+
WithPluginState. Removing unused option on default preset. Adding formattingIsPresent prop to
|
334
|
+
TextFormattingState.
|
335
|
+
- Updated dependencies
|
303
336
|
|
304
337
|
## 3.0.16
|
305
338
|
|
306
339
|
### Patch Changes
|
307
340
|
|
308
|
-
-
|
309
|
-
|
310
|
-
|
341
|
+
- [#67238](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67238)
|
342
|
+
[`40533849b2ec`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40533849b2ec) -
|
343
|
+
[ED-21835] Change EditorAPI type to always union with undefined
|
311
344
|
|
312
345
|
## 3.0.15
|
313
346
|
|
314
347
|
### Patch Changes
|
315
348
|
|
316
|
-
-
|
317
|
-
|
318
|
-
|
349
|
+
- [#65802](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65802)
|
350
|
+
[`438ead060875`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/438ead060875) -
|
351
|
+
Ensure all editor plugins are marked as singletons
|
319
352
|
|
320
353
|
## 3.0.14
|
321
354
|
|
322
355
|
### Patch Changes
|
323
356
|
|
324
|
-
-
|
325
|
-
|
326
|
-
|
327
|
-
-
|
357
|
+
- [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
|
358
|
+
[`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
|
359
|
+
ED-21609 Update adf-schema to 35.3.0
|
360
|
+
- Updated dependencies
|
328
361
|
|
329
362
|
## 3.0.13
|
330
363
|
|
331
364
|
### Patch Changes
|
332
365
|
|
333
|
-
-
|
334
|
-
|
335
|
-
|
336
|
-
|
366
|
+
- [#61923](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61923)
|
367
|
+
[`04e38cfe9e90`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/04e38cfe9e90) -
|
368
|
+
Remove legacy theming logic from all Editor plugin packages. Theming is still available via the
|
369
|
+
@atlaskit/tokens package.
|
337
370
|
|
338
371
|
## 3.0.12
|
339
372
|
|
340
373
|
### Patch Changes
|
341
374
|
|
342
|
-
-
|
343
|
-
|
344
|
-
|
375
|
+
- [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
|
376
|
+
[`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
|
377
|
+
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
|
345
378
|
|
346
379
|
## 3.0.11
|
347
380
|
|
348
381
|
### Patch Changes
|
349
382
|
|
350
|
-
-
|
351
|
-
|
352
|
-
|
353
|
-
-
|
383
|
+
- [#60534](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60534)
|
384
|
+
[`191a38f1ea23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/191a38f1ea23) -
|
385
|
+
ED-20966 Use blockQuoteWithList PMNode when 'allow-list-in-blockquote' FF is enabled
|
386
|
+
- Updated dependencies
|
354
387
|
|
355
388
|
## 3.0.10
|
356
389
|
|
357
390
|
### Patch Changes
|
358
391
|
|
359
|
-
-
|
360
|
-
|
361
|
-
|
392
|
+
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
|
393
|
+
[`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
|
394
|
+
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
|
362
395
|
|
363
396
|
## 3.0.9
|
364
397
|
|
365
398
|
### Patch Changes
|
366
399
|
|
367
|
-
-
|
368
|
-
|
369
|
-
|
400
|
+
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
|
401
|
+
[`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
|
402
|
+
ED-21371 Update adf-schema to 35.1.0
|
370
403
|
|
371
404
|
## 3.0.8
|
372
405
|
|
373
406
|
### Patch Changes
|
374
407
|
|
375
|
-
-
|
408
|
+
- Updated dependencies
|
376
409
|
|
377
410
|
## 3.0.7
|
378
411
|
|
379
412
|
### Patch Changes
|
380
413
|
|
381
|
-
-
|
382
|
-
|
383
|
-
|
414
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
415
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
416
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
384
417
|
|
385
418
|
## 3.0.6
|
386
419
|
|
387
420
|
### Patch Changes
|
388
421
|
|
389
|
-
-
|
390
|
-
|
391
|
-
|
422
|
+
- [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
|
423
|
+
[`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
|
424
|
+
update ADF schema
|
392
425
|
|
393
426
|
## 3.0.5
|
394
427
|
|
395
428
|
### Patch Changes
|
396
429
|
|
397
|
-
-
|
398
|
-
|
399
|
-
|
430
|
+
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
|
431
|
+
[`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
|
432
|
+
ED-21266: Updated @atlaskit/adf-schema to 34.0.1
|
400
433
|
|
401
434
|
## 3.0.4
|
402
435
|
|
403
436
|
### Patch Changes
|
404
437
|
|
405
|
-
-
|
406
|
-
|
407
|
-
|
438
|
+
- [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
|
439
|
+
[`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
|
440
|
+
Upgrade adf-schema package to ^34.0.0
|
408
441
|
|
409
442
|
## 3.0.3
|
410
443
|
|
411
444
|
### Patch Changes
|
412
445
|
|
413
|
-
-
|
446
|
+
- Updated dependencies
|
414
447
|
|
415
448
|
## 3.0.2
|
416
449
|
|
417
450
|
### Patch Changes
|
418
451
|
|
419
|
-
-
|
420
|
-
|
421
|
-
|
422
|
-
-
|
452
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
|
453
|
+
[`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
|
454
|
+
Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
455
|
+
- Updated dependencies
|
423
456
|
|
424
457
|
## 3.0.1
|
425
458
|
|
426
459
|
### Patch Changes
|
427
460
|
|
428
|
-
-
|
461
|
+
- Updated dependencies
|
429
462
|
|
430
463
|
## 3.0.0
|
431
464
|
|
432
465
|
### Major Changes
|
433
466
|
|
434
|
-
-
|
435
|
-
|
436
|
-
|
467
|
+
- [#42090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42090)
|
468
|
+
[`dfea93d39c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfea93d39c9) -
|
469
|
+
Replacing setBlockType action on `editor-plugin-block-type` with setTextLevel command.
|
437
470
|
|
438
|
-
|
439
|
-
|
471
|
+
WHAT/WHY?: setBlockType is only for headings/text so the naming is not clear, it is also an action
|
472
|
+
which makes it difficult to use by external consumers.
|
440
473
|
|
441
|
-
|
442
|
-
|
443
|
-
|
474
|
+
This replacement can be easily used by external consumers (ie. for custom toolbars) and also has
|
475
|
+
more type safety (for setBlockType the name parameter is any string but setTextLevel only accepts
|
476
|
+
valid values including "normal", "heading1", "heading2" etc.)
|
444
477
|
|
445
|
-
|
446
|
-
|
478
|
+
HOW?: This API at this stage should be unused by consumers to the best of our knowledge. However
|
479
|
+
if you are using it you should change as so:
|
447
480
|
|
448
|
-
|
481
|
+
Before:
|
449
482
|
|
450
|
-
|
451
|
-
|
452
|
-
|
483
|
+
```ts
|
484
|
+
api?.blockType.actions.setBlockType(blockType, inputMethod)(state, dispatch);
|
485
|
+
```
|
453
486
|
|
454
|
-
|
455
|
-
|
456
|
-
|
487
|
+
```ts
|
488
|
+
api?.core.actions.execute(api?.blockType.commands.setTextLevel(blockType, inputMethod));
|
489
|
+
```
|
457
490
|
|
458
491
|
## 2.0.0
|
459
492
|
|
460
493
|
### Major Changes
|
461
494
|
|
462
|
-
-
|
463
|
-
|
464
|
-
|
495
|
+
- [#40850](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40850)
|
496
|
+
[`e7cead0f099`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7cead0f099) - Move
|
497
|
+
shared messages to editor-common
|
465
498
|
|
466
499
|
### Patch Changes
|
467
500
|
|
468
|
-
-
|
501
|
+
- Updated dependencies
|
469
502
|
|
470
503
|
## 1.0.3
|
471
504
|
|
472
505
|
### Patch Changes
|
473
506
|
|
474
|
-
-
|
475
|
-
|
476
|
-
|
507
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
|
508
|
+
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
|
509
|
+
yarn changeset to packages, upgrade adf-schema
|
477
510
|
|
478
511
|
## 1.0.2
|
479
512
|
|
480
513
|
### Patch Changes
|
481
514
|
|
482
|
-
-
|
515
|
+
- Updated dependencies
|
483
516
|
|
484
517
|
## 1.0.1
|
485
518
|
|
486
519
|
### Patch Changes
|
487
520
|
|
488
|
-
-
|
521
|
+
- Updated dependencies
|