@atlaskit/editor-core 217.12.6 → 217.12.8
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 +14 -0
- package/dist/cjs/presets/universal.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/presets/universal.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/presets/universal.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 217.12.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 217.12.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`48a64b7bbac82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48a64b7bbac82) -
|
|
14
|
+
Clean up stale experiment platform_editor_plain_text_support (always-enabled path)
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 217.12.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -161,7 +161,7 @@ function createUniversalPresetInternal(_ref) {
|
|
|
161
161
|
mentionProvider: props.mentionProvider
|
|
162
162
|
}, initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.mentionsPlugin)], Boolean(props.mentionProvider)).maybeAdd([_emoji.emojiPlugin, _objectSpread({
|
|
163
163
|
emojiProvider: props.emojiProvider
|
|
164
|
-
},
|
|
164
|
+
}, initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.emojiPlugin)], Boolean(props.emojiProvider)).maybeAdd([_table.tablesPlugin, {
|
|
165
165
|
tableOptions: !props.allowTables || typeof props.allowTables === 'boolean' ? {} : props.allowTables,
|
|
166
166
|
dragAndDropEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableDragAndDrop) && (isFullPage || (isComment || isChromeless) && (0, _experiments.editorExperiment)('support_table_in_comment', true, {
|
|
167
167
|
exposure: true
|
|
@@ -156,7 +156,7 @@ export default function createUniversalPresetInternal({
|
|
|
156
156
|
...(initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.mentionsPlugin)
|
|
157
157
|
}], Boolean(props.mentionProvider)).maybeAdd([emojiPlugin, {
|
|
158
158
|
emojiProvider: props.emojiProvider,
|
|
159
|
-
...(
|
|
159
|
+
...(initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.emojiPlugin)
|
|
160
160
|
}], Boolean(props.emojiProvider)).maybeAdd([tablesPlugin, {
|
|
161
161
|
tableOptions: !props.allowTables || typeof props.allowTables === 'boolean' ? {} : props.allowTables,
|
|
162
162
|
dragAndDropEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableDragAndDrop) && (isFullPage || (isComment || isChromeless) && editorExperiment('support_table_in_comment', true, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "217.12.
|
|
2
|
+
export const version = "217.12.8";
|
|
@@ -154,7 +154,7 @@ export default function createUniversalPresetInternal(_ref) {
|
|
|
154
154
|
mentionProvider: props.mentionProvider
|
|
155
155
|
}, initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.mentionsPlugin)], Boolean(props.mentionProvider)).maybeAdd([emojiPlugin, _objectSpread({
|
|
156
156
|
emojiProvider: props.emojiProvider
|
|
157
|
-
},
|
|
157
|
+
}, initialPluginConfiguration === null || initialPluginConfiguration === void 0 ? void 0 : initialPluginConfiguration.emojiPlugin)], Boolean(props.emojiProvider)).maybeAdd([tablesPlugin, {
|
|
158
158
|
tableOptions: !props.allowTables || typeof props.allowTables === 'boolean' ? {} : props.allowTables,
|
|
159
159
|
dragAndDropEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableDragAndDrop) && (isFullPage || (isComment || isChromeless) && editorExperiment('support_table_in_comment', true, {
|
|
160
160
|
exposure: true
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "217.12.
|
|
2
|
+
export var version = "217.12.8";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "217.12.
|
|
3
|
+
"version": "217.12.8",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/editor-plugins": "^13.0.0",
|
|
55
55
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
56
56
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
57
|
-
"@atlaskit/editor-ssr-renderer": "^3.
|
|
57
|
+
"@atlaskit/editor-ssr-renderer": "^3.3.0",
|
|
58
58
|
"@atlaskit/editor-toolbar": "^0.20.0",
|
|
59
59
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
60
60
|
"@atlaskit/emoji": "^69.12.0",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"@atlaskit/mention": "^24.6.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
67
67
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
68
|
-
"@atlaskit/react-ufo": "^5.
|
|
68
|
+
"@atlaskit/react-ufo": "^5.13.0",
|
|
69
69
|
"@atlaskit/task-decision": "^19.3.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
71
|
-
"@atlaskit/tokens": "^
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^59.1.0",
|
|
71
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
72
72
|
"@atlaskit/tooltip": "^21.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^5.0.0",
|
|
74
74
|
"@babel/runtime": "^7.0.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"uuid": "^3.1.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@atlaskit/editor-common": "^112.
|
|
87
|
+
"@atlaskit/editor-common": "^112.20.0",
|
|
88
88
|
"@atlaskit/link-provider": "^4.3.0",
|
|
89
89
|
"@atlaskit/media-core": "^37.0.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
111
111
|
"@atlaskit/media-test-helpers": "^40.0.0",
|
|
112
112
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
113
|
-
"@atlaskit/renderer": "^128.
|
|
113
|
+
"@atlaskit/renderer": "^128.10.0",
|
|
114
114
|
"@atlaskit/section-message": "^8.12.0",
|
|
115
115
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
116
116
|
"@atlaskit/toggle": "^15.5.0",
|