@atlaskit/editor-plugins 10.5.4 → 10.5.5
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 +8 -0
- package/package.json +4 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d278f35b3fb0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d278f35b3fb0f) -
|
|
8
|
+
Cleaned up platform_editor_element_drag_and_drop_ed_23873
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 10.5.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.5",
|
|
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",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "5.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "5.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-better-type-history": "5.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "6.3.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "6.3.4",
|
|
42
42
|
"@atlaskit/editor-plugin-block-menu": "3.2.0",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "8.2.2",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "5.2.0",
|
|
45
45
|
"@atlaskit/editor-plugin-breakout": "5.2.2",
|
|
46
46
|
"@atlaskit/editor-plugin-caption": "5.2.0",
|
|
47
|
-
"@atlaskit/editor-plugin-card": "10.1.
|
|
47
|
+
"@atlaskit/editor-plugin-card": "10.1.6",
|
|
48
48
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "5.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-clipboard": "5.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "5.0.1",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@atlaskit/editor-plugin-synced-block": "2.1.1",
|
|
115
115
|
"@atlaskit/editor-plugin-synced-block-prototype": "2.2.0",
|
|
116
116
|
"@atlaskit/editor-plugin-table": "14.2.5",
|
|
117
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.
|
|
117
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "8.4.5",
|
|
118
118
|
"@atlaskit/editor-plugin-text-color": "5.4.2",
|
|
119
119
|
"@atlaskit/editor-plugin-text-formatting": "5.2.2",
|
|
120
120
|
"@atlaskit/editor-plugin-toolbar": "2.1.4",
|
|
@@ -186,10 +186,6 @@
|
|
|
186
186
|
"platform-editor-single-player-expand": {
|
|
187
187
|
"type": "boolean",
|
|
188
188
|
"referenceOnly": true
|
|
189
|
-
},
|
|
190
|
-
"platform_editor_element_drag_and_drop_ed_23873": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"referenceOnly": true
|
|
193
189
|
}
|
|
194
190
|
}
|
|
195
191
|
}
|