@atlaskit/editor-core 206.0.2 → 206.0.3
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 +9 -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 +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 206.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150243](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150243)
|
|
8
|
+
[`860ff9fc6066c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/860ff9fc6066c) -
|
|
9
|
+
Remove FG platform_editor_controls_sticky_controls
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 206.0.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "206.0.
|
|
2
|
+
export const version = "206.0.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "206.0.
|
|
2
|
+
export var version = "206.0.3";
|
|
@@ -713,6 +713,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
713
713
|
suppressToolbar?: (() => boolean) | undefined;
|
|
714
714
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
715
715
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
716
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
716
717
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
717
718
|
} | undefined;
|
|
718
719
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -794,6 +795,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
794
795
|
suppressToolbar?: (() => boolean) | undefined;
|
|
795
796
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
796
797
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
798
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
797
799
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
798
800
|
} | undefined;
|
|
799
801
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"clearMarksOnEmptyDoc", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockType", {
|
|
@@ -877,6 +879,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
877
879
|
suppressToolbar?: (() => boolean) | undefined;
|
|
878
880
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
879
881
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
882
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
880
883
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
881
884
|
} | undefined;
|
|
882
885
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -765,6 +765,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
765
765
|
suppressToolbar?: (() => boolean) | undefined;
|
|
766
766
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
767
767
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
768
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
768
769
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
769
770
|
} | undefined;
|
|
770
771
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -846,6 +847,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
846
847
|
suppressToolbar?: (() => boolean) | undefined;
|
|
847
848
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
848
849
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
850
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
849
851
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
850
852
|
} | undefined;
|
|
851
853
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"clearMarksOnEmptyDoc", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockType", {
|
|
@@ -929,6 +931,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
929
931
|
suppressToolbar?: (() => boolean) | undefined;
|
|
930
932
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
931
933
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
934
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
932
935
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
933
936
|
} | undefined;
|
|
934
937
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -713,6 +713,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
713
713
|
suppressToolbar?: (() => boolean) | undefined;
|
|
714
714
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
715
715
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
716
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
716
717
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
717
718
|
} | undefined;
|
|
718
719
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -794,6 +795,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
794
795
|
suppressToolbar?: (() => boolean) | undefined;
|
|
795
796
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
796
797
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
798
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
797
799
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
798
800
|
} | undefined;
|
|
799
801
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"clearMarksOnEmptyDoc", {}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockType", {
|
|
@@ -877,6 +879,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
877
879
|
suppressToolbar?: (() => boolean) | undefined;
|
|
878
880
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
879
881
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
882
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
880
883
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
881
884
|
} | undefined;
|
|
882
885
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>];
|
|
@@ -929,6 +929,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
929
929
|
suppressToolbar?: (() => boolean) | undefined;
|
|
930
930
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
931
931
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
932
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
932
933
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
933
934
|
} | undefined;
|
|
934
935
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
|
@@ -1021,6 +1022,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1021
1022
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1022
1023
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1023
1024
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1025
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1024
1026
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1025
1027
|
} | undefined;
|
|
1026
1028
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>,
|
|
@@ -1119,6 +1121,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1119
1121
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1120
1122
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1121
1123
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1124
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1122
1125
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1123
1126
|
} | undefined;
|
|
1124
1127
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
|
@@ -981,6 +981,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
981
981
|
suppressToolbar?: (() => boolean) | undefined;
|
|
982
982
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
983
983
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
984
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
984
985
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
985
986
|
} | undefined;
|
|
986
987
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
|
@@ -1073,6 +1074,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1073
1074
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1074
1075
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1075
1076
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1077
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1076
1078
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1077
1079
|
} | undefined;
|
|
1078
1080
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>,
|
|
@@ -1171,6 +1173,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1171
1173
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1172
1174
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1173
1175
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1176
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1174
1177
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1175
1178
|
} | undefined;
|
|
1176
1179
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
|
@@ -929,6 +929,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
929
929
|
suppressToolbar?: (() => boolean) | undefined;
|
|
930
930
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
931
931
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
932
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
932
933
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
933
934
|
} | undefined;
|
|
934
935
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
|
@@ -1021,6 +1022,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1021
1022
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1022
1023
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1023
1024
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1025
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1024
1026
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1025
1027
|
} | undefined;
|
|
1026
1028
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>,
|
|
@@ -1119,6 +1121,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1119
1121
|
suppressToolbar?: (() => boolean) | undefined;
|
|
1120
1122
|
unsuppressToolbar?: (() => boolean) | undefined;
|
|
1121
1123
|
setToolbarDocking?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1124
|
+
forceToolbarDockingWithoutAnalytics?: ((toolbarDocking: import("packages/editor/editor-plugin-selection-toolbar/dist/types/types").ToolbarDocking) => boolean) | undefined;
|
|
1122
1125
|
refreshToolbarDocking?: (() => boolean) | undefined;
|
|
1123
1126
|
} | undefined;
|
|
1124
1127
|
}, import("@atlaskit/editor-plugins/selection-toolbar").SelectionToolbarPluginOptions>>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "206.0.
|
|
3
|
+
"version": "206.0.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@atlaskit/mention": "^24.1.0",
|
|
60
60
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
62
|
-
"@atlaskit/react-ufo": "^3.
|
|
62
|
+
"@atlaskit/react-ufo": "^3.10.0",
|
|
63
63
|
"@atlaskit/task-decision": "^19.2.0",
|
|
64
64
|
"@atlaskit/tmp-editor-statsig": "^4.17.0",
|
|
65
65
|
"@atlaskit/tokens": "^4.8.0",
|
|
@@ -594,10 +594,6 @@
|
|
|
594
594
|
"type": "boolean",
|
|
595
595
|
"referenceOnly": true
|
|
596
596
|
},
|
|
597
|
-
"platform_editor_controls_sticky_controls": {
|
|
598
|
-
"type": "boolean",
|
|
599
|
-
"referenceOnly": true
|
|
600
|
-
},
|
|
601
597
|
"platform_editor_nested_tables_sticky_header_bug": {
|
|
602
598
|
"type": "boolean",
|
|
603
599
|
"referenceOnly": true
|