@atlaskit/editor-core 203.16.4 → 203.16.5
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 +8 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +3 -0
- package/dist/types/presets/universal.d.ts +3 -0
- package/dist/types/presets/useUniversalPreset.d.ts +3 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +3 -0
- package/dist/types-ts4.5/presets/universal.d.ts +3 -0
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3 -0
- package/package.json +14 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 203.16.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
|
|
8
|
+
[`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
|
|
9
|
+
Bump adf-schema to 47.2.1
|
|
10
|
+
|
|
3
11
|
## 203.16.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "203.16.
|
|
2
|
+
export const version = "203.16.5";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "203.16.
|
|
2
|
+
export var version = "203.16.5";
|
|
@@ -413,6 +413,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
413
413
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
414
414
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
415
415
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
416
|
+
commands: {
|
|
417
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
418
|
+
};
|
|
416
419
|
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
417
420
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
418
421
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"composition", {
|
|
@@ -465,6 +465,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
465
465
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
466
466
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
467
467
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
468
|
+
commands: {
|
|
469
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
470
|
+
};
|
|
468
471
|
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
469
472
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
470
473
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"composition", {
|
|
@@ -413,6 +413,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
413
413
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
414
414
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
415
415
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
416
|
+
commands: {
|
|
417
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
418
|
+
};
|
|
416
419
|
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
417
420
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
418
421
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"composition", {
|
|
@@ -568,6 +568,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
568
568
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>,
|
|
569
569
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
570
570
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
571
|
+
commands: {
|
|
572
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
573
|
+
};
|
|
571
574
|
dependencies: [
|
|
572
575
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
573
576
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
@@ -620,6 +620,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
620
620
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>,
|
|
621
621
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
622
622
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
623
|
+
commands: {
|
|
624
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
625
|
+
};
|
|
623
626
|
dependencies: [
|
|
624
627
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
625
628
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
@@ -568,6 +568,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
568
568
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"unsupportedContent", {}, undefined>,
|
|
569
569
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholder", {
|
|
570
570
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
571
|
+
commands: {
|
|
572
|
+
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
573
|
+
};
|
|
571
574
|
dependencies: [
|
|
572
575
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
573
576
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.16.
|
|
3
|
+
"version": "203.16.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,24 +38,24 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/activity-provider": "^2.5.0",
|
|
41
|
-
"@atlaskit/adf-schema": "^
|
|
41
|
+
"@atlaskit/adf-schema": "^47.2.1",
|
|
42
42
|
"@atlaskit/analytics-namespaced-context": "^6.13.0",
|
|
43
43
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
44
44
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
45
45
|
"@atlaskit/button": "^20.5.0",
|
|
46
|
-
"@atlaskit/editor-common": "^99.
|
|
46
|
+
"@atlaskit/editor-common": "^99.14.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.23.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.10.1",
|
|
49
49
|
"@atlaskit/editor-plugins": "^7.2.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
52
|
-
"@atlaskit/emoji": "^67.
|
|
53
|
-
"@atlaskit/icon": "^23.
|
|
52
|
+
"@atlaskit/emoji": "^67.14.0",
|
|
53
|
+
"@atlaskit/icon": "^23.9.0",
|
|
54
54
|
"@atlaskit/media-card": "^78.19.0",
|
|
55
55
|
"@atlaskit/mention": "^23.11.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.12.0",
|
|
58
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
58
|
+
"@atlaskit/tmp-editor-statsig": "^2.46.0",
|
|
59
59
|
"@atlaskit/tokens": "^3.3.0",
|
|
60
60
|
"@atlaskit/tooltip": "^19.1.0",
|
|
61
61
|
"@atlaskit/width-detector": "^4.4.0",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
84
|
"@atlaskit/adf-utils": "^19.18.0",
|
|
85
85
|
"@atlaskit/analytics-listeners": "^8.14.0",
|
|
86
|
-
"@atlaskit/collab-provider": "10.6.
|
|
87
|
-
"@atlaskit/editor-plugin-annotation": "1.28.
|
|
86
|
+
"@atlaskit/collab-provider": "10.6.1",
|
|
87
|
+
"@atlaskit/editor-plugin-annotation": "1.28.1",
|
|
88
88
|
"@atlaskit/editor-plugin-card": "^4.6.0",
|
|
89
89
|
"@atlaskit/editor-plugin-list": "^3.10.0",
|
|
90
90
|
"@atlaskit/editor-plugin-paste": "^2.2.0",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@atlaskit/media-test-helpers": "^34.8.0",
|
|
96
96
|
"@atlaskit/modal-dialog": "^12.20.0",
|
|
97
97
|
"@atlaskit/primitives": "^13.5.0",
|
|
98
|
-
"@atlaskit/renderer": "^112.
|
|
98
|
+
"@atlaskit/renderer": "^112.14.0",
|
|
99
99
|
"@atlaskit/smart-card": "^34.10.0",
|
|
100
100
|
"@atlaskit/synchrony-test-helpers": "^3.1.0",
|
|
101
101
|
"@atlaskit/toggle": "^14.1.0",
|
|
102
102
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
|
-
"@atlassian/adf-schema-json": "^1.
|
|
104
|
+
"@atlassian/adf-schema-json": "^1.27.0",
|
|
105
105
|
"@atlassian/feature-flags-test-utils": "*",
|
|
106
106
|
"@atlassian/search-provider": "3.0.34",
|
|
107
107
|
"@emotion/jest": "^11.8.0",
|
|
@@ -434,6 +434,10 @@
|
|
|
434
434
|
"platform_editor_css_migrate_stage_1": {
|
|
435
435
|
"type": "boolean",
|
|
436
436
|
"referenceOnly": true
|
|
437
|
+
},
|
|
438
|
+
"platform_editor_track_node_types": {
|
|
439
|
+
"type": "boolean",
|
|
440
|
+
"referenceOnly": true
|
|
437
441
|
}
|
|
438
442
|
},
|
|
439
443
|
"stricter": {
|