@atlaskit/editor-plugins 7.1.1 → 7.1.3
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 7.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#108797](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108797)
|
|
14
|
+
[`9a3f165bc940b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a3f165bc940b) -
|
|
15
|
+
tidy up feature flag confluence_frontend_editor_custom_presets
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 7.1.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3",
|
|
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,10 +137,10 @@
|
|
|
137
137
|
"@atlaskit/editor-plugin-batch-attribute-updates": "1.2.0",
|
|
138
138
|
"@atlaskit/editor-plugin-before-primary-toolbar": "1.4.0",
|
|
139
139
|
"@atlaskit/editor-plugin-better-type-history": "1.10.0",
|
|
140
|
-
"@atlaskit/editor-plugin-block-controls": "2.21.
|
|
140
|
+
"@atlaskit/editor-plugin-block-controls": "2.21.9",
|
|
141
141
|
"@atlaskit/editor-plugin-block-type": "4.2.0",
|
|
142
142
|
"@atlaskit/editor-plugin-border": "1.8.0",
|
|
143
|
-
"@atlaskit/editor-plugin-breakout": "1.10.
|
|
143
|
+
"@atlaskit/editor-plugin-breakout": "1.10.1",
|
|
144
144
|
"@atlaskit/editor-plugin-caption": "1.11.10",
|
|
145
145
|
"@atlaskit/editor-plugin-card": "4.5.17",
|
|
146
146
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "1.4.0",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"@atlaskit/editor-plugin-selection-toolbar": "1.6.0",
|
|
204
204
|
"@atlaskit/editor-plugin-status": "2.7.0",
|
|
205
205
|
"@atlaskit/editor-plugin-submit-editor": "1.4.0",
|
|
206
|
-
"@atlaskit/editor-plugin-table": "9.3.
|
|
206
|
+
"@atlaskit/editor-plugin-table": "9.3.2",
|
|
207
207
|
"@atlaskit/editor-plugin-tasks-and-decisions": "2.13.0",
|
|
208
208
|
"@atlaskit/editor-plugin-text-color": "1.17.0",
|
|
209
209
|
"@atlaskit/editor-plugin-text-formatting": "1.17.0",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"type": "boolean",
|
|
291
291
|
"referenceOnly": true
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"platform_editor_nest_in_quotes_adf_change": {
|
|
294
294
|
"type": "boolean",
|
|
295
295
|
"referenceOnly": true
|
|
296
296
|
},
|