@atlaskit/editor-core 219.8.0 → 219.8.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 +9 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cec76b6d3aeaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cec76b6d3aeaa) -
|
|
8
|
+
Cleanup feature gate `platform_synced_block_patch_11`. Jira work-item issue-type icons,
|
|
9
|
+
product-specific copy, and Relay environment initialisation are now permanently enabled.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 219.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -323,7 +323,7 @@ var EditorContentContainerEmotion = exports.EditorContentContainerEmotion = /*#_
|
|
|
323
323
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
324
324
|
_findReplaceStyles.findReplaceStylesNewWithA11Y :
|
|
325
325
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
326
|
-
_findReplaceStyles.findReplaceStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) &&
|
|
326
|
+
_findReplaceStyles.findReplaceStyles, (0, _experiments.editorExperiment)('platform_synced_block', true) &&
|
|
327
327
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
328
328
|
_findReplaceStyles.findReplaceStylesWithRefSyncBlock, (0, _expValEquals.expValEquals)('platform_editor_find_and_replace_improvements', 'isEnabled', true) &&
|
|
329
329
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -319,7 +319,7 @@ export const EditorContentContainerEmotion = /*#__PURE__*/React.forwardRef((prop
|
|
|
319
319
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
320
320
|
findReplaceStylesNewWithA11Y :
|
|
321
321
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
322
|
-
findReplaceStyles, editorExperiment('platform_synced_block', true) &&
|
|
322
|
+
findReplaceStyles, editorExperiment('platform_synced_block', true) &&
|
|
323
323
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
324
324
|
findReplaceStylesWithRefSyncBlock, expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) &&
|
|
325
325
|
// 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 = "
|
|
2
|
+
export const version = "219.8.0";
|
|
@@ -315,7 +315,7 @@ export var EditorContentContainerEmotion = /*#__PURE__*/React.forwardRef(functio
|
|
|
315
315
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
316
316
|
findReplaceStylesNewWithA11Y :
|
|
317
317
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
318
|
-
findReplaceStyles, editorExperiment('platform_synced_block', true) &&
|
|
318
|
+
findReplaceStyles, editorExperiment('platform_synced_block', true) &&
|
|
319
319
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
320
320
|
findReplaceStylesWithRefSyncBlock, expValEquals('platform_editor_find_and_replace_improvements', 'isEnabled', true) &&
|
|
321
321
|
// 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 = "
|
|
2
|
+
export var version = "219.8.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.8.
|
|
3
|
+
"version": "219.8.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
"@atlaskit/editor-ssr-renderer": "^5.2.0",
|
|
65
65
|
"@atlaskit/editor-toolbar": "^1.5.0",
|
|
66
66
|
"@atlaskit/editor-toolbar-model": "^0.5.0",
|
|
67
|
-
"@atlaskit/emoji": "^70.
|
|
67
|
+
"@atlaskit/emoji": "^70.8.0",
|
|
68
68
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
69
|
-
"@atlaskit/icon": "^34.
|
|
69
|
+
"@atlaskit/icon": "^34.6.0",
|
|
70
70
|
"@atlaskit/link": "^3.4.0",
|
|
71
71
|
"@atlaskit/media-card": "^80.5.0",
|
|
72
72
|
"@atlaskit/mention": "^25.1.0",
|
|
73
73
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags-react": "^0.5.0",
|
|
75
|
-
"@atlaskit/react-ufo": "^5.
|
|
75
|
+
"@atlaskit/react-ufo": "^5.21.0",
|
|
76
76
|
"@atlaskit/task-decision": "^20.1.0",
|
|
77
77
|
"@atlaskit/tmp-editor-statsig": "^81.0.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.0.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@atlassian/editor-rovo-bridge": "^8.10.0",
|
|
133
133
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
134
134
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
135
|
-
"@atlassian/search-client": "^1.
|
|
135
|
+
"@atlassian/search-client": "^1.8.0",
|
|
136
136
|
"@atlassian/search-provider": "^11.1.0",
|
|
137
137
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
138
138
|
"@atlassian/user-profile-card": "^1.4.0",
|
|
@@ -332,9 +332,6 @@
|
|
|
332
332
|
},
|
|
333
333
|
"platform_editor_chromeless_akeditor_class": {
|
|
334
334
|
"type": "boolean"
|
|
335
|
-
},
|
|
336
|
-
"platform_synced_block_patch_11": {
|
|
337
|
-
"type": "boolean"
|
|
338
335
|
}
|
|
339
336
|
},
|
|
340
337
|
"stricter": {
|