@atlaskit/editor-core 209.3.3 → 209.3.5
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 +18 -0
- package/dist/cjs/create-editor/ReactEditorView.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/ReactEditorView.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/ReactEditorView.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +4 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 209.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#193709](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193709)
|
|
8
|
+
[`9f25c72b75349`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9f25c72b75349) -
|
|
9
|
+
EDITOR-338 Cleans up nested tables feature gate platform_editor_nested_tables_column_drag_fix
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 209.3.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#193091](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/193091)
|
|
17
|
+
[`7e879ace28cec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7e879ace28cec) -
|
|
18
|
+
AFO-4081 cleanup ttvc v3 ff
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 209.3.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -691,7 +691,7 @@ function ReactEditorView(props) {
|
|
|
691
691
|
id: EDIT_AREA_ID,
|
|
692
692
|
"aria-describedby": assistiveDescribedBy,
|
|
693
693
|
"data-editor-id": editorId.current,
|
|
694
|
-
"data-vc-ignore-if-no-layout-shift":
|
|
694
|
+
"data-vc-ignore-if-no-layout-shift": true
|
|
695
695
|
}));
|
|
696
696
|
}, [handleEditorViewRef, props.intl]);
|
|
697
697
|
var previousPreset = (0, _hooks.usePreviousState)(preset);
|
|
@@ -638,7 +638,7 @@ export function ReactEditorView(props) {
|
|
|
638
638
|
id: EDIT_AREA_ID,
|
|
639
639
|
"aria-describedby": assistiveDescribedBy,
|
|
640
640
|
"data-editor-id": editorId.current,
|
|
641
|
-
"data-vc-ignore-if-no-layout-shift":
|
|
641
|
+
"data-vc-ignore-if-no-layout-shift": true
|
|
642
642
|
}));
|
|
643
643
|
}, [handleEditorViewRef, props.intl]);
|
|
644
644
|
const previousPreset = usePreviousState(preset);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "209.3.
|
|
2
|
+
export const version = "209.3.4";
|
|
@@ -681,7 +681,7 @@ export function ReactEditorView(props) {
|
|
|
681
681
|
id: EDIT_AREA_ID,
|
|
682
682
|
"aria-describedby": assistiveDescribedBy,
|
|
683
683
|
"data-editor-id": editorId.current,
|
|
684
|
-
"data-vc-ignore-if-no-layout-shift":
|
|
684
|
+
"data-vc-ignore-if-no-layout-shift": true
|
|
685
685
|
}));
|
|
686
686
|
}, [handleEditorViewRef, props.intl]);
|
|
687
687
|
var previousPreset = usePreviousState(preset);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "209.3.
|
|
2
|
+
export var version = "209.3.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "209.3.
|
|
3
|
+
"version": "209.3.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
46
|
"@atlaskit/button": "^23.3.0",
|
|
47
47
|
"@atlaskit/css": "^0.12.0",
|
|
48
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
48
|
+
"@atlaskit/editor-json-transformer": "^8.25.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
50
50
|
"@atlaskit/editor-plugin-quick-insert": "^3.0.0",
|
|
51
51
|
"@atlaskit/editor-plugin-user-preferences": "^1.2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
54
54
|
"@atlaskit/editor-shared-styles": "^3.5.0",
|
|
55
55
|
"@atlaskit/emoji": "^69.3.0",
|
|
56
|
-
"@atlaskit/icon": "^27.
|
|
56
|
+
"@atlaskit/icon": "^27.8.0",
|
|
57
57
|
"@atlaskit/link": "^3.2.0",
|
|
58
58
|
"@atlaskit/media-card": "^79.4.0",
|
|
59
59
|
"@atlaskit/mention": "^24.2.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"uuid": "^3.1.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@atlaskit/editor-common": "^107.
|
|
81
|
+
"@atlaskit/editor-common": "^107.13.0",
|
|
82
82
|
"@atlaskit/link-provider": "^3.4.0",
|
|
83
83
|
"@atlaskit/media-core": "^37.0.0",
|
|
84
84
|
"react": "^18.2.0",
|
|
@@ -332,10 +332,6 @@
|
|
|
332
332
|
"type": "boolean",
|
|
333
333
|
"referenceOnly": true
|
|
334
334
|
},
|
|
335
|
-
"platform_editor_nested_tables_column_drag_fix": {
|
|
336
|
-
"type": "boolean",
|
|
337
|
-
"referenceOnly": true
|
|
338
|
-
},
|
|
339
335
|
"platform_editor_sort_decoration_fix_on_live_page": {
|
|
340
336
|
"type": "boolean",
|
|
341
337
|
"referenceOnly": true
|
|
@@ -537,9 +533,6 @@
|
|
|
537
533
|
"platform_editor_centre_mention_padding": {
|
|
538
534
|
"type": "boolean"
|
|
539
535
|
},
|
|
540
|
-
"platform_vc_ignore_no_ls_mutation_marker": {
|
|
541
|
-
"type": "boolean"
|
|
542
|
-
},
|
|
543
536
|
"platform_editor_fix_code_block_bg_color_in_macro_2": {
|
|
544
537
|
"type": "boolean"
|
|
545
538
|
},
|