@atlaskit/editor-plugins 8.0.35 → 8.0.37
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 +15 -0
- package/package.json +93 -93
- package/scripts/generate-tests.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 8.0.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#126775](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126775)
|
|
8
|
+
[`107e9ad312936`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/107e9ad312936) -
|
|
9
|
+
[EDSD-728] Create a dummy change to force a new package version
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 8.0.36
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 8.0.35
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.37",
|
|
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",
|
|
@@ -129,92 +129,92 @@
|
|
|
129
129
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@atlaskit/editor-plugin-accessibility-utils": "2.0.
|
|
133
|
-
"@atlaskit/editor-plugin-alignment": "3.1.
|
|
134
|
-
"@atlaskit/editor-plugin-analytics": "2.1.
|
|
135
|
-
"@atlaskit/editor-plugin-annotation": "2.1.
|
|
136
|
-
"@atlaskit/editor-plugin-avatar-group": "3.0.
|
|
137
|
-
"@atlaskit/editor-plugin-base": "2.3.
|
|
138
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "2.1.
|
|
139
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "2.0.
|
|
140
|
-
"@atlaskit/editor-plugin-better-type-history": "2.1.
|
|
141
|
-
"@atlaskit/editor-plugin-block-controls": "3.3.
|
|
142
|
-
"@atlaskit/editor-plugin-block-type": "5.1.
|
|
143
|
-
"@atlaskit/editor-plugin-border": "2.1.
|
|
144
|
-
"@atlaskit/editor-plugin-breakout": "2.1.
|
|
145
|
-
"@atlaskit/editor-plugin-caption": "2.1.
|
|
146
|
-
"@atlaskit/editor-plugin-card": "5.
|
|
147
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.
|
|
148
|
-
"@atlaskit/editor-plugin-clipboard": "2.0.
|
|
149
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "2.0.
|
|
150
|
-
"@atlaskit/editor-plugin-code-block": "4.
|
|
151
|
-
"@atlaskit/editor-plugin-collab-edit": "3.2.
|
|
152
|
-
"@atlaskit/editor-plugin-composition": "1.3.
|
|
153
|
-
"@atlaskit/editor-plugin-connectivity": "2.0.
|
|
154
|
-
"@atlaskit/editor-plugin-content-insertion": "2.1.
|
|
155
|
-
"@atlaskit/editor-plugin-context-identifier": "2.0.
|
|
156
|
-
"@atlaskit/editor-plugin-context-panel": "4.0.0",
|
|
157
|
-
"@atlaskit/editor-plugin-copy-button": "2.0.
|
|
158
|
-
"@atlaskit/editor-plugin-custom-autoformat": "2.0.
|
|
159
|
-
"@atlaskit/editor-plugin-data-consumer": "2.1.
|
|
160
|
-
"@atlaskit/editor-plugin-date": "4.1.
|
|
161
|
-
"@atlaskit/editor-plugin-decorations": "2.0.
|
|
162
|
-
"@atlaskit/editor-plugin-editor-disabled": "2.0.
|
|
163
|
-
"@atlaskit/editor-plugin-editor-viewmode": "3.0.
|
|
164
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "2.0.
|
|
165
|
-
"@atlaskit/editor-plugin-emoji": "3.
|
|
166
|
-
"@atlaskit/editor-plugin-engagement-platform": "3.0.
|
|
167
|
-
"@atlaskit/editor-plugin-expand": "3.1.
|
|
168
|
-
"@atlaskit/editor-plugin-extension": "5.0.0",
|
|
169
|
-
"@atlaskit/editor-plugin-feature-flags": "1.3.
|
|
170
|
-
"@atlaskit/editor-plugin-feedback-dialog": "2.0.
|
|
171
|
-
"@atlaskit/editor-plugin-find-replace": "2.0.
|
|
172
|
-
"@atlaskit/editor-plugin-floating-toolbar": "3.
|
|
173
|
-
"@atlaskit/editor-plugin-focus": "1.5.
|
|
174
|
-
"@atlaskit/editor-plugin-fragment": "2.1.
|
|
175
|
-
"@atlaskit/editor-plugin-grid": "2.0.
|
|
176
|
-
"@atlaskit/editor-plugin-guideline": "2.0.
|
|
177
|
-
"@atlaskit/editor-plugin-help-dialog": "2.0.
|
|
178
|
-
"@atlaskit/editor-plugin-highlight": "2.1.
|
|
179
|
-
"@atlaskit/editor-plugin-history": "2.0.
|
|
180
|
-
"@atlaskit/editor-plugin-hyperlink": "4.2.
|
|
181
|
-
"@atlaskit/editor-plugin-image-upload": "2.0.
|
|
182
|
-
"@atlaskit/editor-plugin-indentation": "2.1.
|
|
183
|
-
"@atlaskit/editor-plugin-insert-block": "3.0.
|
|
184
|
-
"@atlaskit/editor-plugin-layout": "2.1.
|
|
185
|
-
"@atlaskit/editor-plugin-list": "4.1.
|
|
186
|
-
"@atlaskit/editor-plugin-loom": "4.0.
|
|
187
|
-
"@atlaskit/editor-plugin-max-content-size": "2.0.
|
|
188
|
-
"@atlaskit/editor-plugin-media": "2.3.
|
|
189
|
-
"@atlaskit/editor-plugin-media-insert": "6.1.
|
|
190
|
-
"@atlaskit/editor-plugin-mentions": "4.1.
|
|
191
|
-
"@atlaskit/editor-plugin-metrics": "3.4.
|
|
192
|
-
"@atlaskit/editor-plugin-panel": "4.2.
|
|
193
|
-
"@atlaskit/editor-plugin-paste": "3.1.
|
|
194
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "2.0.
|
|
195
|
-
"@atlaskit/editor-plugin-placeholder": "2.0.
|
|
196
|
-
"@atlaskit/editor-plugin-placeholder-text": "2.1.
|
|
197
|
-
"@atlaskit/editor-plugin-primary-toolbar": "3.0.
|
|
198
|
-
"@atlaskit/editor-plugin-quick-insert": "2.0
|
|
199
|
-
"@atlaskit/editor-plugin-rule": "2.1.
|
|
200
|
-
"@atlaskit/editor-plugin-save-on-enter": "2.0.
|
|
201
|
-
"@atlaskit/editor-plugin-scroll-into-view": "2.0
|
|
202
|
-
"@atlaskit/editor-plugin-selection": "2.0
|
|
203
|
-
"@atlaskit/editor-plugin-selection-extension": "2.1.
|
|
204
|
-
"@atlaskit/editor-plugin-selection-marker": "2.0.
|
|
205
|
-
"@atlaskit/editor-plugin-selection-toolbar": "2.0.
|
|
206
|
-
"@atlaskit/editor-plugin-status": "3.1.
|
|
207
|
-
"@atlaskit/editor-plugin-submit-editor": "2.0.
|
|
208
|
-
"@atlaskit/editor-plugin-table": "10.
|
|
209
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "4.1.
|
|
210
|
-
"@atlaskit/editor-plugin-text-color": "2.1.
|
|
211
|
-
"@atlaskit/editor-plugin-text-formatting": "2.1.
|
|
212
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.1.
|
|
213
|
-
"@atlaskit/editor-plugin-type-ahead": "2.1.
|
|
214
|
-
"@atlaskit/editor-plugin-ufo": "2.0.
|
|
215
|
-
"@atlaskit/editor-plugin-undo-redo": "2.0.
|
|
216
|
-
"@atlaskit/editor-plugin-unsupported-content": "2.1.
|
|
217
|
-
"@atlaskit/editor-plugin-width": "3.0.
|
|
132
|
+
"@atlaskit/editor-plugin-accessibility-utils": "^2.0.0",
|
|
133
|
+
"@atlaskit/editor-plugin-alignment": "^3.1.0",
|
|
134
|
+
"@atlaskit/editor-plugin-analytics": "^2.1.0",
|
|
135
|
+
"@atlaskit/editor-plugin-annotation": "^2.1.0",
|
|
136
|
+
"@atlaskit/editor-plugin-avatar-group": "^3.0.0",
|
|
137
|
+
"@atlaskit/editor-plugin-base": "^2.3.0",
|
|
138
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "^2.1.0",
|
|
139
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "^2.0.0",
|
|
140
|
+
"@atlaskit/editor-plugin-better-type-history": "^2.1.0",
|
|
141
|
+
"@atlaskit/editor-plugin-block-controls": "^3.3.0",
|
|
142
|
+
"@atlaskit/editor-plugin-block-type": "^5.1.0",
|
|
143
|
+
"@atlaskit/editor-plugin-border": "^2.1.0",
|
|
144
|
+
"@atlaskit/editor-plugin-breakout": "^2.1.0",
|
|
145
|
+
"@atlaskit/editor-plugin-caption": "^2.1.0",
|
|
146
|
+
"@atlaskit/editor-plugin-card": "^5.3.0",
|
|
147
|
+
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "^2.0.0",
|
|
148
|
+
"@atlaskit/editor-plugin-clipboard": "^2.0.0",
|
|
149
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "^2.0.0",
|
|
150
|
+
"@atlaskit/editor-plugin-code-block": "^4.2.0",
|
|
151
|
+
"@atlaskit/editor-plugin-collab-edit": "^3.2.0",
|
|
152
|
+
"@atlaskit/editor-plugin-composition": "^1.3.0",
|
|
153
|
+
"@atlaskit/editor-plugin-connectivity": "^2.0.0",
|
|
154
|
+
"@atlaskit/editor-plugin-content-insertion": "^2.1.0",
|
|
155
|
+
"@atlaskit/editor-plugin-context-identifier": "^2.0.0",
|
|
156
|
+
"@atlaskit/editor-plugin-context-panel": "^4.0.0",
|
|
157
|
+
"@atlaskit/editor-plugin-copy-button": "^2.0.0",
|
|
158
|
+
"@atlaskit/editor-plugin-custom-autoformat": "^2.0.0",
|
|
159
|
+
"@atlaskit/editor-plugin-data-consumer": "^2.1.0",
|
|
160
|
+
"@atlaskit/editor-plugin-date": "^4.1.0",
|
|
161
|
+
"@atlaskit/editor-plugin-decorations": "^2.0.0",
|
|
162
|
+
"@atlaskit/editor-plugin-editor-disabled": "^2.0.0",
|
|
163
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^3.0.0",
|
|
164
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "^2.0.0",
|
|
165
|
+
"@atlaskit/editor-plugin-emoji": "^3.2.0",
|
|
166
|
+
"@atlaskit/editor-plugin-engagement-platform": "^3.0.0",
|
|
167
|
+
"@atlaskit/editor-plugin-expand": "^3.1.0",
|
|
168
|
+
"@atlaskit/editor-plugin-extension": "^5.0.0",
|
|
169
|
+
"@atlaskit/editor-plugin-feature-flags": "^1.3.0",
|
|
170
|
+
"@atlaskit/editor-plugin-feedback-dialog": "^2.0.0",
|
|
171
|
+
"@atlaskit/editor-plugin-find-replace": "^2.0.0",
|
|
172
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^3.2.0",
|
|
173
|
+
"@atlaskit/editor-plugin-focus": "^1.5.0",
|
|
174
|
+
"@atlaskit/editor-plugin-fragment": "^2.1.0",
|
|
175
|
+
"@atlaskit/editor-plugin-grid": "^2.0.0",
|
|
176
|
+
"@atlaskit/editor-plugin-guideline": "^2.0.0",
|
|
177
|
+
"@atlaskit/editor-plugin-help-dialog": "^2.0.0",
|
|
178
|
+
"@atlaskit/editor-plugin-highlight": "^2.1.0",
|
|
179
|
+
"@atlaskit/editor-plugin-history": "^2.0.0",
|
|
180
|
+
"@atlaskit/editor-plugin-hyperlink": "^4.2.0",
|
|
181
|
+
"@atlaskit/editor-plugin-image-upload": "^2.0.0",
|
|
182
|
+
"@atlaskit/editor-plugin-indentation": "^2.1.0",
|
|
183
|
+
"@atlaskit/editor-plugin-insert-block": "^3.0.0",
|
|
184
|
+
"@atlaskit/editor-plugin-layout": "^2.1.0",
|
|
185
|
+
"@atlaskit/editor-plugin-list": "^4.1.0",
|
|
186
|
+
"@atlaskit/editor-plugin-loom": "^4.0.0",
|
|
187
|
+
"@atlaskit/editor-plugin-max-content-size": "^2.0.0",
|
|
188
|
+
"@atlaskit/editor-plugin-media": "^2.3.0",
|
|
189
|
+
"@atlaskit/editor-plugin-media-insert": "^6.1.0",
|
|
190
|
+
"@atlaskit/editor-plugin-mentions": "^4.1.0",
|
|
191
|
+
"@atlaskit/editor-plugin-metrics": "^3.4.0",
|
|
192
|
+
"@atlaskit/editor-plugin-panel": "^4.2.0",
|
|
193
|
+
"@atlaskit/editor-plugin-paste": "^3.1.0",
|
|
194
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "^2.0.0",
|
|
195
|
+
"@atlaskit/editor-plugin-placeholder": "^2.0.0",
|
|
196
|
+
"@atlaskit/editor-plugin-placeholder-text": "^2.1.0",
|
|
197
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^3.0.0",
|
|
198
|
+
"@atlaskit/editor-plugin-quick-insert": "^2.1.0",
|
|
199
|
+
"@atlaskit/editor-plugin-rule": "^2.1.0",
|
|
200
|
+
"@atlaskit/editor-plugin-save-on-enter": "^2.0.0",
|
|
201
|
+
"@atlaskit/editor-plugin-scroll-into-view": "^2.1.0",
|
|
202
|
+
"@atlaskit/editor-plugin-selection": "^2.1.0",
|
|
203
|
+
"@atlaskit/editor-plugin-selection-extension": "^2.1.0",
|
|
204
|
+
"@atlaskit/editor-plugin-selection-marker": "^2.0.0",
|
|
205
|
+
"@atlaskit/editor-plugin-selection-toolbar": "^2.0.0",
|
|
206
|
+
"@atlaskit/editor-plugin-status": "^3.1.0",
|
|
207
|
+
"@atlaskit/editor-plugin-submit-editor": "^2.0.0",
|
|
208
|
+
"@atlaskit/editor-plugin-table": "^10.4.0",
|
|
209
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^4.1.0",
|
|
210
|
+
"@atlaskit/editor-plugin-text-color": "^2.1.0",
|
|
211
|
+
"@atlaskit/editor-plugin-text-formatting": "^2.1.0",
|
|
212
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "^3.1.0",
|
|
213
|
+
"@atlaskit/editor-plugin-type-ahead": "^2.1.0",
|
|
214
|
+
"@atlaskit/editor-plugin-ufo": "^2.0.0",
|
|
215
|
+
"@atlaskit/editor-plugin-undo-redo": "^2.0.0",
|
|
216
|
+
"@atlaskit/editor-plugin-unsupported-content": "^2.1.0",
|
|
217
|
+
"@atlaskit/editor-plugin-width": "^3.0.0",
|
|
218
218
|
"@babel/runtime": "^7.0.0"
|
|
219
219
|
},
|
|
220
220
|
"peerDependencies": {
|
|
@@ -222,12 +222,12 @@
|
|
|
222
222
|
"react-dom": "^18.2.0"
|
|
223
223
|
},
|
|
224
224
|
"devDependencies": {
|
|
225
|
-
"@af/formatting": "
|
|
226
|
-
"@af/integration-testing": "
|
|
227
|
-
"@af/visual-regression": "
|
|
228
|
-
"@atlaskit/ssr": "
|
|
229
|
-
"@atlaskit/visual-regression": "
|
|
230
|
-
"@atlassian/ts-loader": "
|
|
225
|
+
"@af/formatting": "^0.0.4",
|
|
226
|
+
"@af/integration-testing": "^0.5.0",
|
|
227
|
+
"@af/visual-regression": "^1.3.0",
|
|
228
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
229
|
+
"@atlaskit/visual-regression": "^0.10.0",
|
|
230
|
+
"@atlassian/ts-loader": "^0.1.0",
|
|
231
231
|
"@manypkg/find-root": "^1.1.0",
|
|
232
232
|
"@testing-library/react": "^13.4.0",
|
|
233
233
|
"typescript": "~5.4.2",
|
|
@@ -10,7 +10,7 @@ export function generateAllPluginTests(
|
|
|
10
10
|
pluginToEntryPointsMap: Record<string, EntryPointData[]>,
|
|
11
11
|
testsPath: string,
|
|
12
12
|
) {
|
|
13
|
-
// Delete the files in the tests directory
|
|
13
|
+
// Delete the files in the tests directory, leave folders alone
|
|
14
14
|
if (fs.existsSync(testsPath)) {
|
|
15
15
|
// Read the contents of the directory
|
|
16
16
|
const files = fs.readdirSync(testsPath);
|