@atlaskit/editor-plugins 13.0.45 → 13.0.46
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 +6 -0
- package/package.json +65 -65
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.46",
|
|
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",
|
|
@@ -30,70 +30,70 @@
|
|
|
30
30
|
"update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/editor-plugin-accessibility-utils": "8.0.
|
|
34
|
-
"@atlaskit/editor-plugin-alignment": "9.1.
|
|
35
|
-
"@atlaskit/editor-plugin-analytics": "8.0.
|
|
36
|
-
"@atlaskit/editor-plugin-annotation": "8.0.
|
|
37
|
-
"@atlaskit/editor-plugin-avatar-group": "9.0.
|
|
38
|
-
"@atlaskit/editor-plugin-base": "9.0.
|
|
39
|
-
"@atlaskit/editor-plugin-batch-attribute-updates": "8.0.
|
|
40
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "8.0.
|
|
41
|
-
"@atlaskit/editor-plugin-better-type-history": "8.0.
|
|
42
|
-
"@atlaskit/editor-plugin-block-controls": "9.0.
|
|
43
|
-
"@atlaskit/editor-plugin-block-menu": "7.0.
|
|
44
|
-
"@atlaskit/editor-plugin-block-type": "12.1.
|
|
33
|
+
"@atlaskit/editor-plugin-accessibility-utils": "8.0.13",
|
|
34
|
+
"@atlaskit/editor-plugin-alignment": "9.1.8",
|
|
35
|
+
"@atlaskit/editor-plugin-analytics": "8.0.12",
|
|
36
|
+
"@atlaskit/editor-plugin-annotation": "8.0.14",
|
|
37
|
+
"@atlaskit/editor-plugin-avatar-group": "9.0.3",
|
|
38
|
+
"@atlaskit/editor-plugin-base": "9.0.12",
|
|
39
|
+
"@atlaskit/editor-plugin-batch-attribute-updates": "8.0.2",
|
|
40
|
+
"@atlaskit/editor-plugin-before-primary-toolbar": "8.0.2",
|
|
41
|
+
"@atlaskit/editor-plugin-better-type-history": "8.0.2",
|
|
42
|
+
"@atlaskit/editor-plugin-block-controls": "9.0.22",
|
|
43
|
+
"@atlaskit/editor-plugin-block-menu": "7.0.16",
|
|
44
|
+
"@atlaskit/editor-plugin-block-type": "12.1.12",
|
|
45
45
|
"@atlaskit/editor-plugin-border": "8.0.1",
|
|
46
|
-
"@atlaskit/editor-plugin-breakout": "8.0.
|
|
47
|
-
"@atlaskit/editor-plugin-caption": "8.0.
|
|
48
|
-
"@atlaskit/editor-plugin-card": "13.1.
|
|
49
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "8.0.
|
|
50
|
-
"@atlaskit/editor-plugin-clipboard": "8.0.
|
|
51
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "8.0.
|
|
52
|
-
"@atlaskit/editor-plugin-code-block": "10.0.
|
|
53
|
-
"@atlaskit/editor-plugin-collab-edit": "9.0.
|
|
54
|
-
"@atlaskit/editor-plugin-composition": "7.0.
|
|
55
|
-
"@atlaskit/editor-plugin-connectivity": "8.0.
|
|
56
|
-
"@atlaskit/editor-plugin-content-format": "2.0.
|
|
57
|
-
"@atlaskit/editor-plugin-content-insertion": "8.0.
|
|
58
|
-
"@atlaskit/editor-plugin-context-identifier": "8.0.
|
|
59
|
-
"@atlaskit/editor-plugin-context-panel": "10.0.
|
|
60
|
-
"@atlaskit/editor-plugin-copy-button": "8.0.
|
|
61
|
-
"@atlaskit/editor-plugin-custom-autoformat": "8.0.
|
|
62
|
-
"@atlaskit/editor-plugin-data-consumer": "8.0.
|
|
63
|
-
"@atlaskit/editor-plugin-date": "10.0.
|
|
64
|
-
"@atlaskit/editor-plugin-decorations": "8.0.
|
|
65
|
-
"@atlaskit/editor-plugin-editor-disabled": "8.0.
|
|
66
|
-
"@atlaskit/editor-plugin-editor-viewmode": "10.0.
|
|
67
|
-
"@atlaskit/editor-plugin-editor-viewmode-effects": "8.0.
|
|
68
|
-
"@atlaskit/editor-plugin-emoji": "9.0.
|
|
69
|
-
"@atlaskit/editor-plugin-engagement-platform": "9.0.
|
|
70
|
-
"@atlaskit/editor-plugin-expand": "9.1.
|
|
71
|
-
"@atlaskit/editor-plugin-extension": "11.0.
|
|
72
|
-
"@atlaskit/editor-plugin-feature-flags": "7.0.
|
|
73
|
-
"@atlaskit/editor-plugin-feedback-dialog": "8.0.
|
|
74
|
-
"@atlaskit/editor-plugin-find-replace": "8.2.
|
|
75
|
-
"@atlaskit/editor-plugin-floating-toolbar": "10.0.
|
|
76
|
-
"@atlaskit/editor-plugin-focus": "7.0.
|
|
77
|
-
"@atlaskit/editor-plugin-fragment": "8.0.
|
|
78
|
-
"@atlaskit/editor-plugin-grid": "8.0.
|
|
79
|
-
"@atlaskit/editor-plugin-guideline": "8.0.
|
|
80
|
-
"@atlaskit/editor-plugin-help-dialog": "8.0.
|
|
81
|
-
"@atlaskit/editor-plugin-highlight": "8.0.
|
|
82
|
-
"@atlaskit/editor-plugin-history": "8.0.
|
|
83
|
-
"@atlaskit/editor-plugin-hyperlink": "10.0.
|
|
84
|
-
"@atlaskit/editor-plugin-image-upload": "8.0.
|
|
85
|
-
"@atlaskit/editor-plugin-indentation": "8.0.
|
|
86
|
-
"@atlaskit/editor-plugin-insert-block": "9.0.
|
|
46
|
+
"@atlaskit/editor-plugin-breakout": "8.0.16",
|
|
47
|
+
"@atlaskit/editor-plugin-caption": "8.0.1",
|
|
48
|
+
"@atlaskit/editor-plugin-card": "13.1.6",
|
|
49
|
+
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "8.0.1",
|
|
50
|
+
"@atlaskit/editor-plugin-clipboard": "8.0.1",
|
|
51
|
+
"@atlaskit/editor-plugin-code-bidi-warning": "8.0.12",
|
|
52
|
+
"@atlaskit/editor-plugin-code-block": "10.0.15",
|
|
53
|
+
"@atlaskit/editor-plugin-collab-edit": "9.0.12",
|
|
54
|
+
"@atlaskit/editor-plugin-composition": "7.0.1",
|
|
55
|
+
"@atlaskit/editor-plugin-connectivity": "8.0.1",
|
|
56
|
+
"@atlaskit/editor-plugin-content-format": "2.0.1",
|
|
57
|
+
"@atlaskit/editor-plugin-content-insertion": "8.0.1",
|
|
58
|
+
"@atlaskit/editor-plugin-context-identifier": "8.0.1",
|
|
59
|
+
"@atlaskit/editor-plugin-context-panel": "10.0.1",
|
|
60
|
+
"@atlaskit/editor-plugin-copy-button": "8.0.14",
|
|
61
|
+
"@atlaskit/editor-plugin-custom-autoformat": "8.0.1",
|
|
62
|
+
"@atlaskit/editor-plugin-data-consumer": "8.0.2",
|
|
63
|
+
"@atlaskit/editor-plugin-date": "10.0.14",
|
|
64
|
+
"@atlaskit/editor-plugin-decorations": "8.0.14",
|
|
65
|
+
"@atlaskit/editor-plugin-editor-disabled": "8.0.2",
|
|
66
|
+
"@atlaskit/editor-plugin-editor-viewmode": "10.0.2",
|
|
67
|
+
"@atlaskit/editor-plugin-editor-viewmode-effects": "8.0.13",
|
|
68
|
+
"@atlaskit/editor-plugin-emoji": "9.0.15",
|
|
69
|
+
"@atlaskit/editor-plugin-engagement-platform": "9.0.2",
|
|
70
|
+
"@atlaskit/editor-plugin-expand": "9.1.11",
|
|
71
|
+
"@atlaskit/editor-plugin-extension": "11.0.15",
|
|
72
|
+
"@atlaskit/editor-plugin-feature-flags": "7.0.1",
|
|
73
|
+
"@atlaskit/editor-plugin-feedback-dialog": "8.0.1",
|
|
74
|
+
"@atlaskit/editor-plugin-find-replace": "8.2.9",
|
|
75
|
+
"@atlaskit/editor-plugin-floating-toolbar": "10.0.15",
|
|
76
|
+
"@atlaskit/editor-plugin-focus": "7.0.1",
|
|
77
|
+
"@atlaskit/editor-plugin-fragment": "8.0.1",
|
|
78
|
+
"@atlaskit/editor-plugin-grid": "8.0.12",
|
|
79
|
+
"@atlaskit/editor-plugin-guideline": "8.0.1",
|
|
80
|
+
"@atlaskit/editor-plugin-help-dialog": "8.0.15",
|
|
81
|
+
"@atlaskit/editor-plugin-highlight": "8.0.14",
|
|
82
|
+
"@atlaskit/editor-plugin-history": "8.0.1",
|
|
83
|
+
"@atlaskit/editor-plugin-hyperlink": "10.0.13",
|
|
84
|
+
"@atlaskit/editor-plugin-image-upload": "8.0.1",
|
|
85
|
+
"@atlaskit/editor-plugin-indentation": "8.0.1",
|
|
86
|
+
"@atlaskit/editor-plugin-insert-block": "9.0.14",
|
|
87
87
|
"@atlaskit/editor-plugin-interaction": "15.0.0",
|
|
88
|
-
"@atlaskit/editor-plugin-layout": "8.0.
|
|
89
|
-
"@atlaskit/editor-plugin-limited-mode": "5.0.
|
|
90
|
-
"@atlaskit/editor-plugin-list": "10.1.
|
|
91
|
-
"@atlaskit/editor-plugin-local-id": "6.0.
|
|
88
|
+
"@atlaskit/editor-plugin-layout": "8.0.14",
|
|
89
|
+
"@atlaskit/editor-plugin-limited-mode": "5.0.12",
|
|
90
|
+
"@atlaskit/editor-plugin-list": "10.1.4",
|
|
91
|
+
"@atlaskit/editor-plugin-local-id": "6.0.12",
|
|
92
92
|
"@atlaskit/editor-plugin-loom": "10.0.4",
|
|
93
|
-
"@atlaskit/editor-plugin-max-content-size": "8.0.
|
|
94
|
-
"@atlaskit/editor-plugin-media": "10.1.
|
|
95
|
-
"@atlaskit/editor-plugin-media-editing": "2.0.
|
|
96
|
-
"@atlaskit/editor-plugin-media-insert": "19.0.
|
|
93
|
+
"@atlaskit/editor-plugin-max-content-size": "8.0.1",
|
|
94
|
+
"@atlaskit/editor-plugin-media": "10.1.4",
|
|
95
|
+
"@atlaskit/editor-plugin-media-editing": "2.0.2",
|
|
96
|
+
"@atlaskit/editor-plugin-media-insert": "19.0.3",
|
|
97
97
|
"@atlaskit/editor-plugin-mentions": "10.0.14",
|
|
98
98
|
"@atlaskit/editor-plugin-metrics": "9.0.12",
|
|
99
99
|
"@atlaskit/editor-plugin-panel": "10.0.14",
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
"@atlaskit/editor-plugin-show-diff": "6.2.1",
|
|
114
114
|
"@atlaskit/editor-plugin-status": "9.0.13",
|
|
115
115
|
"@atlaskit/editor-plugin-submit-editor": "8.0.1",
|
|
116
|
-
"@atlaskit/editor-plugin-synced-block": "6.0.
|
|
117
|
-
"@atlaskit/editor-plugin-table": "18.1.
|
|
116
|
+
"@atlaskit/editor-plugin-synced-block": "6.0.25",
|
|
117
|
+
"@atlaskit/editor-plugin-table": "18.1.9",
|
|
118
118
|
"@atlaskit/editor-plugin-tasks-and-decisions": "11.3.4",
|
|
119
119
|
"@atlaskit/editor-plugin-text-color": "8.1.9",
|
|
120
120
|
"@atlaskit/editor-plugin-text-formatting": "8.1.9",
|
|
121
121
|
"@atlaskit/editor-plugin-toolbar": "5.1.10",
|
|
122
122
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "9.1.8",
|
|
123
|
-
"@atlaskit/editor-plugin-track-changes": "7.0.
|
|
123
|
+
"@atlaskit/editor-plugin-track-changes": "7.0.16",
|
|
124
124
|
"@atlaskit/editor-plugin-type-ahead": "8.0.14",
|
|
125
125
|
"@atlaskit/editor-plugin-ufo": "8.0.11",
|
|
126
126
|
"@atlaskit/editor-plugin-ui-control-registry": "2.0.1",
|