@atlaskit/editor-plugins 10.2.6 → 10.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +36 -145
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.8",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,135 +25,26 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"atlaskit:src": "src/index.ts",
|
|
28
|
-
"af:exports": {
|
|
29
|
-
"./accessibility-utils": "./src/accessibility-utils/index.ts",
|
|
30
|
-
"./alignment": "./src/alignment/index.ts",
|
|
31
|
-
"./analytics": "./src/analytics/index.ts",
|
|
32
|
-
"./annotation": "./src/annotation/index.ts",
|
|
33
|
-
"./avatar-group": "./src/avatar-group/index.ts",
|
|
34
|
-
"./base": "./src/base/index.ts",
|
|
35
|
-
"./batch-attribute-updates": "./src/batch-attribute-updates/index.ts",
|
|
36
|
-
"./before-primary-toolbar": "./src/before-primary-toolbar/index.ts",
|
|
37
|
-
"./better-type-history": "./src/better-type-history/index.ts",
|
|
38
|
-
"./block-controls": "./src/block-controls/index.ts",
|
|
39
|
-
"./block-menu": "./src/block-menu/index.ts",
|
|
40
|
-
"./block-type/consts": "./src/block-type/ui/consts.ts",
|
|
41
|
-
"./block-type/styles": "./src/block-type/ui/styles.ts",
|
|
42
|
-
"./block-type": "./src/block-type/index.ts",
|
|
43
|
-
"./border": "./src/border/index.ts",
|
|
44
|
-
"./breakout": "./src/breakout/index.ts",
|
|
45
|
-
"./caption": "./src/caption/index.ts",
|
|
46
|
-
"./card": "./src/card/index.ts",
|
|
47
|
-
"./clear-marks-on-empty-doc": "./src/clear-marks-on-empty-doc/index.ts",
|
|
48
|
-
"./clipboard": "./src/clipboard/index.ts",
|
|
49
|
-
"./code-bidi-warning": "./src/code-bidi-warning/index.ts",
|
|
50
|
-
"./code-block": "./src/code-block/index.ts",
|
|
51
|
-
"./collab-edit": "./src/collab-edit/index.ts",
|
|
52
|
-
"./composition": "./src/composition/index.ts",
|
|
53
|
-
"./connectivity": "./src/connectivity/index.ts",
|
|
54
|
-
"./content-insertion": "./src/content-insertion/index.ts",
|
|
55
|
-
"./context-identifier": "./src/context-identifier/index.ts",
|
|
56
|
-
"./context-panel": "./src/context-panel/index.ts",
|
|
57
|
-
"./copy-button": "./src/copy-button/index.ts",
|
|
58
|
-
"./custom-autoformat": "./src/custom-autoformat/index.ts",
|
|
59
|
-
"./data-consumer": "./src/data-consumer/index.ts",
|
|
60
|
-
"./date": "./src/date/index.ts",
|
|
61
|
-
"./decorations": "./src/decorations/index.ts",
|
|
62
|
-
"./editor-disabled": "./src/editor-disabled/index.ts",
|
|
63
|
-
"./editor-viewmode": "./src/editor-viewmode/index.ts",
|
|
64
|
-
"./editor-viewmode-effects": "./src/editor-viewmode-effects/index.ts",
|
|
65
|
-
"./emoji": "./src/emoji/index.ts",
|
|
66
|
-
"./engagement-platform": "./src/engagement-platform/index.ts",
|
|
67
|
-
"./expand": "./src/expand/index.ts",
|
|
68
|
-
"./extension": "./src/extension/index.ts",
|
|
69
|
-
"./feature-flags": "./src/feature-flags/index.ts",
|
|
70
|
-
"./feedback-dialog": "./src/feedback-dialog/index.ts",
|
|
71
|
-
"./find-replace/styles": "./src/find-replace/ui/styles.ts",
|
|
72
|
-
"./find-replace": "./src/find-replace/index.ts",
|
|
73
|
-
"./floating-toolbar": "./src/floating-toolbar/index.ts",
|
|
74
|
-
"./focus": "./src/focus/index.ts",
|
|
75
|
-
"./fragment": "./src/fragment/index.ts",
|
|
76
|
-
"./grid": "./src/grid/index.ts",
|
|
77
|
-
"./guideline": "./src/guideline/index.ts",
|
|
78
|
-
"./help-dialog": "./src/help-dialog/index.ts",
|
|
79
|
-
"./highlight": "./src/highlight/index.ts",
|
|
80
|
-
"./history": "./src/history/index.ts",
|
|
81
|
-
"./hyperlink": "./src/hyperlink/index.ts",
|
|
82
|
-
"./image-upload": "./src/image-upload/index.ts",
|
|
83
|
-
"./indentation": "./src/indentation/index.ts",
|
|
84
|
-
"./insert-block": "./src/insert-block/index.ts",
|
|
85
|
-
"./interaction": "./src/interaction/index.ts",
|
|
86
|
-
"./layout": "./src/layout/index.ts",
|
|
87
|
-
"./limited-mode": "./src/limited-mode/index.ts",
|
|
88
|
-
"./list": "./src/list/index.ts",
|
|
89
|
-
"./local-id": "./src/local-id/index.ts",
|
|
90
|
-
"./loom": "./src/loom/index.ts",
|
|
91
|
-
"./max-content-size": "./src/max-content-size/index.ts",
|
|
92
|
-
"./media/types": "./src/media/types/index.ts",
|
|
93
|
-
"./media": "./src/media/index.ts",
|
|
94
|
-
"./media-insert": "./src/media-insert/index.ts",
|
|
95
|
-
"./mentions": "./src/mentions/index.ts",
|
|
96
|
-
"./metrics": "./src/metrics/index.ts",
|
|
97
|
-
"./ncs-step-metrics": "./src/ncs-step-metrics/index.ts",
|
|
98
|
-
"./panel": "./src/panel/index.ts",
|
|
99
|
-
"./paste": "./src/paste/index.ts",
|
|
100
|
-
"./paste-options-toolbar/styles": "./src/paste-options-toolbar/ui/styles.ts",
|
|
101
|
-
"./paste-options-toolbar": "./src/paste-options-toolbar/index.ts",
|
|
102
|
-
"./placeholder": "./src/placeholder/index.ts",
|
|
103
|
-
"./placeholder-text/styles": "./src/placeholder-text/ui/styles.ts",
|
|
104
|
-
"./placeholder-text": "./src/placeholder-text/index.ts",
|
|
105
|
-
"./primary-toolbar": "./src/primary-toolbar/index.ts",
|
|
106
|
-
"./quick-insert": "./src/quick-insert/index.ts",
|
|
107
|
-
"./rule": "./src/rule/index.ts",
|
|
108
|
-
"./save-on-enter": "./src/save-on-enter/index.ts",
|
|
109
|
-
"./scroll-into-view": "./src/scroll-into-view/index.ts",
|
|
110
|
-
"./selection/types": "./src/selection/types/index.ts",
|
|
111
|
-
"./selection": "./src/selection/index.ts",
|
|
112
|
-
"./selection-extension": "./src/selection-extension/index.ts",
|
|
113
|
-
"./selection-marker": "./src/selection-marker/index.ts",
|
|
114
|
-
"./selection-toolbar": "./src/selection-toolbar/index.ts",
|
|
115
|
-
"./show-diff": "./src/show-diff/index.ts",
|
|
116
|
-
"./status": "./src/status/index.ts",
|
|
117
|
-
"./submit-editor": "./src/submit-editor/index.ts",
|
|
118
|
-
"./synced-block/SyncedBlock": "./src/synced-block/ui/extensions/synced-block/index.ts",
|
|
119
|
-
"./synced-block": "./src/synced-block/index.ts",
|
|
120
|
-
"./table/ui/common-styles": "./src/table/ui/common-styles.ts",
|
|
121
|
-
"./table/types": "./src/table/types/index.ts",
|
|
122
|
-
"./table": "./src/table/index.ts",
|
|
123
|
-
"./tasks-and-decisions": "./src/tasks-and-decisions/index.ts",
|
|
124
|
-
"./text-color": "./src/text-color/index.ts",
|
|
125
|
-
"./text-formatting": "./src/text-formatting/index.ts",
|
|
126
|
-
"./toolbar": "./src/toolbar/index.ts",
|
|
127
|
-
"./toolbar-lists-indentation": "./src/toolbar-lists-indentation/index.ts",
|
|
128
|
-
"./track-changes": "./src/track-changes/index.ts",
|
|
129
|
-
"./type-ahead": "./src/type-ahead/index.ts",
|
|
130
|
-
"./ufo": "./src/ufo/index.ts",
|
|
131
|
-
"./undo-redo": "./src/undo-redo/index.ts",
|
|
132
|
-
"./unsupported-content": "./src/unsupported-content/index.ts",
|
|
133
|
-
"./user-intent": "./src/user-intent/index.ts",
|
|
134
|
-
"./user-preferences": "./src/user-preferences/index.ts",
|
|
135
|
-
"./width": "./src/width/index.ts"
|
|
136
|
-
},
|
|
137
28
|
"scripts": {
|
|
138
29
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
139
30
|
},
|
|
140
31
|
"dependencies": {
|
|
141
32
|
"@atlaskit/editor-plugin-accessibility-utils": "3.0.5",
|
|
142
|
-
"@atlaskit/editor-plugin-alignment": "4.2.
|
|
33
|
+
"@atlaskit/editor-plugin-alignment": "4.2.10",
|
|
143
34
|
"@atlaskit/editor-plugin-analytics": "3.0.5",
|
|
144
|
-
"@atlaskit/editor-plugin-annotation": "3.3.
|
|
145
|
-
"@atlaskit/editor-plugin-avatar-group": "4.1.
|
|
35
|
+
"@atlaskit/editor-plugin-annotation": "3.3.11",
|
|
36
|
+
"@atlaskit/editor-plugin-avatar-group": "4.1.8",
|
|
146
37
|
"@atlaskit/editor-plugin-base": "4.1.7",
|
|
147
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "3.0.5",
|
|
148
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "3.0.2",
|
|
149
40
|
"@atlaskit/editor-plugin-better-type-history": "3.0.2",
|
|
150
|
-
"@atlaskit/editor-plugin-block-controls": "4.2.
|
|
151
|
-
"@atlaskit/editor-plugin-block-menu": "0.0.
|
|
152
|
-
"@atlaskit/editor-plugin-block-type": "6.2.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "4.2.6",
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "0.0.14",
|
|
43
|
+
"@atlaskit/editor-plugin-block-type": "6.2.13",
|
|
153
44
|
"@atlaskit/editor-plugin-border": "3.0.4",
|
|
154
|
-
"@atlaskit/editor-plugin-breakout": "3.1.
|
|
45
|
+
"@atlaskit/editor-plugin-breakout": "3.1.11",
|
|
155
46
|
"@atlaskit/editor-plugin-caption": "3.2.0",
|
|
156
|
-
"@atlaskit/editor-plugin-card": "7.5.
|
|
47
|
+
"@atlaskit/editor-plugin-card": "7.5.1",
|
|
157
48
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "3.0.0",
|
|
158
49
|
"@atlaskit/editor-plugin-clipboard": "3.0.0",
|
|
159
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "3.0.4",
|
|
@@ -167,70 +58,70 @@
|
|
|
167
58
|
"@atlaskit/editor-plugin-copy-button": "3.0.2",
|
|
168
59
|
"@atlaskit/editor-plugin-custom-autoformat": "3.0.1",
|
|
169
60
|
"@atlaskit/editor-plugin-data-consumer": "3.0.4",
|
|
170
|
-
"@atlaskit/editor-plugin-date": "5.1.
|
|
61
|
+
"@atlaskit/editor-plugin-date": "5.1.12",
|
|
171
62
|
"@atlaskit/editor-plugin-decorations": "3.1.0",
|
|
172
63
|
"@atlaskit/editor-plugin-editor-disabled": "3.0.1",
|
|
173
64
|
"@atlaskit/editor-plugin-editor-viewmode": "5.0.4",
|
|
174
65
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "3.0.1",
|
|
175
|
-
"@atlaskit/editor-plugin-emoji": "4.3.
|
|
66
|
+
"@atlaskit/editor-plugin-emoji": "4.3.2",
|
|
176
67
|
"@atlaskit/editor-plugin-engagement-platform": "4.0.1",
|
|
177
68
|
"@atlaskit/editor-plugin-expand": "4.3.0",
|
|
178
|
-
"@atlaskit/editor-plugin-extension": "6.2.
|
|
69
|
+
"@atlaskit/editor-plugin-extension": "6.2.1",
|
|
179
70
|
"@atlaskit/editor-plugin-feature-flags": "2.0.1",
|
|
180
71
|
"@atlaskit/editor-plugin-feedback-dialog": "3.0.1",
|
|
181
|
-
"@atlaskit/editor-plugin-find-replace": "3.2.
|
|
182
|
-
"@atlaskit/editor-plugin-floating-toolbar": "5.2.
|
|
72
|
+
"@atlaskit/editor-plugin-find-replace": "3.2.9",
|
|
73
|
+
"@atlaskit/editor-plugin-floating-toolbar": "5.2.2",
|
|
183
74
|
"@atlaskit/editor-plugin-focus": "2.0.0",
|
|
184
75
|
"@atlaskit/editor-plugin-fragment": "3.0.4",
|
|
185
76
|
"@atlaskit/editor-plugin-grid": "3.1.1",
|
|
186
|
-
"@atlaskit/editor-plugin-guideline": "3.0.
|
|
187
|
-
"@atlaskit/editor-plugin-help-dialog": "3.1.
|
|
188
|
-
"@atlaskit/editor-plugin-highlight": "3.0
|
|
77
|
+
"@atlaskit/editor-plugin-guideline": "3.0.5",
|
|
78
|
+
"@atlaskit/editor-plugin-help-dialog": "3.1.7",
|
|
79
|
+
"@atlaskit/editor-plugin-highlight": "3.1.0",
|
|
189
80
|
"@atlaskit/editor-plugin-history": "3.1.1",
|
|
190
|
-
"@atlaskit/editor-plugin-hyperlink": "5.4.
|
|
81
|
+
"@atlaskit/editor-plugin-hyperlink": "5.4.12",
|
|
191
82
|
"@atlaskit/editor-plugin-image-upload": "3.0.1",
|
|
192
83
|
"@atlaskit/editor-plugin-indentation": "3.2.1",
|
|
193
|
-
"@atlaskit/editor-plugin-insert-block": "4.3.
|
|
84
|
+
"@atlaskit/editor-plugin-insert-block": "4.3.6",
|
|
194
85
|
"@atlaskit/editor-plugin-interaction": "5.0.1",
|
|
195
86
|
"@atlaskit/editor-plugin-layout": "3.2.0",
|
|
196
87
|
"@atlaskit/editor-plugin-limited-mode": "0.0.3",
|
|
197
88
|
"@atlaskit/editor-plugin-list": "5.1.7",
|
|
198
|
-
"@atlaskit/editor-plugin-local-id": "1.0.
|
|
89
|
+
"@atlaskit/editor-plugin-local-id": "1.0.4",
|
|
199
90
|
"@atlaskit/editor-plugin-loom": "5.1.3",
|
|
200
91
|
"@atlaskit/editor-plugin-max-content-size": "3.0.1",
|
|
201
|
-
"@atlaskit/editor-plugin-media": "5.
|
|
92
|
+
"@atlaskit/editor-plugin-media": "5.4.0",
|
|
202
93
|
"@atlaskit/editor-plugin-media-insert": "9.2.5",
|
|
203
|
-
"@atlaskit/editor-plugin-mentions": "5.2.
|
|
94
|
+
"@atlaskit/editor-plugin-mentions": "5.2.10",
|
|
204
95
|
"@atlaskit/editor-plugin-metrics": "4.0.9",
|
|
205
96
|
"@atlaskit/editor-plugin-ncs-step-metrics": "2.0.0",
|
|
206
|
-
"@atlaskit/editor-plugin-panel": "5.4.
|
|
97
|
+
"@atlaskit/editor-plugin-panel": "5.4.1",
|
|
207
98
|
"@atlaskit/editor-plugin-paste": "4.1.8",
|
|
208
99
|
"@atlaskit/editor-plugin-paste-options-toolbar": "3.1.3",
|
|
209
100
|
"@atlaskit/editor-plugin-placeholder": "3.2.2",
|
|
210
|
-
"@atlaskit/editor-plugin-placeholder-text": "3.1.
|
|
101
|
+
"@atlaskit/editor-plugin-placeholder-text": "3.1.8",
|
|
211
102
|
"@atlaskit/editor-plugin-primary-toolbar": "4.1.6",
|
|
212
|
-
"@atlaskit/editor-plugin-quick-insert": "3.0.
|
|
103
|
+
"@atlaskit/editor-plugin-quick-insert": "3.0.9",
|
|
213
104
|
"@atlaskit/editor-plugin-rule": "3.0.5",
|
|
214
105
|
"@atlaskit/editor-plugin-save-on-enter": "3.0.1",
|
|
215
106
|
"@atlaskit/editor-plugin-scroll-into-view": "3.0.2",
|
|
216
107
|
"@atlaskit/editor-plugin-selection": "3.2.1",
|
|
217
108
|
"@atlaskit/editor-plugin-selection-extension": "3.6.0",
|
|
218
|
-
"@atlaskit/editor-plugin-selection-marker": "3.0.
|
|
219
|
-
"@atlaskit/editor-plugin-selection-toolbar": "4.3.
|
|
109
|
+
"@atlaskit/editor-plugin-selection-marker": "3.0.9",
|
|
110
|
+
"@atlaskit/editor-plugin-selection-toolbar": "4.3.11",
|
|
220
111
|
"@atlaskit/editor-plugin-show-diff": "0.1.7",
|
|
221
|
-
"@atlaskit/editor-plugin-status": "4.1.
|
|
112
|
+
"@atlaskit/editor-plugin-status": "4.1.10",
|
|
222
113
|
"@atlaskit/editor-plugin-submit-editor": "3.1.1",
|
|
223
114
|
"@atlaskit/editor-plugin-synced-block": "0.1.1",
|
|
224
|
-
"@atlaskit/editor-plugin-table": "12.3.
|
|
115
|
+
"@atlaskit/editor-plugin-table": "12.3.4",
|
|
225
116
|
"@atlaskit/editor-plugin-tasks-and-decisions": "6.4.5",
|
|
226
|
-
"@atlaskit/editor-plugin-text-color": "3.
|
|
227
|
-
"@atlaskit/editor-plugin-text-formatting": "3.0.
|
|
228
|
-
"@atlaskit/editor-plugin-toolbar": "0.4.
|
|
229
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.
|
|
230
|
-
"@atlaskit/editor-plugin-track-changes": "2.7.
|
|
231
|
-
"@atlaskit/editor-plugin-type-ahead": "3.1.
|
|
117
|
+
"@atlaskit/editor-plugin-text-color": "3.2.0",
|
|
118
|
+
"@atlaskit/editor-plugin-text-formatting": "3.0.24",
|
|
119
|
+
"@atlaskit/editor-plugin-toolbar": "0.4.4",
|
|
120
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.10",
|
|
121
|
+
"@atlaskit/editor-plugin-track-changes": "2.7.9",
|
|
122
|
+
"@atlaskit/editor-plugin-type-ahead": "3.1.12",
|
|
232
123
|
"@atlaskit/editor-plugin-ufo": "3.1.3",
|
|
233
|
-
"@atlaskit/editor-plugin-undo-redo": "3.2.
|
|
124
|
+
"@atlaskit/editor-plugin-undo-redo": "3.2.6",
|
|
234
125
|
"@atlaskit/editor-plugin-unsupported-content": "3.0.5",
|
|
235
126
|
"@atlaskit/editor-plugin-user-intent": "1.1.1",
|
|
236
127
|
"@atlaskit/editor-plugin-user-preferences": "1.2.5",
|