@atlaskit/editor-core 203.15.0 → 203.15.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 203.15.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#108813](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108813)
|
|
14
|
+
[`123953f8b2006`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/123953f8b2006) -
|
|
15
|
+
[ux] ED-26075 Unwrap content from nested table text block slices on paste
|
|
16
|
+
|
|
3
17
|
## 203.15.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.15.
|
|
2
|
+
export const version = "203.15.2";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.15.
|
|
2
|
+
export var version = "203.15.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.15.
|
|
3
|
+
"version": "203.15.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/button": "^20.5.0",
|
|
46
46
|
"@atlaskit/editor-common": "^99.9.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.22.0",
|
|
48
|
-
"@atlaskit/editor-plugin-quick-insert": "1.9.
|
|
48
|
+
"@atlaskit/editor-plugin-quick-insert": "1.9.1",
|
|
49
49
|
"@atlaskit/editor-plugins": "^7.2.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/mention": "^23.11.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.12.0",
|
|
58
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
58
|
+
"@atlaskit/tmp-editor-statsig": "^2.43.0",
|
|
59
59
|
"@atlaskit/tokens": "^3.3.0",
|
|
60
60
|
"@atlaskit/tooltip": "^19.1.0",
|
|
61
61
|
"@atlaskit/width-detector": "^4.4.0",
|
|
@@ -427,8 +427,17 @@
|
|
|
427
427
|
"type": "boolean",
|
|
428
428
|
"referenceOnly": true
|
|
429
429
|
},
|
|
430
|
+
"platform_editor_nested_tables_paste_wrap_fix": {
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"referenceOnly": true
|
|
433
|
+
},
|
|
430
434
|
"platform_editor_table_layout_shift_fix": {
|
|
431
|
-
"type": "boolean"
|
|
435
|
+
"type": "boolean",
|
|
436
|
+
"referenceOnly": true
|
|
437
|
+
},
|
|
438
|
+
"platform_editor_advanced_layouts_dnd_remove_layout": {
|
|
439
|
+
"type": "boolean",
|
|
440
|
+
"referenceOnly": true
|
|
432
441
|
}
|
|
433
442
|
},
|
|
434
443
|
"stricter": {
|