@atlaskit/editor-core 203.18.1 → 203.18.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#116555](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116555)
|
|
8
|
+
[`ee0cb1bc42e39`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee0cb1bc42e39) -
|
|
9
|
+
[ux] ED-26663 Bugfix for a regression introduced by nested tables - when nested table nodes are
|
|
10
|
+
enabled but the nested table experiment is disabled, copying table content inside a bodied
|
|
11
|
+
extension and pasting it in the table results in the content being pasted under the table and
|
|
12
|
+
wrapped in a table
|
|
13
|
+
|
|
3
14
|
## 203.18.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.18.
|
|
2
|
+
export const version = "203.18.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.18.
|
|
2
|
+
export var version = "203.18.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.18.
|
|
3
|
+
"version": "203.18.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@atlaskit/media-test-helpers": "^34.8.0",
|
|
98
98
|
"@atlaskit/modal-dialog": "^12.20.0",
|
|
99
99
|
"@atlaskit/primitives": "^13.6.0",
|
|
100
|
-
"@atlaskit/renderer": "^112.
|
|
100
|
+
"@atlaskit/renderer": "^112.15.0",
|
|
101
101
|
"@atlaskit/smart-card": "^34.11.0",
|
|
102
102
|
"@atlaskit/synchrony-test-helpers": "^3.1.0",
|
|
103
103
|
"@atlaskit/toggle": "^14.2.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@atlaskit/visual-regression": "*",
|
|
106
106
|
"@atlassian/adf-schema-json": "^1.27.0",
|
|
107
107
|
"@atlassian/feature-flags-test-utils": "*",
|
|
108
|
-
"@atlassian/search-provider": "3.0.
|
|
108
|
+
"@atlassian/search-provider": "3.0.37",
|
|
109
109
|
"@emotion/jest": "^11.8.0",
|
|
110
110
|
"@storybook/addon-knobs": "^6.4.0",
|
|
111
111
|
"@testing-library/react": "^13.4.0",
|
|
@@ -468,6 +468,14 @@
|
|
|
468
468
|
"platform_editor_legacy_content_macro": {
|
|
469
469
|
"type": "boolean",
|
|
470
470
|
"referenceOnly": true
|
|
471
|
+
},
|
|
472
|
+
"platform_editor_cell_selection_with_nested_tables": {
|
|
473
|
+
"type": "boolean",
|
|
474
|
+
"referenceOnly": true
|
|
475
|
+
},
|
|
476
|
+
"platform_editor_nested_tables_bodied_extension_fix": {
|
|
477
|
+
"type": "boolean",
|
|
478
|
+
"referenceOnly": true
|
|
471
479
|
}
|
|
472
480
|
},
|
|
473
481
|
"stricter": {
|