@atlaskit/editor-core 198.3.1 → 198.3.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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 198.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#147708](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147708)
8
+ [`82148eb4038af`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/82148eb4038af) -
9
+ add lazy node view for inline card
10
+ - Updated dependencies
11
+
3
12
  ## 198.3.1
4
13
 
5
14
  ### Patch 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 = "198.3.1";
8
+ var version = exports.version = "198.3.2";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "198.3.1";
2
+ export const version = "198.3.2";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "198.3.1";
2
+ export var version = "198.3.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "198.3.1",
3
+ "version": "198.3.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,9 +43,9 @@
43
43
  "@atlaskit/analytics-next": "^10.1.0",
44
44
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
45
45
  "@atlaskit/button": "^20.2.0",
46
- "@atlaskit/editor-common": "^92.1.0",
46
+ "@atlaskit/editor-common": "^93.0.0",
47
47
  "@atlaskit/editor-json-transformer": "^8.18.0",
48
- "@atlaskit/editor-plugin-quick-insert": "1.4.4",
48
+ "@atlaskit/editor-plugin-quick-insert": "1.4.5",
49
49
  "@atlaskit/editor-plugins": "^5.5.0",
50
50
  "@atlaskit/editor-prosemirror": "6.0.0",
51
51
  "@atlaskit/editor-shared-styles": "^3.0.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/task-decision": "^17.11.0",
58
58
  "@atlaskit/tmp-editor-statsig": "*",
59
59
  "@atlaskit/tokens": "^2.0.0",
60
- "@atlaskit/tooltip": "^18.7.0",
60
+ "@atlaskit/tooltip": "^18.8.0",
61
61
  "@atlaskit/width-detector": "^4.3.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",
@@ -79,13 +79,13 @@
79
79
  "react-intl-next": "npm:react-intl@^5.18.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@af/editor-examples-helpers": "0.3.16",
82
+ "@af/editor-examples-helpers": "0.3.17",
83
83
  "@af/editor-libra": "*",
84
84
  "@af/visual-regression": "*",
85
85
  "@atlaskit/adf-utils": "^19.8.0",
86
86
  "@atlaskit/analytics-listeners": "^8.11.0",
87
- "@atlaskit/collab-provider": "9.42.2",
88
- "@atlaskit/editor-plugin-annotation": "1.19.10",
87
+ "@atlaskit/collab-provider": "9.42.3",
88
+ "@atlaskit/editor-plugin-annotation": "1.19.11",
89
89
  "@atlaskit/editor-plugin-card": "^3.4.0",
90
90
  "@atlaskit/editor-plugin-list": "^3.8.0",
91
91
  "@atlaskit/editor-plugin-paste": "^1.12.0",
@@ -105,7 +105,7 @@
105
105
  "@atlaskit/visual-regression": "*",
106
106
  "@atlassian/adf-schema-json": "^1.22.0",
107
107
  "@atlassian/feature-flags-test-utils": "*",
108
- "@atlassian/search-provider": "2.4.141",
108
+ "@atlassian/search-provider": "2.4.142",
109
109
  "@emotion/jest": "^11.8.0",
110
110
  "@storybook/addon-knobs": "^5.3.18",
111
111
  "@testing-library/react": "^12.1.5",
@@ -270,6 +270,10 @@
270
270
  "platform_editor_remove_use_preset_context": {
271
271
  "type": "boolean"
272
272
  },
273
+ "platform_editor_ssr_fix_smartlinks": {
274
+ "type": "boolean",
275
+ "referenceOnly": true
276
+ },
273
277
  "platform_editor_context_panel_support_multiple": {
274
278
  "type": "boolean",
275
279
  "referenceOnly": true