@atlaskit/editor-plugins 8.0.67 → 8.0.69
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 +5 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.69",
|
|
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",
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
"@atlaskit/editor-plugin-batch-attribute-updates": "2.1.2",
|
|
139
139
|
"@atlaskit/editor-plugin-before-primary-toolbar": "2.0.3",
|
|
140
140
|
"@atlaskit/editor-plugin-better-type-history": "2.1.2",
|
|
141
|
-
"@atlaskit/editor-plugin-block-controls": "3.
|
|
142
|
-
"@atlaskit/editor-plugin-block-type": "5.1.
|
|
141
|
+
"@atlaskit/editor-plugin-block-controls": "3.6.0",
|
|
142
|
+
"@atlaskit/editor-plugin-block-type": "5.1.10",
|
|
143
143
|
"@atlaskit/editor-plugin-border": "2.1.2",
|
|
144
144
|
"@atlaskit/editor-plugin-breakout": "2.1.5",
|
|
145
145
|
"@atlaskit/editor-plugin-caption": "2.1.2",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@atlaskit/editor-plugin-max-content-size": "2.0.2",
|
|
188
188
|
"@atlaskit/editor-plugin-media": "2.3.16",
|
|
189
189
|
"@atlaskit/editor-plugin-media-insert": "6.2.1",
|
|
190
|
-
"@atlaskit/editor-plugin-mentions": "4.
|
|
190
|
+
"@atlaskit/editor-plugin-mentions": "4.2.0",
|
|
191
191
|
"@atlaskit/editor-plugin-metrics": "3.4.3",
|
|
192
192
|
"@atlaskit/editor-plugin-panel": "4.3.0",
|
|
193
193
|
"@atlaskit/editor-plugin-paste": "3.1.5",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"@atlaskit/editor-plugin-table": "10.5.6",
|
|
209
209
|
"@atlaskit/editor-plugin-tasks-and-decisions": "5.0.2",
|
|
210
210
|
"@atlaskit/editor-plugin-text-color": "2.1.7",
|
|
211
|
-
"@atlaskit/editor-plugin-text-formatting": "2.1.
|
|
211
|
+
"@atlaskit/editor-plugin-text-formatting": "2.1.8",
|
|
212
212
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.1.8",
|
|
213
213
|
"@atlaskit/editor-plugin-type-ahead": "2.2.4",
|
|
214
214
|
"@atlaskit/editor-plugin-ufo": "2.0.3",
|
|
@@ -295,10 +295,6 @@
|
|
|
295
295
|
"platform_editor_nest_in_quotes_adf_change": {
|
|
296
296
|
"type": "boolean",
|
|
297
297
|
"referenceOnly": true
|
|
298
|
-
},
|
|
299
|
-
"platform_editor_ssr_fix_smartlinks": {
|
|
300
|
-
"type": "boolean",
|
|
301
|
-
"referenceOnly": true
|
|
302
298
|
}
|
|
303
299
|
}
|
|
304
300
|
}
|