@atlaskit/editor-core 219.0.0 → 219.0.2
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 +15 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 219.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9b150a7caa3b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b150a7caa3b5) -
|
|
14
|
+
Adding multi-format response streaming capability for editor minion. Includes demo example in
|
|
15
|
+
editor-core.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 219.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -534,9 +534,9 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
|
|
|
534
534
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
535
535
|
_tableStyles.tableEmptyRowStyles,
|
|
536
536
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
537
|
-
(0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true)
|
|
537
|
+
(0, _expValEquals.expValEquals)('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) &&
|
|
538
538
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
539
|
-
|
|
539
|
+
_tableStyles.tableContentModeStyles,
|
|
540
540
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
541
541
|
_link.hyperLinkFloatingToolbarStyles,
|
|
542
542
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
@@ -530,9 +530,9 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
530
530
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
531
531
|
tableEmptyRowStyles,
|
|
532
532
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
533
|
-
expValEquals('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true)
|
|
533
|
+
expValEquals('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) &&
|
|
534
534
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
535
|
-
|
|
535
|
+
tableContentModeStyles,
|
|
536
536
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
537
537
|
hyperLinkFloatingToolbarStyles,
|
|
538
538
|
// 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.0.1";
|
|
@@ -526,9 +526,9 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
526
526
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
527
527
|
tableEmptyRowStyles,
|
|
528
528
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
529
|
-
expValEquals('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true)
|
|
529
|
+
expValEquals('platform_editor_table_fit_to_content_auto_convert', 'isEnabled', true) &&
|
|
530
530
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
531
|
-
|
|
531
|
+
tableContentModeStyles,
|
|
532
532
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
533
533
|
hyperLinkFloatingToolbarStyles,
|
|
534
534
|
// 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.0.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.0.
|
|
3
|
+
"version": "219.0.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
62
62
|
"@atlaskit/icon": "^34.2.0",
|
|
63
63
|
"@atlaskit/link": "^3.4.0",
|
|
64
|
-
"@atlaskit/media-card": "^80.
|
|
64
|
+
"@atlaskit/media-card": "^80.1.0",
|
|
65
65
|
"@atlaskit/mention": "^25.0.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
67
67
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^5.14.0",
|
|
69
69
|
"@atlaskit/task-decision": "^20.0.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^63.0.0",
|
|
71
71
|
"@atlaskit/tokens": "^13.0.0",
|
|
72
72
|
"@atlaskit/tooltip": "^21.1.0",
|
|
73
73
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"uuid": "^3.1.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@atlaskit/editor-common": "^114.
|
|
87
|
+
"@atlaskit/editor-common": "^114.2.0",
|
|
88
88
|
"@atlaskit/link-provider": "^4.3.0",
|
|
89
89
|
"@atlaskit/media-core": "^37.0.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
@@ -110,15 +110,16 @@
|
|
|
110
110
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
111
111
|
"@atlaskit/media-test-helpers": "^41.0.0",
|
|
112
112
|
"@atlaskit/modal-dialog": "^14.15.0",
|
|
113
|
-
"@atlaskit/renderer": "^130.
|
|
113
|
+
"@atlaskit/renderer": "^130.2.0",
|
|
114
114
|
"@atlaskit/section-message": "^8.12.0",
|
|
115
115
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
116
116
|
"@atlaskit/toggle": "^15.6.0",
|
|
117
117
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
118
118
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
119
119
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
120
|
+
"@atlassian/editor-rovo-bridge": "^8.1.0",
|
|
120
121
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
121
|
-
"@atlassian/search-client": "^1.
|
|
122
|
+
"@atlassian/search-client": "^1.1.0",
|
|
122
123
|
"@atlassian/search-provider": "^11.0.0",
|
|
123
124
|
"@emotion/jest": "^11.8.0",
|
|
124
125
|
"@testing-library/react": "^16.3.0",
|