@atlaskit/editor-core 198.4.2 → 198.4.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 +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 +1 -0
- package/dist/types/presets/universal.d.ts +1 -0
- package/dist/types/presets/useUniversalPreset.d.ts +1 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +1 -0
- package/dist/types-ts4.5/presets/universal.d.ts +1 -0
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +1 -0
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 198.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#149749](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/149749)
|
|
8
|
+
[`0b3df6a89bf6c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b3df6a89bf6c) -
|
|
9
|
+
[ux] ED-24886 Set marginTop of first heading with right or centre align to default marginTop
|
|
10
|
+
|
|
3
11
|
## 198.4.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "198.4.
|
|
2
|
+
export const version = "198.4.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "198.4.
|
|
2
|
+
export var version = "198.4.3";
|
|
@@ -1184,6 +1184,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1184
1184
|
actions: {
|
|
1185
1185
|
toggleAdditionalMenu: () => void;
|
|
1186
1186
|
};
|
|
1187
|
+
sharedState: import("@atlaskit/editor-plugin-insert-block").InsertBlockPluginState | undefined;
|
|
1187
1188
|
}, import("@atlaskit/editor-plugin-insert-block").InsertBlockOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1188
1189
|
pluginConfiguration: {
|
|
1189
1190
|
showIndentationButtons: boolean;
|
|
@@ -1235,6 +1235,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1235
1235
|
actions: {
|
|
1236
1236
|
toggleAdditionalMenu: () => void;
|
|
1237
1237
|
};
|
|
1238
|
+
sharedState: import("@atlaskit/editor-plugins/insert-block").InsertBlockPluginState | undefined;
|
|
1238
1239
|
}, import("@atlaskit/editor-plugins/insert-block").InsertBlockOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1239
1240
|
pluginConfiguration: {
|
|
1240
1241
|
showIndentationButtons: boolean;
|
|
@@ -1184,6 +1184,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1184
1184
|
actions: {
|
|
1185
1185
|
toggleAdditionalMenu: () => void;
|
|
1186
1186
|
};
|
|
1187
|
+
sharedState: import("@atlaskit/editor-plugin-insert-block").InsertBlockPluginState | undefined;
|
|
1187
1188
|
}, import("@atlaskit/editor-plugin-insert-block").InsertBlockOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1188
1189
|
pluginConfiguration: {
|
|
1189
1190
|
showIndentationButtons: boolean;
|
|
@@ -1504,6 +1504,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1504
1504
|
actions: {
|
|
1505
1505
|
toggleAdditionalMenu: () => void;
|
|
1506
1506
|
};
|
|
1507
|
+
sharedState: import("@atlaskit/editor-plugin-insert-block").InsertBlockPluginState | undefined;
|
|
1507
1508
|
}, import("@atlaskit/editor-plugin-insert-block").InsertBlockOptions | undefined>,
|
|
1508
1509
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1509
1510
|
pluginConfiguration: {
|
|
@@ -1555,6 +1555,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1555
1555
|
actions: {
|
|
1556
1556
|
toggleAdditionalMenu: () => void;
|
|
1557
1557
|
};
|
|
1558
|
+
sharedState: import("@atlaskit/editor-plugins/insert-block").InsertBlockPluginState | undefined;
|
|
1558
1559
|
}, import("@atlaskit/editor-plugins/insert-block").InsertBlockOptions | undefined>,
|
|
1559
1560
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1560
1561
|
pluginConfiguration: {
|
|
@@ -1504,6 +1504,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1504
1504
|
actions: {
|
|
1505
1505
|
toggleAdditionalMenu: () => void;
|
|
1506
1506
|
};
|
|
1507
|
+
sharedState: import("@atlaskit/editor-plugin-insert-block").InsertBlockPluginState | undefined;
|
|
1507
1508
|
}, import("@atlaskit/editor-plugin-insert-block").InsertBlockOptions | undefined>,
|
|
1508
1509
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"toolbarListsIndentation", {
|
|
1509
1510
|
pluginConfiguration: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "198.4.
|
|
3
|
+
"version": "198.4.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.8.0",
|
|
53
|
-
"@atlaskit/icon": "^22.
|
|
53
|
+
"@atlaskit/icon": "^22.22.0",
|
|
54
54
|
"@atlaskit/media-card": "^78.5.0",
|
|
55
55
|
"@atlaskit/mention": "^23.3.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
},
|
|
275
275
|
"platform_editor_td_provider_from_plugin_config": {
|
|
276
276
|
"type": "boolean"
|
|
277
|
+
},
|
|
278
|
+
"platform_editor_heading_margin_fix": {
|
|
279
|
+
"type": "boolean",
|
|
280
|
+
"referenceOnly": true
|
|
277
281
|
}
|
|
278
282
|
},
|
|
279
283
|
"stricter": {
|