@atlaskit/editor-core 203.18.0 → 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,22 @@
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
+
14
+ ## 203.18.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 203.18.0
4
21
 
5
22
  ### Minor Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "203.18.0";
8
+ var version = exports.version = "203.18.2";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "203.18.0";
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.0";
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.0",
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/"
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/mention": "^23.11.0",
57
57
  "@atlaskit/platform-feature-flags": "^1.1.0",
58
58
  "@atlaskit/react-ufo": "^2.16.0",
59
- "@atlaskit/task-decision": "^17.12.0",
59
+ "@atlaskit/task-decision": "^18.0.0",
60
60
  "@atlaskit/tmp-editor-statsig": "^2.47.0",
61
61
  "@atlaskit/tokens": "^3.3.0",
62
62
  "@atlaskit/tooltip": "^19.2.0",
@@ -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.14.0",
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.36",
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": {