@atlaskit/editor-core 201.1.11 → 201.2.0
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 +21 -0
- package/dist/cjs/composable-editor/editor-internal.js +7 -1
- package/dist/cjs/create-editor/ReactEditorView.js +3 -1
- package/dist/cjs/create-editor/ReactEditorViewNext.js +4 -2
- package/dist/cjs/create-editor/create-editor.js +1 -0
- package/dist/cjs/ui/EditorContext/index.js +1 -1
- package/dist/cjs/ui/WithEditorActions/index.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +4 -1
- package/dist/es2019/create-editor/ReactEditorView.js +4 -2
- package/dist/es2019/create-editor/ReactEditorViewNext.js +5 -3
- package/dist/es2019/create-editor/create-editor.js +1 -0
- package/dist/es2019/ui/EditorContext/index.js +1 -1
- package/dist/es2019/ui/WithEditorActions/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +7 -1
- package/dist/esm/create-editor/ReactEditorView.js +4 -2
- package/dist/esm/create-editor/ReactEditorViewNext.js +5 -3
- package/dist/esm/create-editor/create-editor.js +1 -0
- package/dist/esm/ui/EditorContext/index.js +1 -1
- package/dist/esm/ui/WithEditorActions/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/ReactEditorView.d.ts +2 -1
- package/dist/types/create-editor/ReactEditorViewNext.d.ts +2 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +12 -12
- package/dist/types/create-editor/get-plugins.d.ts +1 -0
- package/dist/types/presets/default.d.ts +10 -10
- package/dist/types/presets/universal.d.ts +12 -12
- package/dist/types/presets/useUniversalPreset.d.ts +12 -12
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +1 -1
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ContentStyles/index.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/ReactEditorViewNext.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +12 -12
- package/dist/types-ts4.5/create-editor/get-plugins.d.ts +1 -0
- package/dist/types-ts4.5/presets/default.d.ts +10 -10
- package/dist/types-ts4.5/presets/universal.d.ts +12 -12
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +12 -12
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
- package/package.json +13 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "201.
|
|
3
|
+
"version": "201.2.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
44
44
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
45
45
|
"@atlaskit/button": "^20.3.0",
|
|
46
|
-
"@atlaskit/editor-common": "^94.
|
|
47
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
46
|
+
"@atlaskit/editor-common": "^94.17.0",
|
|
47
|
+
"@atlaskit/editor-json-transformer": "^8.21.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.7.0",
|
|
49
49
|
"@atlaskit/editor-plugins": "^5.6.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.9.0",
|
|
53
53
|
"@atlaskit/icon": "^22.24.0",
|
|
54
|
-
"@atlaskit/media-card": "^78.
|
|
54
|
+
"@atlaskit/media-card": "^78.12.0",
|
|
55
55
|
"@atlaskit/mention": "^23.3.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.11.0",
|
|
58
58
|
"@atlaskit/tmp-editor-statsig": "^2.12.0",
|
|
59
59
|
"@atlaskit/tokens": "^2.2.0",
|
|
60
|
-
"@atlaskit/tooltip": "^18.
|
|
60
|
+
"@atlaskit/tooltip": "^18.9.0",
|
|
61
61
|
"@atlaskit/width-detector": "^4.3.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|
|
63
63
|
"@emotion/react": "^11.7.1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@af/editor-libra": "*",
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
|
-
"@atlaskit/adf-utils": "^19.
|
|
84
|
+
"@atlaskit/adf-utils": "^19.12.0",
|
|
85
85
|
"@atlaskit/analytics-listeners": "^8.11.0",
|
|
86
86
|
"@atlaskit/collab-provider": "9.44.1",
|
|
87
87
|
"@atlaskit/editor-plugin-annotation": "1.23.3",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"@atlaskit/logo": "^14.3.0",
|
|
93
93
|
"@atlaskit/media-core": "^34.3.0",
|
|
94
94
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
95
|
-
"@atlaskit/media-test-helpers": "^34.
|
|
95
|
+
"@atlaskit/media-test-helpers": "^34.6.0",
|
|
96
96
|
"@atlaskit/modal-dialog": "^12.17.0",
|
|
97
|
-
"@atlaskit/primitives": "^13.
|
|
98
|
-
"@atlaskit/renderer": "^112.
|
|
97
|
+
"@atlaskit/primitives": "^13.1.0",
|
|
98
|
+
"@atlaskit/renderer": "^112.5.0",
|
|
99
99
|
"@atlaskit/smart-card": "^30.2.0",
|
|
100
100
|
"@atlaskit/synchrony-test-helpers": "^2.5.0",
|
|
101
101
|
"@atlaskit/toggle": "^13.4.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
104
|
"@atlassian/adf-schema-json": "^1.22.0",
|
|
105
105
|
"@atlassian/feature-flags-test-utils": "*",
|
|
106
|
-
"@atlassian/search-provider": "2.4.
|
|
106
|
+
"@atlassian/search-provider": "2.4.160",
|
|
107
107
|
"@emotion/jest": "^11.8.0",
|
|
108
108
|
"@storybook/addon-knobs": "^5.3.18",
|
|
109
109
|
"@testing-library/react": "^12.1.5",
|
|
@@ -243,21 +243,18 @@
|
|
|
243
243
|
"platform_editor_ssr_fix_block_controls": {
|
|
244
244
|
"type": "boolean"
|
|
245
245
|
},
|
|
246
|
-
"
|
|
247
|
-
"type": "boolean"
|
|
248
|
-
},
|
|
249
|
-
"platform_editor_remove_use_preset_context": {
|
|
246
|
+
"platform_editor_react18_mention_with_provider_fix": {
|
|
250
247
|
"type": "boolean"
|
|
251
248
|
},
|
|
252
249
|
"platform_editor_ssr_fix_smartlinks": {
|
|
253
250
|
"type": "boolean",
|
|
254
251
|
"referenceOnly": true
|
|
255
252
|
},
|
|
256
|
-
"
|
|
253
|
+
"platform_editor_react18_phase2_v2": {
|
|
257
254
|
"type": "boolean",
|
|
258
255
|
"referenceOnly": true
|
|
259
256
|
},
|
|
260
|
-
"
|
|
257
|
+
"platform_editor_react18_extension_component_v2": {
|
|
261
258
|
"type": "boolean"
|
|
262
259
|
},
|
|
263
260
|
"platform_editor_context_panel_support_multiple": {
|