@atlaskit/editor-core 206.1.4 → 207.0.1
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 +19 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/types/editor-props.d.ts +2 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
- package/package.json +12 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154152](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154152)
|
|
8
|
+
[`e67025e3b6a04`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e67025e3b6a04) -
|
|
9
|
+
Clean-up platform_editor_lcm_styling_uplift feature gate
|
|
10
|
+
- [#154340](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154340)
|
|
11
|
+
[`982623fd6523f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/982623fd6523f) -
|
|
12
|
+
[ux] [EDITOR-325] Clean up nested tables feature gate
|
|
13
|
+
`platform_editor_nested_tables_bodied_extension_fix`
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 207.0.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 206.1.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -118,7 +118,7 @@ var Content = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
118
118
|
}))
|
|
119
119
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
120
120
|
,
|
|
121
|
-
className:
|
|
121
|
+
className: "ak-editor-content-area-region",
|
|
122
122
|
"data-editor-editable-content": true,
|
|
123
123
|
"data-editor-primary-toolbar-hidden": props.isEditorToolbarHidden && (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? 'true' : undefined,
|
|
124
124
|
role: "region",
|
|
@@ -104,7 +104,7 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
104
104
|
})]
|
|
105
105
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
106
106
|
,
|
|
107
|
-
className:
|
|
107
|
+
className: "ak-editor-content-area-region",
|
|
108
108
|
"data-editor-editable-content": true,
|
|
109
109
|
"data-editor-primary-toolbar-hidden": props.isEditorToolbarHidden && editorExperiment('platform_editor_controls', 'variant1') ? 'true' : undefined,
|
|
110
110
|
role: "region",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "207.0.1";
|
|
@@ -107,7 +107,7 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
107
107
|
}))
|
|
108
108
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
109
109
|
,
|
|
110
|
-
className:
|
|
110
|
+
className: "ak-editor-content-area-region",
|
|
111
111
|
"data-editor-editable-content": true,
|
|
112
112
|
"data-editor-primary-toolbar-hidden": props.isEditorToolbarHidden && editorExperiment('platform_editor_controls', 'variant1') ? 'true' : undefined,
|
|
113
113
|
role: "region",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "207.0.1";
|
|
@@ -12,7 +12,7 @@ import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
|
12
12
|
import type { AnnotationProviders } from '@atlaskit/editor-plugins/annotation';
|
|
13
13
|
import type { BlockTypePluginOptions } from '@atlaskit/editor-plugins/block-type';
|
|
14
14
|
import type { CodeBlockOptions } from '@atlaskit/editor-plugins/code-block';
|
|
15
|
-
import type {
|
|
15
|
+
import type { DatePluginOptions } from '@atlaskit/editor-plugins/date';
|
|
16
16
|
import type { FindReplaceOptions } from '@atlaskit/editor-plugins/find-replace';
|
|
17
17
|
import type { LayoutPluginOptions } from '@atlaskit/editor-plugins/layout';
|
|
18
18
|
import type { MediaOptions, MediaState } from '@atlaskit/editor-plugins/media/types';
|
|
@@ -208,7 +208,7 @@ export interface EditorPluginFeatureProps {
|
|
|
208
208
|
allowExtension?: boolean | ExtensionConfig;
|
|
209
209
|
allowConfluenceInlineComment?: boolean;
|
|
210
210
|
allowTemplatePlaceholders?: boolean | PlaceholderTextOptions;
|
|
211
|
-
allowDate?: boolean |
|
|
211
|
+
allowDate?: boolean | DatePluginOptions;
|
|
212
212
|
allowLayouts?: boolean | LayoutPluginOptions;
|
|
213
213
|
allowStatus?: boolean | {
|
|
214
214
|
menuDisabled: boolean;
|
|
@@ -12,7 +12,7 @@ import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
|
12
12
|
import type { AnnotationProviders } from '@atlaskit/editor-plugins/annotation';
|
|
13
13
|
import type { BlockTypePluginOptions } from '@atlaskit/editor-plugins/block-type';
|
|
14
14
|
import type { CodeBlockOptions } from '@atlaskit/editor-plugins/code-block';
|
|
15
|
-
import type {
|
|
15
|
+
import type { DatePluginOptions } from '@atlaskit/editor-plugins/date';
|
|
16
16
|
import type { FindReplaceOptions } from '@atlaskit/editor-plugins/find-replace';
|
|
17
17
|
import type { LayoutPluginOptions } from '@atlaskit/editor-plugins/layout';
|
|
18
18
|
import type { MediaOptions, MediaState } from '@atlaskit/editor-plugins/media/types';
|
|
@@ -208,7 +208,7 @@ export interface EditorPluginFeatureProps {
|
|
|
208
208
|
allowExtension?: boolean | ExtensionConfig;
|
|
209
209
|
allowConfluenceInlineComment?: boolean;
|
|
210
210
|
allowTemplatePlaceholders?: boolean | PlaceholderTextOptions;
|
|
211
|
-
allowDate?: boolean |
|
|
211
|
+
allowDate?: boolean | DatePluginOptions;
|
|
212
212
|
allowLayouts?: boolean | LayoutPluginOptions;
|
|
213
213
|
allowStatus?: boolean | {
|
|
214
214
|
menuDisabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "207.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^23.0.0",
|
|
48
48
|
"@atlaskit/css": "^0.10.0",
|
|
49
|
-
"@atlaskit/editor-common": "^105.
|
|
49
|
+
"@atlaskit/editor-common": "^105.2.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
51
51
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
52
52
|
"@atlaskit/editor-plugin-quick-insert": "^2.5.0",
|
|
53
|
-
"@atlaskit/editor-plugins": "^8.
|
|
53
|
+
"@atlaskit/editor-plugins": "^8.5.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
56
56
|
"@atlaskit/emoji": "^69.1.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
62
62
|
"@atlaskit/react-ufo": "^3.11.0",
|
|
63
63
|
"@atlaskit/task-decision": "^19.2.0",
|
|
64
|
-
"@atlaskit/tmp-editor-statsig": "^4.
|
|
64
|
+
"@atlaskit/tmp-editor-statsig": "^4.21.0",
|
|
65
65
|
"@atlaskit/tokens": "^4.8.0",
|
|
66
66
|
"@atlaskit/tooltip": "^20.0.0",
|
|
67
67
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"uuid": "^3.1.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@atlaskit/link-provider": "^
|
|
82
|
-
"@atlaskit/media-core": "^36.
|
|
81
|
+
"@atlaskit/link-provider": "^3.0.0",
|
|
82
|
+
"@atlaskit/media-core": "^36.1.0",
|
|
83
83
|
"react": "^18.2.0",
|
|
84
84
|
"react-dom": "^18.2.0",
|
|
85
85
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -91,18 +91,18 @@
|
|
|
91
91
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
92
92
|
"@atlaskit/collab-provider": "^10.14.0",
|
|
93
93
|
"@atlaskit/editor-plugin-annotation": "^2.8.0",
|
|
94
|
-
"@atlaskit/editor-plugin-card": "^
|
|
94
|
+
"@atlaskit/editor-plugin-card": "^6.0.0",
|
|
95
95
|
"@atlaskit/editor-plugin-list": "^4.2.0",
|
|
96
96
|
"@atlaskit/editor-plugin-paste": "^3.3.0",
|
|
97
|
-
"@atlaskit/link-provider": "^
|
|
97
|
+
"@atlaskit/link-provider": "^3.0.0",
|
|
98
98
|
"@atlaskit/logo": "^18.0.0",
|
|
99
|
-
"@atlaskit/media-core": "^36.
|
|
99
|
+
"@atlaskit/media-core": "^36.1.0",
|
|
100
100
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
101
101
|
"@atlaskit/media-test-helpers": "^36.0.0",
|
|
102
|
-
"@atlaskit/modal-dialog": "^14.
|
|
102
|
+
"@atlaskit/modal-dialog": "^14.2.0",
|
|
103
103
|
"@atlaskit/primitives": "^14.7.0",
|
|
104
|
-
"@atlaskit/renderer": "^
|
|
105
|
-
"@atlaskit/smart-card": "^
|
|
104
|
+
"@atlaskit/renderer": "^117.0.0",
|
|
105
|
+
"@atlaskit/smart-card": "^38.0.0",
|
|
106
106
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
107
107
|
"@atlaskit/toggle": "^15.0.0",
|
|
108
108
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -409,10 +409,6 @@
|
|
|
409
409
|
"type": "boolean",
|
|
410
410
|
"referenceOnly": true
|
|
411
411
|
},
|
|
412
|
-
"platform_editor_nested_tables_bodied_extension_fix": {
|
|
413
|
-
"type": "boolean",
|
|
414
|
-
"referenceOnly": true
|
|
415
|
-
},
|
|
416
412
|
"platform_editor_nested_tables_column_drag_fix": {
|
|
417
413
|
"type": "boolean",
|
|
418
414
|
"referenceOnly": true
|
|
@@ -492,12 +488,6 @@
|
|
|
492
488
|
"type": "boolean",
|
|
493
489
|
"referenceOnly": true
|
|
494
490
|
},
|
|
495
|
-
"platform_editor_lcm_styling_uplift": {
|
|
496
|
-
"type": "boolean"
|
|
497
|
-
},
|
|
498
|
-
"platform_editor_lcm_inline_images": {
|
|
499
|
-
"type": "boolean"
|
|
500
|
-
},
|
|
501
491
|
"platform_editor_lcm_editor_controls_toolbar_fix": {
|
|
502
492
|
"type": "boolean"
|
|
503
493
|
},
|