@atlaskit/editor-core 193.10.0 → 193.10.4

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,11 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#89978](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89978) [`6e7143622425`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6e7143622425) - fix paste markdown table into a table issue
8
+
3
9
  ## 193.10.0
4
10
 
5
11
  ### 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 = "193.10.0";
8
+ var version = exports.version = "193.10.4";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.10.0";
2
+ export const version = "193.10.4";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.10.0";
2
+ export var version = "193.10.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.10.0",
3
+ "version": "193.10.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -106,14 +106,14 @@
106
106
  "@atlaskit/primitives": "^5.5.0",
107
107
  "@atlaskit/renderer": "^109.17.0",
108
108
  "@atlaskit/select": "^17.6.0",
109
- "@atlaskit/smart-card": "^26.54.0",
109
+ "@atlaskit/smart-card": "^26.55.0",
110
110
  "@atlaskit/synchrony-test-helpers": "^2.3.0",
111
111
  "@atlaskit/util-data-test": "^17.9.0",
112
112
  "@atlaskit/visual-regression": "*",
113
113
  "@atlassian/adf-schema-json": "^1.0.7",
114
114
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
115
115
  "@atlassian/link-picker-plugins": "^24.0.0",
116
- "@atlassian/search-provider": "2.4.52",
116
+ "@atlassian/search-provider": "2.4.55",
117
117
  "@atlassian/ufo": "^0.2.0",
118
118
  "@emotion/jest": "^11.8.0",
119
119
  "@storybook/addon-knobs": "^5.3.18",
@@ -293,6 +293,10 @@
293
293
  "type": "boolean",
294
294
  "referenceOnly": "true"
295
295
  },
296
+ "platform.editor.paste-markdown-table-in-a-table": {
297
+ "type": "boolean",
298
+ "referenceOnly": "true"
299
+ },
296
300
  "platform.editor.table.background-color-flicker-in-drag-menu": {
297
301
  "type": "boolean",
298
302
  "referenceOnly": "true"