@atlaskit/editor-core 193.18.1 → 193.19.0

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,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
8
+ [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
9
+ Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 193.18.1
4
16
 
5
17
  ### 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 = "193.18.1";
8
+ var version = exports.version = "193.19.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.18.1";
2
+ export const version = "193.19.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.18.1";
2
+ export var version = "193.19.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.18.1",
3
+ "version": "193.19.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,18 +40,18 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/activity-provider": "^2.4.0",
43
- "@atlaskit/adf-schema": "^36.1.0",
43
+ "@atlaskit/adf-schema": "^36.3.0",
44
44
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
45
45
  "@atlaskit/analytics-next": "^9.3.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^17.14.0",
48
- "@atlaskit/editor-common": "^80.0.0",
49
- "@atlaskit/editor-json-transformer": "^8.12.0",
48
+ "@atlaskit/editor-common": "^80.1.0",
49
+ "@atlaskit/editor-json-transformer": "^8.13.0",
50
50
  "@atlaskit/editor-plugins": "^2.5.0",
51
51
  "@atlaskit/editor-prosemirror": "4.0.1",
52
52
  "@atlaskit/editor-shared-styles": "^2.11.0",
53
53
  "@atlaskit/emoji": "^67.6.0",
54
- "@atlaskit/icon": "^22.1.0",
54
+ "@atlaskit/icon": "^22.2.0",
55
55
  "@atlaskit/media-card": "^77.11.0",
56
56
  "@atlaskit/mention": "^23.0.0",
57
57
  "@atlaskit/platform-feature-flags": "^0.2.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/task-decision": "^17.10.0",
60
60
  "@atlaskit/theme": "^12.8.0",
61
61
  "@atlaskit/tokens": "^1.48.0",
62
- "@atlaskit/tooltip": "^18.3.0",
62
+ "@atlaskit/tooltip": "^18.4.0",
63
63
  "@atlaskit/ufo": "^0.2.0",
64
64
  "@atlaskit/width-detector": "^4.2.0",
65
65
  "@babel/runtime": "^7.0.0",
@@ -84,16 +84,16 @@
84
84
  "devDependencies": {
85
85
  "@af/editor-libra": "*",
86
86
  "@af/visual-regression": "*",
87
- "@atlaskit/adf-utils": "^19.1.0",
87
+ "@atlaskit/adf-utils": "^19.2.0",
88
88
  "@atlaskit/analytics-listeners": "^8.9.1",
89
89
  "@atlaskit/checkbox": "^13.3.0",
90
- "@atlaskit/collab-provider": "9.28.6",
90
+ "@atlaskit/collab-provider": "9.29.0",
91
91
  "@atlaskit/dropdown-menu": "^12.10.0",
92
- "@atlaskit/editor-plugin-annotation": "1.7.4",
93
- "@atlaskit/editor-plugin-card": "^1.11.0",
92
+ "@atlaskit/editor-plugin-annotation": "1.8.0",
93
+ "@atlaskit/editor-plugin-card": "^1.12.0",
94
94
  "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
95
- "@atlaskit/editor-plugin-list": "^3.2.0",
96
- "@atlaskit/editor-plugin-paste": "^1.1.0",
95
+ "@atlaskit/editor-plugin-list": "^3.3.0",
96
+ "@atlaskit/editor-plugin-paste": "^1.2.0",
97
97
  "@atlaskit/editor-test-helpers": "*",
98
98
  "@atlaskit/flag": "^15.5.0",
99
99
  "@atlaskit/link-provider": "^1.9.0",
@@ -104,13 +104,13 @@
104
104
  "@atlaskit/media-test-helpers": "^33.0.27",
105
105
  "@atlaskit/modal-dialog": "^12.13.0",
106
106
  "@atlaskit/primitives": "^6.1.0",
107
- "@atlaskit/renderer": "^109.26.0",
107
+ "@atlaskit/renderer": "^109.28.0",
108
108
  "@atlaskit/select": "^17.9.0",
109
- "@atlaskit/smart-card": "^26.66.0",
109
+ "@atlaskit/smart-card": "^26.67.0",
110
110
  "@atlaskit/synchrony-test-helpers": "^2.4.0",
111
111
  "@atlaskit/util-data-test": "^17.9.0",
112
112
  "@atlaskit/visual-regression": "*",
113
- "@atlassian/adf-schema-json": "^1.0.7",
113
+ "@atlassian/adf-schema-json": "^1.14.0",
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
116
  "@atlassian/search-provider": "2.4.65",
@@ -328,6 +328,10 @@
328
328
  "type": "boolean",
329
329
  "referenceOnly": true
330
330
  },
331
+ "platform.editor.scale-table-when-number-column-in-table-resized_y4qh2": {
332
+ "type": "boolean",
333
+ "referenceOnly": "true"
334
+ },
331
335
  "platform.editor.react-18-portal": {
332
336
  "type": "boolean"
333
337
  },