@atlaskit/editor-core 203.11.11 → 203.11.12
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,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.11.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#107340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107340)
|
|
8
|
+
[`d4a5bbf7b730d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4a5bbf7b730d) -
|
|
9
|
+
[ux] ED-26057 Prevent the `unwrapContentFromTable` method in editor-plugin-table from incorrectly
|
|
10
|
+
attempting to unwrap nested tables, resulting in duplicate content in some circumstances when
|
|
11
|
+
copy/pasting nested table content
|
|
12
|
+
|
|
3
13
|
## 203.11.11
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.11.
|
|
2
|
+
export const version = "203.11.12";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.11.
|
|
2
|
+
export var version = "203.11.12";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.11.
|
|
3
|
+
"version": "203.11.12",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
84
|
"@atlaskit/adf-utils": "^19.17.0",
|
|
85
85
|
"@atlaskit/analytics-listeners": "^8.13.0",
|
|
86
|
-
"@atlaskit/collab-provider": "10.4.
|
|
87
|
-
"@atlaskit/editor-plugin-annotation": "1.26.
|
|
86
|
+
"@atlaskit/collab-provider": "10.4.1",
|
|
87
|
+
"@atlaskit/editor-plugin-annotation": "1.26.15",
|
|
88
88
|
"@atlaskit/editor-plugin-card": "^4.5.0",
|
|
89
89
|
"@atlaskit/editor-plugin-list": "^3.9.0",
|
|
90
90
|
"@atlaskit/editor-plugin-paste": "^2.0.0",
|
|
@@ -403,6 +403,10 @@
|
|
|
403
403
|
"live_pages_content_jump_mitigation": {
|
|
404
404
|
"type": "boolean",
|
|
405
405
|
"referenceOnly": true
|
|
406
|
+
},
|
|
407
|
+
"platform_editor_nested_tables_paste_dupe_fix": {
|
|
408
|
+
"type": "boolean",
|
|
409
|
+
"referenceOnly": true
|
|
406
410
|
}
|
|
407
411
|
},
|
|
408
412
|
"stricter": {
|