@atlaskit/editor-core 198.5.0 → 198.6.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,27 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 198.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
8
+ [`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
9
+ [ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
10
+ blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
11
+ pasted external images to media groups.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 198.5.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#150784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150784)
22
+ [`8a6d80b99e9a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a6d80b99e9a6) -
23
+ Add data-vc to display human readable identifier for TTVC offender list
24
+
3
25
  ## 198.5.0
4
26
 
5
27
  ### Minor Changes
@@ -66,7 +66,8 @@ var ToolbarInner = exports.ToolbarInner = /*#__PURE__*/function (_React$Componen
66
66
  return null;
67
67
  }
68
68
  return (0, _react2.jsx)("div", {
69
- css: toolbarComponentsWrapper
69
+ css: toolbarComponentsWrapper,
70
+ "data-vc": "toolbar-inner"
70
71
  }, items.map(function (component, key) {
71
72
  var element = component({
72
73
  editorView: editorView,
@@ -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.5.0";
8
+ var version = exports.version = "198.6.0";
@@ -47,7 +47,8 @@ export class ToolbarInner extends React.Component {
47
47
  return null;
48
48
  }
49
49
  return jsx("div", {
50
- css: toolbarComponentsWrapper
50
+ css: toolbarComponentsWrapper,
51
+ "data-vc": "toolbar-inner"
51
52
  }, items.map((component, key) => {
52
53
  const element = component({
53
54
  editorView,
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "198.5.0";
2
+ export const version = "198.6.0";
@@ -62,7 +62,8 @@ export var ToolbarInner = /*#__PURE__*/function (_React$Component) {
62
62
  return null;
63
63
  }
64
64
  return jsx("div", {
65
- css: toolbarComponentsWrapper
65
+ css: toolbarComponentsWrapper,
66
+ "data-vc": "toolbar-inner"
66
67
  }, items.map(function (component, key) {
67
68
  var element = component({
68
69
  editorView: editorView,
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "198.5.0";
2
+ export var version = "198.6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "198.5.0",
3
+ "version": "198.6.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@atlaskit/activity-provider": "^2.4.0",
41
- "@atlaskit/adf-schema": "^40.9.0",
41
+ "@atlaskit/adf-schema": "^40.9.4",
42
42
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
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": "^93.2.0",
47
- "@atlaskit/editor-json-transformer": "^8.18.0",
46
+ "@atlaskit/editor-common": "^93.3.0",
47
+ "@atlaskit/editor-json-transformer": "^8.19.0",
48
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",
@@ -81,13 +81,13 @@
81
81
  "devDependencies": {
82
82
  "@af/editor-libra": "*",
83
83
  "@af/visual-regression": "*",
84
- "@atlaskit/adf-utils": "^19.8.0",
84
+ "@atlaskit/adf-utils": "^19.9.0",
85
85
  "@atlaskit/analytics-listeners": "^8.11.0",
86
- "@atlaskit/collab-provider": "9.42.5",
87
- "@atlaskit/editor-plugin-annotation": "1.19.11",
88
- "@atlaskit/editor-plugin-card": "^4.2.0",
89
- "@atlaskit/editor-plugin-list": "^3.8.0",
90
- "@atlaskit/editor-plugin-paste": "^1.13.0",
86
+ "@atlaskit/collab-provider": "9.43.0",
87
+ "@atlaskit/editor-plugin-annotation": "1.20.0",
88
+ "@atlaskit/editor-plugin-card": "^4.3.0",
89
+ "@atlaskit/editor-plugin-list": "^3.9.0",
90
+ "@atlaskit/editor-plugin-paste": "^1.14.0",
91
91
  "@atlaskit/link-provider": "^1.16.0",
92
92
  "@atlaskit/logo": "^14.3.0",
93
93
  "@atlaskit/media-core": "^34.3.0",
@@ -95,7 +95,7 @@
95
95
  "@atlaskit/media-test-helpers": "^34.4.0",
96
96
  "@atlaskit/modal-dialog": "^12.17.0",
97
97
  "@atlaskit/primitives": "^12.2.0",
98
- "@atlaskit/renderer": "^111.1.0",
98
+ "@atlaskit/renderer": "^111.2.0",
99
99
  "@atlaskit/smart-card": "^30.0.0",
100
100
  "@atlaskit/synchrony-test-helpers": "^2.5.0",
101
101
  "@atlaskit/toggle": "^13.4.0",
@@ -103,7 +103,7 @@
103
103
  "@atlaskit/visual-regression": "*",
104
104
  "@atlassian/adf-schema-json": "^1.22.0",
105
105
  "@atlassian/feature-flags-test-utils": "*",
106
- "@atlassian/search-provider": "2.4.144",
106
+ "@atlassian/search-provider": "2.4.145",
107
107
  "@emotion/jest": "^11.8.0",
108
108
  "@storybook/addon-knobs": "^5.3.18",
109
109
  "@testing-library/react": "^12.1.5",
@@ -281,6 +281,10 @@
281
281
  "platform_editor_drag_and_drop_target_v2": {
282
282
  "type": "boolean",
283
283
  "referenceOnly": true
284
+ },
285
+ "platform_editor_react18_phase2": {
286
+ "type": "boolean",
287
+ "referenceOnly": true
284
288
  }
285
289
  },
286
290
  "stricter": {