@atlaskit/editor-core 192.3.1 → 192.3.2
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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 192.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#74946](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74946) [`9afaeced79fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9afaeced79fb) - Update kitchen sink to include feature flag for renderer previewer for inline images
|
|
8
|
+
|
|
3
9
|
## 192.3.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "192.3.
|
|
2
|
+
export const version = "192.3.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "192.3.
|
|
2
|
+
export var version = "192.3.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "192.3.
|
|
3
|
+
"version": "192.3.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -178,6 +178,10 @@
|
|
|
178
178
|
"platform.editor.media.extended-resize-experience": {
|
|
179
179
|
"type": "boolean"
|
|
180
180
|
},
|
|
181
|
+
"platform.editor.media.inline-image.renderer-preview-support_3w1ju": {
|
|
182
|
+
"type": "boolean",
|
|
183
|
+
"referenceOnly": "true"
|
|
184
|
+
},
|
|
181
185
|
"platform.editor.media.inline-image.base-support": {
|
|
182
186
|
"type": "boolean"
|
|
183
187
|
},
|
|
@@ -218,15 +222,9 @@
|
|
|
218
222
|
"type": "boolean",
|
|
219
223
|
"referenceOnly": "true"
|
|
220
224
|
},
|
|
221
|
-
"platform.editor.ordered-list-auto-join-improvements_mrlv5": {
|
|
222
|
-
"type": "boolean"
|
|
223
|
-
},
|
|
224
225
|
"platform.editor.loom-integration": {
|
|
225
226
|
"type": "boolean"
|
|
226
227
|
},
|
|
227
|
-
"platform.editor.allow-extended-panel": {
|
|
228
|
-
"type": "boolean"
|
|
229
|
-
},
|
|
230
228
|
"platform.editor.enable-selection-toolbar_ucdwd": {
|
|
231
229
|
"type": "boolean"
|
|
232
230
|
},
|
|
@@ -236,9 +234,6 @@
|
|
|
236
234
|
"platform.editor.allow-extended-nested-expand": {
|
|
237
235
|
"type": "boolean"
|
|
238
236
|
},
|
|
239
|
-
"platform.editor.allow-action-in-list": {
|
|
240
|
-
"type": "boolean"
|
|
241
|
-
},
|
|
242
237
|
"platform.editor.allow-list-in-blockquote": {
|
|
243
238
|
"type": "boolean"
|
|
244
239
|
},
|