@atlaskit/editor-core 203.6.1 → 203.6.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#180080](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180080)
|
|
8
|
+
[`2c21ba8914848`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c21ba8914848) -
|
|
9
|
+
[ux] ED-26013 fix expand on auto scoll for long node
|
|
10
|
+
|
|
11
|
+
## 203.6.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#179714](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/179714)
|
|
16
|
+
[`7216b07b8cbe7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7216b07b8cbe7) -
|
|
17
|
+
[ux] ED-26058 Support dyanmic visibility of media badges based on media size
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 203.6.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.6.
|
|
2
|
+
export const version = "203.6.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.6.
|
|
2
|
+
export var version = "203.6.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.6.
|
|
3
|
+
"version": "203.6.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.11.0",
|
|
53
53
|
"@atlaskit/icon": "^23.1.0",
|
|
54
|
-
"@atlaskit/media-card": "^78.
|
|
54
|
+
"@atlaskit/media-card": "^78.16.0",
|
|
55
55
|
"@atlaskit/mention": "^23.4.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.11.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@atlaskit/editor-plugin-paste": "^2.0.0",
|
|
91
91
|
"@atlaskit/link-provider": "^1.18.0",
|
|
92
92
|
"@atlaskit/logo": "^15.1.0",
|
|
93
|
-
"@atlaskit/media-core": "^34.
|
|
93
|
+
"@atlaskit/media-core": "^34.4.0",
|
|
94
94
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
95
95
|
"@atlaskit/media-test-helpers": "^34.7.0",
|
|
96
96
|
"@atlaskit/modal-dialog": "^12.18.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
104
|
"@atlassian/adf-schema-json": "^1.22.0",
|
|
105
105
|
"@atlassian/feature-flags-test-utils": "*",
|
|
106
|
-
"@atlassian/search-provider": "3.0.
|
|
106
|
+
"@atlassian/search-provider": "3.0.12",
|
|
107
107
|
"@emotion/jest": "^11.8.0",
|
|
108
108
|
"@storybook/addon-knobs": "^6.4.0",
|
|
109
109
|
"@testing-library/react": "^12.1.5",
|
|
@@ -286,6 +286,10 @@
|
|
|
286
286
|
"type": "boolean",
|
|
287
287
|
"referenceOnly": true
|
|
288
288
|
},
|
|
289
|
+
"platform_editor_preload_insert_menu": {
|
|
290
|
+
"type": "boolean",
|
|
291
|
+
"referenceOnly": true
|
|
292
|
+
},
|
|
289
293
|
"platform_editor_catch_missing_injection_states": {
|
|
290
294
|
"type": "boolean"
|
|
291
295
|
},
|
|
@@ -373,6 +377,18 @@
|
|
|
373
377
|
"platform_editor_table_overflow_in_full_width_fix": {
|
|
374
378
|
"type": "boolean",
|
|
375
379
|
"referenceOnly": true
|
|
380
|
+
},
|
|
381
|
+
"platform_editor_long_node_expand": {
|
|
382
|
+
"type": "boolean",
|
|
383
|
+
"referenceOnly": true
|
|
384
|
+
},
|
|
385
|
+
"platform_editor_table_row_span_fix": {
|
|
386
|
+
"type": "boolean",
|
|
387
|
+
"referenceOnly": true
|
|
388
|
+
},
|
|
389
|
+
"platform_editor_support_media_badge_visibility": {
|
|
390
|
+
"type": "boolean",
|
|
391
|
+
"referenceOnly": true
|
|
376
392
|
}
|
|
377
393
|
},
|
|
378
394
|
"stricter": {
|