@atlaskit/editor-core 215.17.0 → 215.17.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 +8 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2e389ee54c1f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e389ee54c1f1) -
|
|
8
|
+
Update gates to roll out minor updates faster
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 215.17.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -228,7 +228,7 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
|
|
|
228
228
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
229
229
|
(0, _platformFeatureFlags.fg)('platform_editor_ai_generic_prep_for_aifc') && _smartCardStyles.smartCardDiffStyles,
|
|
230
230
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
231
|
-
(0, _platformFeatureFlags.fg)('
|
|
231
|
+
(0, _platformFeatureFlags.fg)('platform_editor_ai_generic_prep_for_aifc_2') && _smartCardStyles.showDiffDeletedNodeStyles,
|
|
232
232
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
233
233
|
_mediaStyles.mediaStyles, (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') && (0, _platformFeatureFlags.fg)('platform_editor_content_mode_button_mvp') &&
|
|
234
234
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -224,7 +224,7 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
224
224
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
225
225
|
fg('platform_editor_ai_generic_prep_for_aifc') && smartCardDiffStyles,
|
|
226
226
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
227
|
-
fg('
|
|
227
|
+
fg('platform_editor_ai_generic_prep_for_aifc_2') && showDiffDeletedNodeStyles,
|
|
228
228
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
229
229
|
mediaStyles, expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') &&
|
|
230
230
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.
|
|
2
|
+
export const version = "215.17.0";
|
|
@@ -220,7 +220,7 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
220
220
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
221
221
|
fg('platform_editor_ai_generic_prep_for_aifc') && smartCardDiffStyles,
|
|
222
222
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
223
|
-
fg('
|
|
223
|
+
fg('platform_editor_ai_generic_prep_for_aifc_2') && showDiffDeletedNodeStyles,
|
|
224
224
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
225
225
|
mediaStyles, expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') &&
|
|
226
226
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.
|
|
2
|
+
export var version = "215.17.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.17.
|
|
3
|
+
"version": "215.17.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/css": "^0.17.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
50
50
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
51
|
-
"@atlaskit/editor-plugin-quick-insert": "^6.
|
|
51
|
+
"@atlaskit/editor-plugin-quick-insert": "^6.1.0",
|
|
52
52
|
"@atlaskit/editor-plugin-user-preferences": "^4.0.0",
|
|
53
53
|
"@atlaskit/editor-plugins": "^11.1.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
@@ -159,6 +159,9 @@
|
|
|
159
159
|
"type": "boolean",
|
|
160
160
|
"referenceOnly": true
|
|
161
161
|
},
|
|
162
|
+
"platform_editor_ai_generic_prep_for_aifc_2": {
|
|
163
|
+
"type": "boolean"
|
|
164
|
+
},
|
|
162
165
|
"editor_inline_comments_on_inline_nodes": {
|
|
163
166
|
"type": "boolean",
|
|
164
167
|
"referenceOnly": "true"
|
|
@@ -381,9 +384,6 @@
|
|
|
381
384
|
"platform_editor_nov_a11y_fixes": {
|
|
382
385
|
"type": "boolean"
|
|
383
386
|
},
|
|
384
|
-
"platform_editor_ai_aifc_patch_beta_2": {
|
|
385
|
-
"type": "boolean"
|
|
386
|
-
},
|
|
387
387
|
"platform_editor_table_width_refactor": {
|
|
388
388
|
"type": "boolean",
|
|
389
389
|
"referenceOnly": true
|