@atlaskit/editor-plugin-type-ahead 1.2.4 → 1.3.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 +8 -8
- package/CHANGELOG.md +214 -196
- package/LICENSE.md +6 -8
- package/dist/cjs/ui/AssistiveText.js +1 -1
- package/dist/cjs/ui/InputQuery.js +8 -4
- package/dist/cjs/ui/TypeAheadList.js +7 -1
- package/dist/cjs/ui/TypeAheadListItem.js +58 -38
- package/dist/cjs/ui/TypeAheadPopup.js +5 -1
- package/dist/es2019/ui/AssistiveText.js +2 -0
- package/dist/es2019/ui/InputQuery.js +8 -4
- package/dist/es2019/ui/TypeAheadList.js +7 -1
- package/dist/es2019/ui/TypeAheadListItem.js +77 -56
- package/dist/es2019/ui/TypeAheadPopup.js +5 -1
- package/dist/esm/ui/AssistiveText.js +2 -0
- package/dist/esm/ui/InputQuery.js +8 -4
- package/dist/esm/ui/TypeAheadList.js +7 -1
- package/dist/esm/ui/TypeAheadListItem.js +59 -38
- package/dist/esm/ui/TypeAheadPopup.js +5 -1
- package/dist/types/pm-plugins/decorations.d.ts +1 -1
- package/dist/types/ui/ContentComponent.d.ts +1 -1
- package/dist/types-ts4.5/pm-plugins/decorations.d.ts +1 -1
- package/dist/types-ts4.5/ui/ContentComponent.d.ts +1 -1
- package/package.json +85 -87
- package/report.api.md +51 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,511 +1,529 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
|
|
8
|
+
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
|
|
9
|
+
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.2.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.2.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
25
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
|
26
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
|
27
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
|
28
|
+
- Updated dependencies
|
|
11
29
|
|
|
12
30
|
## 1.2.3
|
|
13
31
|
|
|
14
32
|
### Patch Changes
|
|
15
33
|
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
34
|
+
- [#99848](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99848)
|
|
35
|
+
[`add0947043d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/add0947043d4) -
|
|
36
|
+
ECA11Y-18: Remove inappropriate aria-labels from Typeahead dropdown
|
|
19
37
|
|
|
20
38
|
## 1.2.2
|
|
21
39
|
|
|
22
40
|
### Patch Changes
|
|
23
41
|
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
42
|
+
- [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
|
|
43
|
+
[`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
|
|
44
|
+
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
|
|
27
45
|
|
|
28
46
|
## 1.2.1
|
|
29
47
|
|
|
30
48
|
### Patch Changes
|
|
31
49
|
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
50
|
+
- [#99635](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99635)
|
|
51
|
+
[`647b9c0a5da8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/647b9c0a5da8) -
|
|
52
|
+
[ED-23193] Fix typeahead analytics that were not firing to now use EditorAPI to fire events.
|
|
53
|
+
- Updated dependencies
|
|
36
54
|
|
|
37
55
|
## 1.2.0
|
|
38
56
|
|
|
39
57
|
### Minor Changes
|
|
40
58
|
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
|
|
59
|
+
- [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
|
|
60
|
+
[`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
|
|
61
|
+
Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
|
|
44
62
|
|
|
45
63
|
### Patch Changes
|
|
46
64
|
|
|
47
|
-
-
|
|
65
|
+
- Updated dependencies
|
|
48
66
|
|
|
49
67
|
## 1.1.9
|
|
50
68
|
|
|
51
69
|
### Patch Changes
|
|
52
70
|
|
|
53
|
-
-
|
|
71
|
+
- Updated dependencies
|
|
54
72
|
|
|
55
73
|
## 1.1.8
|
|
56
74
|
|
|
57
75
|
### Patch Changes
|
|
58
76
|
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
77
|
+
- [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
|
|
78
|
+
[`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
|
|
79
|
+
[ED-22282] Bump adf-schema to 36.1.0
|
|
62
80
|
|
|
63
81
|
## 1.1.7
|
|
64
82
|
|
|
65
83
|
### Patch Changes
|
|
66
84
|
|
|
67
|
-
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
-
|
|
85
|
+
- [#98137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98137)
|
|
86
|
+
[`b1ddc8df2070`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b1ddc8df2070) -
|
|
87
|
+
[ED-23195] Refactor React components to use useRef inside functional components
|
|
88
|
+
- Updated dependencies
|
|
71
89
|
|
|
72
90
|
## 1.1.6
|
|
73
91
|
|
|
74
92
|
### Patch Changes
|
|
75
93
|
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
94
|
+
- [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
|
|
95
|
+
[`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
|
|
96
|
+
[HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
|
|
97
|
+
language triggering composition on an empty line.This was fixed in a patch bump of
|
|
98
|
+
prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
|
|
81
99
|
|
|
82
100
|
## 1.1.5
|
|
83
101
|
|
|
84
102
|
### Patch Changes
|
|
85
103
|
|
|
86
|
-
-
|
|
104
|
+
- Updated dependencies
|
|
87
105
|
|
|
88
106
|
## 1.1.4
|
|
89
107
|
|
|
90
108
|
### Patch Changes
|
|
91
109
|
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
110
|
+
- [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
|
|
111
|
+
[`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
|
|
112
|
+
[ED-23102] Bump ADF schema to version 35.12.2
|
|
95
113
|
|
|
96
114
|
## 1.1.3
|
|
97
115
|
|
|
98
116
|
### Patch Changes
|
|
99
117
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
118
|
+
- [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
|
|
119
|
+
[`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
|
|
120
|
+
[ED-23097] Bump ADF schema to version 35.12.1
|
|
103
121
|
|
|
104
122
|
## 1.1.2
|
|
105
123
|
|
|
106
124
|
### Patch Changes
|
|
107
125
|
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
|
|
126
|
+
- [#94717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94717)
|
|
127
|
+
[`40f38eb0a512`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40f38eb0a512) -
|
|
128
|
+
Cleaning up feature flag for inserting nodes in ordered list.
|
|
111
129
|
|
|
112
|
-
|
|
130
|
+
Fix bugs for incorrect ordered list order with action & improve selection behaviour on insert
|
|
113
131
|
|
|
114
|
-
-
|
|
132
|
+
- Updated dependencies
|
|
115
133
|
|
|
116
134
|
## 1.1.1
|
|
117
135
|
|
|
118
136
|
### Patch Changes
|
|
119
137
|
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
138
|
+
- [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
|
|
139
|
+
[`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
|
|
140
|
+
Updating adf-schema version to 35.10.0
|
|
123
141
|
|
|
124
142
|
## 1.1.0
|
|
125
143
|
|
|
126
144
|
### Minor Changes
|
|
127
145
|
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
-
|
|
146
|
+
- [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
|
|
147
|
+
[`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
|
|
148
|
+
bumped editor-prosemirror version to 4.0.0
|
|
131
149
|
|
|
132
150
|
### Patch Changes
|
|
133
151
|
|
|
134
|
-
-
|
|
152
|
+
- Updated dependencies
|
|
135
153
|
|
|
136
154
|
## 1.0.11
|
|
137
155
|
|
|
138
156
|
### Patch Changes
|
|
139
157
|
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
158
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
|
|
159
|
+
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
|
|
160
|
+
Bump adf-schema to 35.9.2 to support table alignment options
|
|
143
161
|
|
|
144
162
|
## 1.0.10
|
|
145
163
|
|
|
146
164
|
### Patch Changes
|
|
147
165
|
|
|
148
|
-
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
-
|
|
166
|
+
- [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
|
|
167
|
+
[`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
|
|
168
|
+
Bump ADF-schema package to version 35.0.0
|
|
169
|
+
- Updated dependencies
|
|
152
170
|
|
|
153
171
|
## 1.0.9
|
|
154
172
|
|
|
155
173
|
### Patch Changes
|
|
156
174
|
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
175
|
+
- [#88038](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88038)
|
|
176
|
+
[`19ac4de34153`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/19ac4de34153) -
|
|
177
|
+
update 'w3c-keyname' dependency to 2.1.8
|
|
160
178
|
|
|
161
179
|
## 1.0.8
|
|
162
180
|
|
|
163
181
|
### Patch Changes
|
|
164
182
|
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
183
|
+
- [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
|
|
184
|
+
[`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
|
|
185
|
+
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
|
|
186
|
+
35.7.0 to 35.8.0
|
|
169
187
|
|
|
170
188
|
## 1.0.7
|
|
171
189
|
|
|
172
190
|
### Patch Changes
|
|
173
191
|
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
|
|
192
|
+
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
|
|
193
|
+
[`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
|
|
194
|
+
Bump adf-schema to 35.7.0
|
|
177
195
|
|
|
178
196
|
## 1.0.6
|
|
179
197
|
|
|
180
198
|
### Patch Changes
|
|
181
199
|
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
|
|
200
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
201
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
202
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
185
203
|
|
|
186
204
|
## 1.0.5
|
|
187
205
|
|
|
188
206
|
### Patch Changes
|
|
189
207
|
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
|
|
208
|
+
- [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
|
|
209
|
+
[`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
|
|
210
|
+
ED-22553 Updating adf-schema version to 35.6.0
|
|
193
211
|
|
|
194
212
|
## 1.0.4
|
|
195
213
|
|
|
196
214
|
### Patch Changes
|
|
197
215
|
|
|
198
|
-
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
-
|
|
216
|
+
- [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
|
|
217
|
+
[`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
|
|
218
|
+
ED-22219: adf-schema updated to 35.5.2
|
|
219
|
+
- Updated dependencies
|
|
202
220
|
|
|
203
221
|
## 1.0.3
|
|
204
222
|
|
|
205
223
|
### Patch Changes
|
|
206
224
|
|
|
207
|
-
-
|
|
208
|
-
|
|
209
|
-
|
|
225
|
+
- [#75482](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75482)
|
|
226
|
+
[`18b5a6fb910a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18b5a6fb910a) - #
|
|
227
|
+
MAJOR CHANGE to `@atlaskit/prosemirror-input-rules` package.
|
|
210
228
|
|
|
211
|
-
|
|
229
|
+
## WHY?
|
|
212
230
|
|
|
213
|
-
|
|
231
|
+
Removing editor-common dependencies from prosemirror-input-rules package.
|
|
214
232
|
|
|
215
|
-
|
|
233
|
+
This makes it easier for editor updates because it simplifies our dependency graph.
|
|
216
234
|
|
|
217
|
-
|
|
235
|
+
## WHAT and HOW?
|
|
218
236
|
|
|
219
|
-
|
|
220
|
-
|
|
237
|
+
These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
|
|
238
|
+
`@atlaskit/editor-common/types`:
|
|
221
239
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
240
|
+
- InputRuleWrapper
|
|
241
|
+
- InputRuleHandler
|
|
242
|
+
- OnHandlerApply
|
|
243
|
+
- createRule
|
|
226
244
|
|
|
227
|
-
|
|
228
|
-
|
|
245
|
+
These have changed from a `SafePlugin` to a `SafePluginSpec`. In order to update your code you
|
|
246
|
+
need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
|
|
229
247
|
|
|
230
|
-
|
|
248
|
+
`SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
|
|
231
249
|
|
|
232
|
-
|
|
233
|
-
|
|
250
|
+
- createPlugin
|
|
251
|
+
- createInputRulePlugin
|
|
234
252
|
|
|
235
|
-
-
|
|
253
|
+
- Updated dependencies
|
|
236
254
|
|
|
237
255
|
## 1.0.2
|
|
238
256
|
|
|
239
257
|
### Patch Changes
|
|
240
258
|
|
|
241
|
-
-
|
|
242
|
-
|
|
243
|
-
|
|
259
|
+
- [#73177](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73177)
|
|
260
|
+
[`22452599ed8f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22452599ed8f) -
|
|
261
|
+
Move styling for certain packages to tokens.
|
|
244
262
|
|
|
245
263
|
## 1.0.1
|
|
246
264
|
|
|
247
265
|
### Patch Changes
|
|
248
266
|
|
|
249
|
-
-
|
|
267
|
+
- Updated dependencies
|
|
250
268
|
|
|
251
269
|
## 1.0.0
|
|
252
270
|
|
|
253
271
|
### Major Changes
|
|
254
272
|
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
273
|
+
- [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
|
|
274
|
+
[`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
|
|
275
|
+
This changeset exists to bump all editor plugins that currently don't have a major version. This
|
|
276
|
+
is to address an issue with Jira plugin consumption.
|
|
259
277
|
|
|
260
278
|
### Patch Changes
|
|
261
279
|
|
|
262
|
-
-
|
|
280
|
+
- Updated dependencies
|
|
263
281
|
|
|
264
282
|
## 0.9.6
|
|
265
283
|
|
|
266
284
|
### Patch Changes
|
|
267
285
|
|
|
268
|
-
-
|
|
269
|
-
|
|
270
|
-
|
|
286
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
|
|
287
|
+
[`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
|
|
288
|
+
Upgrading @atlaskit/editor-prosemirror dependency
|
|
271
289
|
|
|
272
290
|
## 0.9.5
|
|
273
291
|
|
|
274
292
|
### Patch Changes
|
|
275
293
|
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
-
|
|
294
|
+
- [#71136](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71136)
|
|
295
|
+
[`c803fea1e6a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c803fea1e6a4) -
|
|
296
|
+
Move all plugin translations to editor-common
|
|
297
|
+
- Updated dependencies
|
|
280
298
|
|
|
281
299
|
## 0.9.4
|
|
282
300
|
|
|
283
301
|
### Patch Changes
|
|
284
302
|
|
|
285
|
-
-
|
|
286
|
-
|
|
287
|
-
|
|
303
|
+
- [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
|
|
304
|
+
[`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
|
|
305
|
+
Updating adf-schema version to 35.5.1
|
|
288
306
|
|
|
289
307
|
## 0.9.3
|
|
290
308
|
|
|
291
309
|
### Patch Changes
|
|
292
310
|
|
|
293
|
-
-
|
|
311
|
+
- Updated dependencies
|
|
294
312
|
|
|
295
313
|
## 0.9.2
|
|
296
314
|
|
|
297
315
|
### Patch Changes
|
|
298
316
|
|
|
299
|
-
-
|
|
300
|
-
|
|
301
|
-
|
|
317
|
+
- [#67189](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67189)
|
|
318
|
+
[`93cbf53ca0e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93cbf53ca0e0) -
|
|
319
|
+
Removing instances of WithPluginState from mentions and type-ahead plugins.
|
|
302
320
|
|
|
303
321
|
## 0.9.1
|
|
304
322
|
|
|
305
323
|
### Patch Changes
|
|
306
324
|
|
|
307
|
-
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
-
|
|
325
|
+
- [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
|
|
326
|
+
[`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
|
|
327
|
+
ED-21609 Update adf-schema to 35.3.0
|
|
328
|
+
- Updated dependencies
|
|
311
329
|
|
|
312
330
|
## 0.9.0
|
|
313
331
|
|
|
314
332
|
### Minor Changes
|
|
315
333
|
|
|
316
|
-
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
334
|
+
- [#64335](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64335)
|
|
335
|
+
[`efc8826c907f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/efc8826c907f) -
|
|
336
|
+
[ux] [ED-16509] Restart numbered list inserting nodes via QUICK INSERT, nodes including : panels,
|
|
337
|
+
expands, decisions, tables, layout, quotes, actions, dividers, headings. Changes are being guarded
|
|
338
|
+
behind feature flag platform.editor.ordered-list-inserting-nodes_bh0vo
|
|
321
339
|
|
|
322
340
|
### Patch Changes
|
|
323
341
|
|
|
324
|
-
-
|
|
342
|
+
- Updated dependencies
|
|
325
343
|
|
|
326
344
|
## 0.8.6
|
|
327
345
|
|
|
328
346
|
### Patch Changes
|
|
329
347
|
|
|
330
|
-
-
|
|
331
|
-
|
|
332
|
-
|
|
348
|
+
- [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
|
|
349
|
+
[`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
|
|
350
|
+
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
|
|
333
351
|
|
|
334
352
|
## 0.8.5
|
|
335
353
|
|
|
336
354
|
### Patch Changes
|
|
337
355
|
|
|
338
|
-
-
|
|
339
|
-
|
|
340
|
-
|
|
356
|
+
- [#61655](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61655)
|
|
357
|
+
[`6fec14da1838`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fec14da1838) -
|
|
358
|
+
ED-21403 Fixed accessiblity issue with TypeAheadItems read by VoiceOver
|
|
341
359
|
|
|
342
360
|
## 0.8.4
|
|
343
361
|
|
|
344
362
|
### Patch Changes
|
|
345
363
|
|
|
346
|
-
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
364
|
+
- [#61465](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61465)
|
|
365
|
+
[`fc0f13b8bc95`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fc0f13b8bc95) -
|
|
366
|
+
Prefix `componentWillMount`, `componentWillUnmount` and `componentWillReceiveProps` with `UNSAFE_`
|
|
367
|
+
in the `AssistiveText` component
|
|
350
368
|
|
|
351
369
|
## 0.8.3
|
|
352
370
|
|
|
353
371
|
### Patch Changes
|
|
354
372
|
|
|
355
|
-
-
|
|
356
|
-
|
|
357
|
-
|
|
373
|
+
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
|
|
374
|
+
[`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
|
|
375
|
+
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
|
|
358
376
|
|
|
359
377
|
## 0.8.2
|
|
360
378
|
|
|
361
379
|
### Patch Changes
|
|
362
380
|
|
|
363
|
-
-
|
|
364
|
-
|
|
365
|
-
|
|
381
|
+
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
|
|
382
|
+
[`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
|
|
383
|
+
ED-21371 Update adf-schema to 35.1.0
|
|
366
384
|
|
|
367
385
|
## 0.8.1
|
|
368
386
|
|
|
369
387
|
### Patch Changes
|
|
370
388
|
|
|
371
|
-
-
|
|
389
|
+
- Updated dependencies
|
|
372
390
|
|
|
373
391
|
## 0.8.0
|
|
374
392
|
|
|
375
393
|
### Minor Changes
|
|
376
394
|
|
|
377
|
-
-
|
|
378
|
-
|
|
379
|
-
|
|
395
|
+
- [#59258](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59258)
|
|
396
|
+
[`8776707df7cd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8776707df7cd) -
|
|
397
|
+
ECA11Y-48 Updated assistive text
|
|
380
398
|
|
|
381
399
|
## 0.7.8
|
|
382
400
|
|
|
383
401
|
### Patch Changes
|
|
384
402
|
|
|
385
|
-
-
|
|
386
|
-
|
|
387
|
-
|
|
403
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
404
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
405
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
388
406
|
|
|
389
407
|
## 0.7.7
|
|
390
408
|
|
|
391
409
|
### Patch Changes
|
|
392
410
|
|
|
393
|
-
-
|
|
394
|
-
|
|
395
|
-
|
|
411
|
+
- [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
|
|
412
|
+
[`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
|
|
413
|
+
update ADF schema
|
|
396
414
|
|
|
397
415
|
## 0.7.6
|
|
398
416
|
|
|
399
417
|
### Patch Changes
|
|
400
418
|
|
|
401
|
-
-
|
|
402
|
-
|
|
403
|
-
|
|
419
|
+
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
|
|
420
|
+
[`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
|
|
421
|
+
ED-21266: Updated @atlaskit/adf-schema to 34.0.1
|
|
404
422
|
|
|
405
423
|
## 0.7.5
|
|
406
424
|
|
|
407
425
|
### Patch Changes
|
|
408
426
|
|
|
409
|
-
-
|
|
410
|
-
|
|
411
|
-
|
|
427
|
+
- [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
|
|
428
|
+
[`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
|
|
429
|
+
Upgrade adf-schema package to ^34.0.0
|
|
412
430
|
|
|
413
431
|
## 0.7.4
|
|
414
432
|
|
|
415
433
|
### Patch Changes
|
|
416
434
|
|
|
417
|
-
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
-
|
|
435
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
|
|
436
|
+
[`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
|
|
437
|
+
Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
|
438
|
+
- Updated dependencies
|
|
421
439
|
|
|
422
440
|
## 0.7.3
|
|
423
441
|
|
|
424
442
|
### Patch Changes
|
|
425
443
|
|
|
426
|
-
-
|
|
427
|
-
|
|
428
|
-
|
|
444
|
+
- [#42995](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42995)
|
|
445
|
+
[`a527682dee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a527682dee6) - add in
|
|
446
|
+
missing dependencies for imported types
|
|
429
447
|
|
|
430
448
|
## 0.7.2
|
|
431
449
|
|
|
432
450
|
### Patch Changes
|
|
433
451
|
|
|
434
|
-
-
|
|
452
|
+
- Updated dependencies
|
|
435
453
|
|
|
436
454
|
## 0.7.1
|
|
437
455
|
|
|
438
456
|
### Patch Changes
|
|
439
457
|
|
|
440
|
-
-
|
|
441
|
-
|
|
442
|
-
|
|
458
|
+
- [#41802](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41802)
|
|
459
|
+
[`d20ecc5a9db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d20ecc5a9db) - Apply
|
|
460
|
+
improved linting to type-ahead plugin.
|
|
443
461
|
|
|
444
462
|
## 0.7.0
|
|
445
463
|
|
|
446
464
|
### Minor Changes
|
|
447
465
|
|
|
448
|
-
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
466
|
+
- [#41047](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41047)
|
|
467
|
+
[`8f0b00d165f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0b00d165f) -
|
|
468
|
+
[ED-20003] Extract TypeAhead from editor-core to its own package
|
|
469
|
+
@atlaskit/editor-plugin-type-ahead
|
|
452
470
|
|
|
453
471
|
## 0.6.0
|
|
454
472
|
|
|
455
473
|
### Minor Changes
|
|
456
474
|
|
|
457
|
-
-
|
|
458
|
-
|
|
459
|
-
|
|
475
|
+
- [#41459](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41459)
|
|
476
|
+
[`9874d0f70b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9874d0f70b0) -
|
|
477
|
+
[ED-20003] TypeAhead extraction: Replace the mobile view-subscription with proper API
|
|
460
478
|
|
|
461
479
|
## 0.5.0
|
|
462
480
|
|
|
463
481
|
### Minor Changes
|
|
464
482
|
|
|
465
|
-
-
|
|
466
|
-
|
|
467
|
-
|
|
483
|
+
- [#41143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41143)
|
|
484
|
+
[`7d6dfe2befa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d6dfe2befa) -
|
|
485
|
+
[ED-20003] Replace TyepAhead API for Editor Plugin Injection API
|
|
468
486
|
|
|
469
487
|
## 0.4.0
|
|
470
488
|
|
|
471
489
|
### Minor Changes
|
|
472
490
|
|
|
473
|
-
-
|
|
474
|
-
|
|
475
|
-
|
|
491
|
+
- [#40955](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40955)
|
|
492
|
+
[`30dc2b1e6c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30dc2b1e6c9) -
|
|
493
|
+
[ED-19746] Decoupling mentions plugin from Editor-core libraries
|
|
476
494
|
|
|
477
495
|
## 0.3.2
|
|
478
496
|
|
|
479
497
|
### Patch Changes
|
|
480
498
|
|
|
481
|
-
-
|
|
499
|
+
- Updated dependencies
|
|
482
500
|
|
|
483
501
|
## 0.3.1
|
|
484
502
|
|
|
485
503
|
### Patch Changes
|
|
486
504
|
|
|
487
|
-
-
|
|
505
|
+
- Updated dependencies
|
|
488
506
|
|
|
489
507
|
## 0.3.0
|
|
490
508
|
|
|
491
509
|
### Minor Changes
|
|
492
510
|
|
|
493
|
-
-
|
|
494
|
-
|
|
495
|
-
|
|
511
|
+
- [#39575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39575)
|
|
512
|
+
[`ef0c2a89c72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ef0c2a89c72) - Add
|
|
513
|
+
isTypeAheadOpen action to type-ahead plugin. Decouple placeholder plugin from editor-core.
|
|
496
514
|
|
|
497
515
|
## 0.2.0
|
|
498
516
|
|
|
499
517
|
### Minor Changes
|
|
500
518
|
|
|
501
|
-
-
|
|
502
|
-
|
|
503
|
-
|
|
519
|
+
- [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325)
|
|
520
|
+
[`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) - Updating
|
|
521
|
+
all plugins with minor version to correct issue with semver.
|
|
504
522
|
|
|
505
523
|
## 0.1.1
|
|
506
524
|
|
|
507
525
|
### Patch Changes
|
|
508
526
|
|
|
509
|
-
-
|
|
510
|
-
|
|
511
|
-
|
|
527
|
+
- [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177)
|
|
528
|
+
[`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added
|
|
529
|
+
atlaskit docs to all existing plugins.
|