@atlaskit/editor-core 219.1.7 → 219.1.8
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
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`bc415f8eb86a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc415f8eb86a9) -
|
|
8
|
+
Add OR check with create_work_item_modernization_exp experiment to
|
|
9
|
+
platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless, and
|
|
10
|
+
platform_editor_chromeless_akeditor_class usages
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 219.1.7
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -192,7 +192,7 @@ function ChromelessEditorContainer(_ref3) {
|
|
|
192
192
|
css: [chromelessEditorStylesNew, scrollbarStylesNew]
|
|
193
193
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
194
194
|
,
|
|
195
|
-
className: (0, _platformFeatureFlags.fg)('platform_editor_chromeless_akeditor_class') ? 'akEditor' : undefined,
|
|
195
|
+
className: (0, _platformFeatureFlags.fg)('platform_editor_chromeless_akeditor_class') || (0, _expValEquals.expValEquals)('create_work_item_modernization_exp', 'isEnabled', true) ? 'akEditor' : undefined,
|
|
196
196
|
style: {
|
|
197
197
|
maxHeight: maxHeight ? "".concat(maxHeight, "px") : undefined,
|
|
198
198
|
minHeight: "".concat(minHeight, "px")
|
|
@@ -169,7 +169,7 @@ export function ChromelessEditorContainer({
|
|
|
169
169
|
css: [chromelessEditorStylesNew, scrollbarStylesNew]
|
|
170
170
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
171
171
|
,
|
|
172
|
-
className: fg('platform_editor_chromeless_akeditor_class') ? 'akEditor' : undefined,
|
|
172
|
+
className: fg('platform_editor_chromeless_akeditor_class') || expValEquals('create_work_item_modernization_exp', 'isEnabled', true) ? 'akEditor' : undefined,
|
|
173
173
|
style: {
|
|
174
174
|
maxHeight: maxHeight ? `${maxHeight}px` : undefined,
|
|
175
175
|
minHeight: `${minHeight}px`
|
|
@@ -186,7 +186,7 @@ export function ChromelessEditorContainer(_ref3) {
|
|
|
186
186
|
css: [chromelessEditorStylesNew, scrollbarStylesNew]
|
|
187
187
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
188
188
|
,
|
|
189
|
-
className: fg('platform_editor_chromeless_akeditor_class') ? 'akEditor' : undefined,
|
|
189
|
+
className: fg('platform_editor_chromeless_akeditor_class') || expValEquals('create_work_item_modernization_exp', 'isEnabled', true) ? 'akEditor' : undefined,
|
|
190
190
|
style: {
|
|
191
191
|
maxHeight: maxHeight ? "".concat(maxHeight, "px") : undefined,
|
|
192
192
|
minHeight: "".concat(minHeight, "px")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.1.
|
|
3
|
+
"version": "219.1.8",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
75
75
|
"@atlaskit/react-ufo": "^5.16.0",
|
|
76
76
|
"@atlaskit/task-decision": "^20.0.0",
|
|
77
|
-
"@atlaskit/tmp-editor-statsig": "^70.
|
|
77
|
+
"@atlaskit/tmp-editor-statsig": "^70.5.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.0.0",
|
|
79
79
|
"@atlaskit/tooltip": "^21.2.0",
|
|
80
80
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"uuid": "^3.1.0"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
|
-
"@atlaskit/editor-common": "^114.
|
|
94
|
+
"@atlaskit/editor-common": "^114.12.0",
|
|
95
95
|
"@atlaskit/link-provider": "^4.3.0",
|
|
96
96
|
"@atlaskit/media-core": "^37.0.0",
|
|
97
97
|
"react": "^18.2.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@atlaskit/analytics-listeners": "^10.0.0",
|
|
107
107
|
"@atlaskit/collab-provider": "^18.0.0",
|
|
108
108
|
"@atlaskit/editor-plugin-annotation": "^10.1.0",
|
|
109
|
-
"@atlaskit/editor-plugin-card": "^16.
|
|
109
|
+
"@atlaskit/editor-plugin-card": "^16.4.0",
|
|
110
110
|
"@atlaskit/editor-plugin-list": "^12.0.0",
|
|
111
111
|
"@atlaskit/editor-plugin-paste": "^11.0.0",
|
|
112
112
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@atlassian/editor-rovo-bridge": "^8.4.0",
|
|
129
129
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
130
130
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
131
|
-
"@atlassian/search-client": "^1.
|
|
131
|
+
"@atlassian/search-client": "^1.5.0",
|
|
132
132
|
"@atlassian/search-provider": "^11.0.0",
|
|
133
133
|
"@emotion/jest": "^11.8.0",
|
|
134
134
|
"@testing-library/react": "^16.3.0",
|