@atlaskit/editor-core 198.3.2 → 198.4.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 +23 -0
- package/dist/cjs/composable-editor/editor-internal.js +2 -1
- package/dist/cjs/composable-editor/hooks/useProviders.js +10 -1
- package/dist/cjs/composable-editor/utils/handleProviders.js +3 -1
- package/dist/cjs/create-editor/ReactEditorView.js +0 -4
- package/dist/cjs/create-editor/create-schema.js +51 -1
- package/dist/cjs/presets/universal.js +2 -1
- package/dist/cjs/ui/ContentStyles/index.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +2 -1
- package/dist/es2019/composable-editor/hooks/useProviders.js +10 -1
- package/dist/es2019/composable-editor/utils/handleProviders.js +3 -1
- package/dist/es2019/create-editor/ReactEditorView.js +0 -4
- package/dist/es2019/create-editor/create-schema.js +49 -1
- package/dist/es2019/presets/universal.js +1 -0
- package/dist/es2019/ui/ContentStyles/index.js +10 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +2 -1
- package/dist/esm/composable-editor/hooks/useProviders.js +10 -1
- package/dist/esm/composable-editor/utils/handleProviders.js +3 -1
- package/dist/esm/create-editor/ReactEditorView.js +0 -4
- package/dist/esm/create-editor/create-schema.js +48 -1
- package/dist/esm/presets/universal.js +2 -1
- package/dist/esm/ui/ContentStyles/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviders.d.ts +6 -2
- package/dist/types/create-editor/ReactEditorView.d.ts +0 -4
- package/dist/types/create-editor/create-schema.d.ts +11 -0
- package/dist/types/create-editor/create-universal-preset.d.ts +4 -0
- package/dist/types/presets/universal.d.ts +4 -0
- package/dist/types/presets/useUniversalPreset.d.ts +4 -0
- package/dist/types/types/editor-props.d.ts +3 -0
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +2 -2
- package/dist/types/ui/ContentStyles/index.d.ts +2 -2
- package/dist/types-ts4.5/composable-editor/hooks/useProviders.d.ts +6 -2
- package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +0 -4
- package/dist/types-ts4.5/create-editor/create-schema.d.ts +11 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +4 -0
- package/dist/types-ts4.5/presets/universal.d.ts +4 -0
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +4 -0
- package/dist/types-ts4.5/types/editor-props.d.ts +3 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +2 -2
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "198.
|
|
3
|
+
"version": "198.4.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
44
44
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
45
45
|
"@atlaskit/button": "^20.2.0",
|
|
46
|
-
"@atlaskit/editor-common": "^93.
|
|
46
|
+
"@atlaskit/editor-common": "^93.1.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.18.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.4.5",
|
|
49
49
|
"@atlaskit/editor-plugins": "^5.5.0",
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@af/editor-examples-helpers": "0.3.17",
|
|
83
82
|
"@af/editor-libra": "*",
|
|
84
83
|
"@af/visual-regression": "*",
|
|
85
84
|
"@atlaskit/adf-utils": "^19.8.0",
|
|
@@ -89,7 +88,6 @@
|
|
|
89
88
|
"@atlaskit/editor-plugin-card": "^3.4.0",
|
|
90
89
|
"@atlaskit/editor-plugin-list": "^3.8.0",
|
|
91
90
|
"@atlaskit/editor-plugin-paste": "^1.12.0",
|
|
92
|
-
"@atlaskit/editor-test-helpers": "*",
|
|
93
91
|
"@atlaskit/link-provider": "^1.16.0",
|
|
94
92
|
"@atlaskit/logo": "^14.3.0",
|
|
95
93
|
"@atlaskit/media-core": "^34.3.0",
|
|
@@ -277,6 +275,9 @@
|
|
|
277
275
|
"platform_editor_context_panel_support_multiple": {
|
|
278
276
|
"type": "boolean",
|
|
279
277
|
"referenceOnly": true
|
|
278
|
+
},
|
|
279
|
+
"platform_editor_td_provider_from_plugin_config": {
|
|
280
|
+
"type": "boolean"
|
|
280
281
|
}
|
|
281
282
|
},
|
|
282
283
|
"stricter": {
|