@atlaskit/editor-core 221.12.1 → 221.12.2
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/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 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 221.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f596f4ca80078`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f596f4ca80078) -
|
|
8
|
+
Clean up feature gate `platform_editor_table_auto_convert_fix`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 221.12.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -174,7 +174,7 @@ function createUniversalPresetInternal(_ref) {
|
|
|
174
174
|
isCommentEditor: isComment,
|
|
175
175
|
isChromelessEditor: isChromeless,
|
|
176
176
|
allowFixedColumnWidthOption: (0, _platformFeatureFlags.fg)('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
|
|
177
|
-
__livePage:
|
|
177
|
+
__livePage: props.__livePage
|
|
178
178
|
}], Boolean(props.allowTables)).maybeAdd([_tasksAndDecisions.tasksAndDecisionsPlugin, _objectSpread({
|
|
179
179
|
allowNestedTasks: props.allowNestedTasks,
|
|
180
180
|
consumeTabs: isFullPage,
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "221.12.
|
|
9
|
+
var version = exports.version = "221.12.1";
|
|
@@ -170,7 +170,7 @@ export default function createUniversalPresetInternal({
|
|
|
170
170
|
isCommentEditor: isComment,
|
|
171
171
|
isChromelessEditor: isChromeless,
|
|
172
172
|
allowFixedColumnWidthOption: fg('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
|
|
173
|
-
__livePage:
|
|
173
|
+
__livePage: props.__livePage
|
|
174
174
|
}], Boolean(props.allowTables)).maybeAdd([tasksAndDecisionsPlugin, {
|
|
175
175
|
allowNestedTasks: props.allowNestedTasks,
|
|
176
176
|
consumeTabs: isFullPage,
|
|
@@ -167,7 +167,7 @@ export default function createUniversalPresetInternal(_ref) {
|
|
|
167
167
|
isCommentEditor: isComment,
|
|
168
168
|
isChromelessEditor: isChromeless,
|
|
169
169
|
allowFixedColumnWidthOption: fg('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
|
|
170
|
-
__livePage:
|
|
170
|
+
__livePage: props.__livePage
|
|
171
171
|
}], Boolean(props.allowTables)).maybeAdd([tasksAndDecisionsPlugin, _objectSpread({
|
|
172
172
|
allowNestedTasks: props.allowNestedTasks,
|
|
173
173
|
consumeTabs: isFullPage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.12.
|
|
3
|
+
"version": "221.12.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/editor-ssr-renderer": "^7.1.0",
|
|
57
57
|
"@atlaskit/editor-toolbar": "^2.3.0",
|
|
58
58
|
"@atlaskit/editor-toolbar-model": "^1.1.0",
|
|
59
|
-
"@atlaskit/emoji": "^71.
|
|
59
|
+
"@atlaskit/emoji": "^71.12.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
61
61
|
"@atlaskit/icon": "^37.1.0",
|
|
62
62
|
"@atlaskit/link": "^4.3.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
69
69
|
"@atlaskit/task-decision": "^21.6.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^132.
|
|
71
|
-
"@atlaskit/tokens": "^16.
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^132.3.0",
|
|
71
|
+
"@atlaskit/tokens": "^16.3.0",
|
|
72
72
|
"@atlaskit/tooltip": "^23.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^6.2.0",
|
|
74
74
|
"@babel/runtime": "^7.0.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@atlaskit/modal-dialog": "^16.1.0",
|
|
115
115
|
"@atlaskit/popper": "^8.3.0",
|
|
116
116
|
"@atlaskit/portal": "^6.1.0",
|
|
117
|
-
"@atlaskit/renderer": "^133.
|
|
117
|
+
"@atlaskit/renderer": "^133.15.0",
|
|
118
118
|
"@atlaskit/section-message": "^9.2.0",
|
|
119
119
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
120
120
|
"@atlaskit/toggle": "^17.1.0",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
125
125
|
"@atlassian/editor-rovo-bridge": "^10.12.0",
|
|
126
126
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
127
|
-
"@atlassian/search-client": "^2.
|
|
127
|
+
"@atlassian/search-client": "^2.3.0",
|
|
128
128
|
"@atlassian/search-provider": "^13.1.0",
|
|
129
129
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
130
|
-
"@atlassian/user-profile-card": "^1.
|
|
130
|
+
"@atlassian/user-profile-card": "^1.25.0",
|
|
131
131
|
"@emotion/jest": "^11.8.0",
|
|
132
132
|
"@testing-library/react": "^16.3.0",
|
|
133
133
|
"@types/diff": "^5.0.2",
|
|
@@ -188,9 +188,6 @@
|
|
|
188
188
|
"type": "boolean",
|
|
189
189
|
"referenceOnly": true
|
|
190
190
|
},
|
|
191
|
-
"platform_editor_table_auto_convert_fix": {
|
|
192
|
-
"type": "boolean"
|
|
193
|
-
},
|
|
194
191
|
"platform_editor_table_nested_renderer_fix": {
|
|
195
192
|
"type": "boolean"
|
|
196
193
|
},
|