@atlaskit/editor-plugins 10.1.65 → 10.1.67
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
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { blockMenuPlugin } from '@atlaskit/editor-plugin-block-menu';
|
|
2
|
-
export type { BlockMenuPlugin, RegisterBlockMenuComponent, } from '@atlaskit/editor-plugin-block-menu';
|
|
2
|
+
export type { BlockMenuPlugin, RegisterBlockMenuComponent, Parent, } from '@atlaskit/editor-plugin-block-menu';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
|
|
2
|
-
export type { ToolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
|
|
2
|
+
export type { ToolbarPlugin, ToolbarPluginOptions } from '@atlaskit/editor-plugin-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { blockMenuPlugin } from '@atlaskit/editor-plugin-block-menu';
|
|
2
|
-
export type { BlockMenuPlugin, RegisterBlockMenuComponent, } from '@atlaskit/editor-plugin-block-menu';
|
|
2
|
+
export type { BlockMenuPlugin, RegisterBlockMenuComponent, Parent, } from '@atlaskit/editor-plugin-block-menu';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
|
|
2
|
-
export type { ToolbarPlugin } from '@atlaskit/editor-plugin-toolbar';
|
|
2
|
+
export type { ToolbarPlugin, ToolbarPluginOptions } from '@atlaskit/editor-plugin-toolbar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.67",
|
|
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",
|
|
@@ -137,26 +137,26 @@
|
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
139
|
"@atlaskit/editor-plugin-accessibility-utils": "3.0.4",
|
|
140
|
-
"@atlaskit/editor-plugin-alignment": "4.2.
|
|
141
|
-
"@atlaskit/editor-plugin-analytics": "3.0.
|
|
142
|
-
"@atlaskit/editor-plugin-annotation": "3.3.
|
|
140
|
+
"@atlaskit/editor-plugin-alignment": "4.2.5",
|
|
141
|
+
"@atlaskit/editor-plugin-analytics": "3.0.4",
|
|
142
|
+
"@atlaskit/editor-plugin-annotation": "3.3.6",
|
|
143
143
|
"@atlaskit/editor-plugin-avatar-group": "4.1.5",
|
|
144
|
-
"@atlaskit/editor-plugin-base": "4.1.
|
|
145
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "3.0.
|
|
144
|
+
"@atlaskit/editor-plugin-base": "4.1.6",
|
|
145
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "3.0.4",
|
|
146
146
|
"@atlaskit/editor-plugin-before-primary-toolbar": "3.0.1",
|
|
147
147
|
"@atlaskit/editor-plugin-better-type-history": "3.0.2",
|
|
148
|
-
"@atlaskit/editor-plugin-block-controls": "4.2.
|
|
148
|
+
"@atlaskit/editor-plugin-block-controls": "4.2.1",
|
|
149
149
|
"@atlaskit/editor-plugin-block-menu": "0.0.6",
|
|
150
|
-
"@atlaskit/editor-plugin-block-type": "6.2.
|
|
151
|
-
"@atlaskit/editor-plugin-border": "3.0.
|
|
152
|
-
"@atlaskit/editor-plugin-breakout": "3.1.
|
|
153
|
-
"@atlaskit/editor-plugin-caption": "3.1.
|
|
154
|
-
"@atlaskit/editor-plugin-card": "7.4.
|
|
150
|
+
"@atlaskit/editor-plugin-block-type": "6.2.7",
|
|
151
|
+
"@atlaskit/editor-plugin-border": "3.0.4",
|
|
152
|
+
"@atlaskit/editor-plugin-breakout": "3.1.8",
|
|
153
|
+
"@atlaskit/editor-plugin-caption": "3.1.4",
|
|
154
|
+
"@atlaskit/editor-plugin-card": "7.4.6",
|
|
155
155
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "3.0.0",
|
|
156
156
|
"@atlaskit/editor-plugin-clipboard": "3.0.0",
|
|
157
157
|
"@atlaskit/editor-plugin-code-bidi-warning": "3.0.3",
|
|
158
|
-
"@atlaskit/editor-plugin-code-block": "5.0.
|
|
159
|
-
"@atlaskit/editor-plugin-collab-edit": "4.1.
|
|
158
|
+
"@atlaskit/editor-plugin-code-block": "5.0.11",
|
|
159
|
+
"@atlaskit/editor-plugin-collab-edit": "4.1.7",
|
|
160
160
|
"@atlaskit/editor-plugin-composition": "2.0.0",
|
|
161
161
|
"@atlaskit/editor-plugin-connectivity": "3.1.0",
|
|
162
162
|
"@atlaskit/editor-plugin-content-insertion": "3.1.1",
|
|
@@ -164,71 +164,71 @@
|
|
|
164
164
|
"@atlaskit/editor-plugin-context-panel": "5.1.2",
|
|
165
165
|
"@atlaskit/editor-plugin-copy-button": "3.0.0",
|
|
166
166
|
"@atlaskit/editor-plugin-custom-autoformat": "3.0.0",
|
|
167
|
-
"@atlaskit/editor-plugin-data-consumer": "3.0.
|
|
168
|
-
"@atlaskit/editor-plugin-date": "5.1.
|
|
167
|
+
"@atlaskit/editor-plugin-data-consumer": "3.0.4",
|
|
168
|
+
"@atlaskit/editor-plugin-date": "5.1.7",
|
|
169
169
|
"@atlaskit/editor-plugin-decorations": "3.0.0",
|
|
170
170
|
"@atlaskit/editor-plugin-editor-disabled": "3.0.0",
|
|
171
171
|
"@atlaskit/editor-plugin-editor-viewmode": "5.0.3",
|
|
172
172
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "3.0.0",
|
|
173
|
-
"@atlaskit/editor-plugin-emoji": "4.2.
|
|
173
|
+
"@atlaskit/editor-plugin-emoji": "4.2.7",
|
|
174
174
|
"@atlaskit/editor-plugin-engagement-platform": "4.0.0",
|
|
175
|
-
"@atlaskit/editor-plugin-expand": "4.2.
|
|
176
|
-
"@atlaskit/editor-plugin-extension": "6.1.
|
|
175
|
+
"@atlaskit/editor-plugin-expand": "4.2.7",
|
|
176
|
+
"@atlaskit/editor-plugin-extension": "6.1.10",
|
|
177
177
|
"@atlaskit/editor-plugin-feature-flags": "2.0.0",
|
|
178
178
|
"@atlaskit/editor-plugin-feedback-dialog": "3.0.0",
|
|
179
179
|
"@atlaskit/editor-plugin-find-replace": "3.2.5",
|
|
180
180
|
"@atlaskit/editor-plugin-floating-toolbar": "5.1.11",
|
|
181
181
|
"@atlaskit/editor-plugin-focus": "2.0.0",
|
|
182
|
-
"@atlaskit/editor-plugin-fragment": "3.0.
|
|
182
|
+
"@atlaskit/editor-plugin-fragment": "3.0.4",
|
|
183
183
|
"@atlaskit/editor-plugin-grid": "3.1.0",
|
|
184
184
|
"@atlaskit/editor-plugin-guideline": "3.0.3",
|
|
185
185
|
"@atlaskit/editor-plugin-help-dialog": "3.1.4",
|
|
186
|
-
"@atlaskit/editor-plugin-highlight": "3.0.
|
|
186
|
+
"@atlaskit/editor-plugin-highlight": "3.0.16",
|
|
187
187
|
"@atlaskit/editor-plugin-history": "3.1.0",
|
|
188
|
-
"@atlaskit/editor-plugin-hyperlink": "5.4.
|
|
188
|
+
"@atlaskit/editor-plugin-hyperlink": "5.4.7",
|
|
189
189
|
"@atlaskit/editor-plugin-image-upload": "3.0.0",
|
|
190
|
-
"@atlaskit/editor-plugin-indentation": "3.1.
|
|
191
|
-
"@atlaskit/editor-plugin-insert-block": "4.2.
|
|
190
|
+
"@atlaskit/editor-plugin-indentation": "3.1.5",
|
|
191
|
+
"@atlaskit/editor-plugin-insert-block": "4.2.2",
|
|
192
192
|
"@atlaskit/editor-plugin-interaction": "5.0.0",
|
|
193
|
-
"@atlaskit/editor-plugin-layout": "3.1.
|
|
193
|
+
"@atlaskit/editor-plugin-layout": "3.1.9",
|
|
194
194
|
"@atlaskit/editor-plugin-limited-mode": "0.0.3",
|
|
195
|
-
"@atlaskit/editor-plugin-list": "5.1.
|
|
196
|
-
"@atlaskit/editor-plugin-local-id": "1.0.
|
|
195
|
+
"@atlaskit/editor-plugin-list": "5.1.6",
|
|
196
|
+
"@atlaskit/editor-plugin-local-id": "1.0.2",
|
|
197
197
|
"@atlaskit/editor-plugin-loom": "5.1.1",
|
|
198
198
|
"@atlaskit/editor-plugin-max-content-size": "3.0.0",
|
|
199
|
-
"@atlaskit/editor-plugin-media": "5.2.
|
|
200
|
-
"@atlaskit/editor-plugin-media-insert": "9.2.
|
|
201
|
-
"@atlaskit/editor-plugin-mentions": "5.2.
|
|
202
|
-
"@atlaskit/editor-plugin-metrics": "4.0.
|
|
199
|
+
"@atlaskit/editor-plugin-media": "5.2.12",
|
|
200
|
+
"@atlaskit/editor-plugin-media-insert": "9.2.3",
|
|
201
|
+
"@atlaskit/editor-plugin-mentions": "5.2.7",
|
|
202
|
+
"@atlaskit/editor-plugin-metrics": "4.0.8",
|
|
203
203
|
"@atlaskit/editor-plugin-ncs-step-metrics": "2.0.0",
|
|
204
|
-
"@atlaskit/editor-plugin-panel": "5.3.
|
|
205
|
-
"@atlaskit/editor-plugin-paste": "4.1.
|
|
204
|
+
"@atlaskit/editor-plugin-panel": "5.3.5",
|
|
205
|
+
"@atlaskit/editor-plugin-paste": "4.1.7",
|
|
206
206
|
"@atlaskit/editor-plugin-paste-options-toolbar": "3.1.1",
|
|
207
207
|
"@atlaskit/editor-plugin-placeholder": "3.2.1",
|
|
208
|
-
"@atlaskit/editor-plugin-placeholder-text": "3.1.
|
|
208
|
+
"@atlaskit/editor-plugin-placeholder-text": "3.1.5",
|
|
209
209
|
"@atlaskit/editor-plugin-primary-toolbar": "4.1.5",
|
|
210
210
|
"@atlaskit/editor-plugin-quick-insert": "3.0.6",
|
|
211
|
-
"@atlaskit/editor-plugin-rule": "3.0.
|
|
211
|
+
"@atlaskit/editor-plugin-rule": "3.0.4",
|
|
212
212
|
"@atlaskit/editor-plugin-save-on-enter": "3.0.0",
|
|
213
213
|
"@atlaskit/editor-plugin-scroll-into-view": "3.0.1",
|
|
214
|
-
"@atlaskit/editor-plugin-selection": "3.0
|
|
215
|
-
"@atlaskit/editor-plugin-selection-extension": "3.5.
|
|
214
|
+
"@atlaskit/editor-plugin-selection": "3.1.0",
|
|
215
|
+
"@atlaskit/editor-plugin-selection-extension": "3.5.1",
|
|
216
216
|
"@atlaskit/editor-plugin-selection-marker": "3.0.6",
|
|
217
|
-
"@atlaskit/editor-plugin-selection-toolbar": "4.3.
|
|
217
|
+
"@atlaskit/editor-plugin-selection-toolbar": "4.3.6",
|
|
218
218
|
"@atlaskit/editor-plugin-show-diff": "0.1.3",
|
|
219
|
-
"@atlaskit/editor-plugin-status": "4.1.
|
|
219
|
+
"@atlaskit/editor-plugin-status": "4.1.7",
|
|
220
220
|
"@atlaskit/editor-plugin-submit-editor": "3.1.0",
|
|
221
|
-
"@atlaskit/editor-plugin-table": "12.2.
|
|
222
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "6.3.
|
|
223
|
-
"@atlaskit/editor-plugin-text-color": "3.1.
|
|
224
|
-
"@atlaskit/editor-plugin-text-formatting": "3.0.
|
|
225
|
-
"@atlaskit/editor-plugin-toolbar": "0.
|
|
226
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.
|
|
227
|
-
"@atlaskit/editor-plugin-track-changes": "2.7.
|
|
228
|
-
"@atlaskit/editor-plugin-type-ahead": "3.1.
|
|
221
|
+
"@atlaskit/editor-plugin-table": "12.2.4",
|
|
222
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "6.3.3",
|
|
223
|
+
"@atlaskit/editor-plugin-text-color": "3.1.12",
|
|
224
|
+
"@atlaskit/editor-plugin-text-formatting": "3.0.19",
|
|
225
|
+
"@atlaskit/editor-plugin-toolbar": "0.3.0",
|
|
226
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "4.2.5",
|
|
227
|
+
"@atlaskit/editor-plugin-track-changes": "2.7.1",
|
|
228
|
+
"@atlaskit/editor-plugin-type-ahead": "3.1.8",
|
|
229
229
|
"@atlaskit/editor-plugin-ufo": "3.1.3",
|
|
230
|
-
"@atlaskit/editor-plugin-undo-redo": "3.2.
|
|
231
|
-
"@atlaskit/editor-plugin-unsupported-content": "3.0.
|
|
230
|
+
"@atlaskit/editor-plugin-undo-redo": "3.2.1",
|
|
231
|
+
"@atlaskit/editor-plugin-unsupported-content": "3.0.4",
|
|
232
232
|
"@atlaskit/editor-plugin-user-intent": "1.1.0",
|
|
233
233
|
"@atlaskit/editor-plugin-user-preferences": "1.2.2",
|
|
234
234
|
"@atlaskit/editor-plugin-width": "4.0.3",
|