@atlaskit/editor-core 201.3.2 → 201.4.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,18 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 201.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#163468](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163468)
8
+ [`dd36c12324efd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dd36c12324efd) -
9
+ JIV-19284 Allow setting task placeholder and quick insert action description for Editor tasks and
10
+ decisions plugin
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 201.3.2
4
17
 
5
18
  ### 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 = "201.3.2";
8
+ var version = exports.version = "201.4.0";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "201.3.2";
2
+ export const version = "201.4.0";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "201.3.2";
2
+ export var version = "201.4.0";
@@ -31,7 +31,9 @@ export type InitialPluginConfiguration = {
31
31
  };
32
32
  tasksAndDecisionsPlugin?: {
33
33
  hasEditPermission?: boolean;
34
+ quickInsertActionDescription?: string;
34
35
  requestEditPermission?: () => void;
36
+ taskPlaceholder?: string;
35
37
  };
36
38
  };
37
39
  /**
@@ -31,7 +31,9 @@ export type InitialPluginConfiguration = {
31
31
  };
32
32
  tasksAndDecisionsPlugin?: {
33
33
  hasEditPermission?: boolean;
34
+ quickInsertActionDescription?: string;
34
35
  requestEditPermission?: () => void;
36
+ taskPlaceholder?: string;
35
37
  };
36
38
  };
37
39
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "201.3.2",
3
+ "version": "201.4.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/analytics-next": "^10.1.0",
44
44
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
45
45
  "@atlaskit/button": "^20.3.0",
46
- "@atlaskit/editor-common": "^94.19.0",
46
+ "@atlaskit/editor-common": "^94.21.0",
47
47
  "@atlaskit/editor-json-transformer": "^8.21.0",
48
48
  "@atlaskit/editor-plugin-quick-insert": "1.7.0",
49
49
  "@atlaskit/editor-plugins": "^5.6.0",
@@ -51,11 +51,11 @@
51
51
  "@atlaskit/editor-shared-styles": "^3.2.0",
52
52
  "@atlaskit/emoji": "^67.9.0",
53
53
  "@atlaskit/icon": "^22.24.0",
54
- "@atlaskit/media-card": "^78.13.0",
54
+ "@atlaskit/media-card": "^78.14.0",
55
55
  "@atlaskit/mention": "^23.3.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/task-decision": "^17.11.0",
58
- "@atlaskit/tmp-editor-statsig": "^2.14.0",
58
+ "@atlaskit/tmp-editor-statsig": "^2.16.0",
59
59
  "@atlaskit/tokens": "^2.2.0",
60
60
  "@atlaskit/tooltip": "^18.9.0",
61
61
  "@atlaskit/width-detector": "^4.3.0",
@@ -83,7 +83,7 @@
83
83
  "@af/visual-regression": "*",
84
84
  "@atlaskit/adf-utils": "^19.12.0",
85
85
  "@atlaskit/analytics-listeners": "^8.11.0",
86
- "@atlaskit/collab-provider": "9.44.1",
86
+ "@atlaskit/collab-provider": "9.45.0",
87
87
  "@atlaskit/editor-plugin-annotation": "1.23.3",
88
88
  "@atlaskit/editor-plugin-card": "^4.4.0",
89
89
  "@atlaskit/editor-plugin-list": "^3.9.0",
@@ -94,7 +94,7 @@
94
94
  "@atlaskit/media-integration-test-helpers": "^3.1.0",
95
95
  "@atlaskit/media-test-helpers": "^34.6.0",
96
96
  "@atlaskit/modal-dialog": "^12.17.0",
97
- "@atlaskit/primitives": "^13.1.0",
97
+ "@atlaskit/primitives": "^13.2.0",
98
98
  "@atlaskit/renderer": "^112.5.0",
99
99
  "@atlaskit/smart-card": "^30.2.0",
100
100
  "@atlaskit/synchrony-test-helpers": "^2.5.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.165",
106
+ "@atlassian/search-provider": "2.4.166",
107
107
  "@emotion/jest": "^11.8.0",
108
108
  "@storybook/addon-knobs": "^6.4.0",
109
109
  "@testing-library/react": "^12.1.5",
@@ -233,10 +233,6 @@
233
233
  "type": "boolean",
234
234
  "referenceOnly": true
235
235
  },
236
- "platform_editor_empty_line_prompt_delay": {
237
- "type": "boolean",
238
- "referenceOnly": true
239
- },
240
236
  "platform_editor_ssr_fix_block_controls": {
241
237
  "type": "boolean"
242
238
  },