@atlaskit/tmp-editor-statsig 93.0.1 → 95.0.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 +20 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 95.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`086ba910930e9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/086ba910930e9) -
|
|
8
|
+
FFCLEANUP-96543 - cleanup fg platform_editor_remove_important_in_render_ext
|
|
9
|
+
|
|
10
|
+
## 94.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`809a7bb620a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/809a7bb620a33) -
|
|
15
|
+
[ux] Cleanup feature gate `cc_editor_hover_link_overlay_css_fix`. The hover link overlay overflow
|
|
16
|
+
handling is now always active, so labels reset on hover and hide when the button would overflow
|
|
17
|
+
its container.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 93.0.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -25,7 +25,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
25
25
|
platform_sl_3p_auth_rovo_action: false,
|
|
26
26
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
27
27
|
cwr_blank_object_experiment: false,
|
|
28
|
-
cc_editor_hover_link_overlay_css_fix: false,
|
|
29
28
|
platform_editor_feedback_mandatory_rating: false,
|
|
30
29
|
platform_editor_preview_panel_responsiveness: false,
|
|
31
30
|
platform_editor_toolbar_aifc: false,
|
|
@@ -123,14 +123,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
123
123
|
param: 'isEnabled',
|
|
124
124
|
defaultValue: false
|
|
125
125
|
}),
|
|
126
|
-
// Added 2026-02-16
|
|
127
|
-
platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
|
|
128
|
-
productKeys: {
|
|
129
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
130
|
-
},
|
|
131
|
-
param: 'isEnabled',
|
|
132
|
-
defaultValue: false
|
|
133
|
-
}),
|
|
134
126
|
// Added 2025-12-10
|
|
135
127
|
confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
|
|
136
128
|
productKeys: {
|
|
@@ -218,14 +210,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
218
210
|
values: ['control', 'test'],
|
|
219
211
|
defaultValue: 'control'
|
|
220
212
|
}),
|
|
221
|
-
// Added 2025-12-09
|
|
222
|
-
cc_editor_hover_link_overlay_css_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
223
|
-
productKeys: {
|
|
224
|
-
confluence: 'cc_editor_hover_link_overlay_css_fix'
|
|
225
|
-
},
|
|
226
|
-
param: 'isEnabled',
|
|
227
|
-
defaultValue: false
|
|
228
|
-
}),
|
|
229
213
|
// Added 2026-04-08
|
|
230
214
|
cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
231
215
|
productKeys: {
|
|
@@ -1495,6 +1479,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1495
1479
|
param: 'isEnabled',
|
|
1496
1480
|
defaultValue: false
|
|
1497
1481
|
}),
|
|
1482
|
+
// Added 2026-06-11
|
|
1483
|
+
platform_teamoji_26_refresh_emoji_picker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1484
|
+
productKeys: {
|
|
1485
|
+
confluence: 'platform_teamoji_26_refresh_emoji_picker',
|
|
1486
|
+
jira: 'platform_teamoji_26_refresh_emoji_picker'
|
|
1487
|
+
},
|
|
1488
|
+
param: 'isEnabled',
|
|
1489
|
+
defaultValue: false
|
|
1490
|
+
}),
|
|
1498
1491
|
// Added 2026-02-26
|
|
1499
1492
|
platform_editor_toolbar_update_jira_config: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1500
1493
|
productKeys: {
|
|
@@ -19,7 +19,6 @@ export const testBooleanOverrides = {
|
|
|
19
19
|
platform_sl_3p_auth_rovo_action: false,
|
|
20
20
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
21
21
|
cwr_blank_object_experiment: false,
|
|
22
|
-
cc_editor_hover_link_overlay_css_fix: false,
|
|
23
22
|
platform_editor_feedback_mandatory_rating: false,
|
|
24
23
|
platform_editor_preview_panel_responsiveness: false,
|
|
25
24
|
platform_editor_toolbar_aifc: false,
|
|
@@ -117,14 +117,6 @@ export const editorExperimentsConfig = {
|
|
|
117
117
|
param: 'isEnabled',
|
|
118
118
|
defaultValue: false
|
|
119
119
|
}),
|
|
120
|
-
// Added 2026-02-16
|
|
121
|
-
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
122
|
-
productKeys: {
|
|
123
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
124
|
-
},
|
|
125
|
-
param: 'isEnabled',
|
|
126
|
-
defaultValue: false
|
|
127
|
-
}),
|
|
128
120
|
// Added 2025-12-10
|
|
129
121
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
130
122
|
productKeys: {
|
|
@@ -212,14 +204,6 @@ export const editorExperimentsConfig = {
|
|
|
212
204
|
values: ['control', 'test'],
|
|
213
205
|
defaultValue: 'control'
|
|
214
206
|
}),
|
|
215
|
-
// Added 2025-12-09
|
|
216
|
-
cc_editor_hover_link_overlay_css_fix: createBooleanExperiment({
|
|
217
|
-
productKeys: {
|
|
218
|
-
confluence: 'cc_editor_hover_link_overlay_css_fix'
|
|
219
|
-
},
|
|
220
|
-
param: 'isEnabled',
|
|
221
|
-
defaultValue: false
|
|
222
|
-
}),
|
|
223
207
|
// Added 2026-04-08
|
|
224
208
|
cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
|
|
225
209
|
productKeys: {
|
|
@@ -1489,6 +1473,15 @@ export const editorExperimentsConfig = {
|
|
|
1489
1473
|
param: 'isEnabled',
|
|
1490
1474
|
defaultValue: false
|
|
1491
1475
|
}),
|
|
1476
|
+
// Added 2026-06-11
|
|
1477
|
+
platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
|
|
1478
|
+
productKeys: {
|
|
1479
|
+
confluence: 'platform_teamoji_26_refresh_emoji_picker',
|
|
1480
|
+
jira: 'platform_teamoji_26_refresh_emoji_picker'
|
|
1481
|
+
},
|
|
1482
|
+
param: 'isEnabled',
|
|
1483
|
+
defaultValue: false
|
|
1484
|
+
}),
|
|
1492
1485
|
// Added 2026-02-26
|
|
1493
1486
|
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1494
1487
|
productKeys: {
|
|
@@ -19,7 +19,6 @@ export var testBooleanOverrides = {
|
|
|
19
19
|
platform_sl_3p_auth_rovo_action: false,
|
|
20
20
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
21
21
|
cwr_blank_object_experiment: false,
|
|
22
|
-
cc_editor_hover_link_overlay_css_fix: false,
|
|
23
22
|
platform_editor_feedback_mandatory_rating: false,
|
|
24
23
|
platform_editor_preview_panel_responsiveness: false,
|
|
25
24
|
platform_editor_toolbar_aifc: false,
|
|
@@ -117,14 +117,6 @@ export var editorExperimentsConfig = {
|
|
|
117
117
|
param: 'isEnabled',
|
|
118
118
|
defaultValue: false
|
|
119
119
|
}),
|
|
120
|
-
// Added 2026-02-16
|
|
121
|
-
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
122
|
-
productKeys: {
|
|
123
|
-
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
124
|
-
},
|
|
125
|
-
param: 'isEnabled',
|
|
126
|
-
defaultValue: false
|
|
127
|
-
}),
|
|
128
120
|
// Added 2025-12-10
|
|
129
121
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
130
122
|
productKeys: {
|
|
@@ -212,14 +204,6 @@ export var editorExperimentsConfig = {
|
|
|
212
204
|
values: ['control', 'test'],
|
|
213
205
|
defaultValue: 'control'
|
|
214
206
|
}),
|
|
215
|
-
// Added 2025-12-09
|
|
216
|
-
cc_editor_hover_link_overlay_css_fix: createBooleanExperiment({
|
|
217
|
-
productKeys: {
|
|
218
|
-
confluence: 'cc_editor_hover_link_overlay_css_fix'
|
|
219
|
-
},
|
|
220
|
-
param: 'isEnabled',
|
|
221
|
-
defaultValue: false
|
|
222
|
-
}),
|
|
223
207
|
// Added 2026-04-08
|
|
224
208
|
cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
|
|
225
209
|
productKeys: {
|
|
@@ -1489,6 +1473,15 @@ export var editorExperimentsConfig = {
|
|
|
1489
1473
|
param: 'isEnabled',
|
|
1490
1474
|
defaultValue: false
|
|
1491
1475
|
}),
|
|
1476
|
+
// Added 2026-06-11
|
|
1477
|
+
platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
|
|
1478
|
+
productKeys: {
|
|
1479
|
+
confluence: 'platform_teamoji_26_refresh_emoji_picker',
|
|
1480
|
+
jira: 'platform_teamoji_26_refresh_emoji_picker'
|
|
1481
|
+
},
|
|
1482
|
+
param: 'isEnabled',
|
|
1483
|
+
defaultValue: false
|
|
1484
|
+
}),
|
|
1492
1485
|
// Added 2026-02-26
|
|
1493
1486
|
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1494
1487
|
productKeys: {
|
|
@@ -70,12 +70,6 @@ export declare const editorExperimentsConfig: {
|
|
|
70
70
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
71
71
|
values: ('control' | 'test')[];
|
|
72
72
|
};
|
|
73
|
-
cc_editor_hover_link_overlay_css_fix: {
|
|
74
|
-
defaultValue: boolean;
|
|
75
|
-
param: string;
|
|
76
|
-
productKeys?: ProductKeys;
|
|
77
|
-
typeGuard: IsBooleanType;
|
|
78
|
-
};
|
|
79
73
|
cc_integrations_editor_open_link_click_analytics: {
|
|
80
74
|
defaultValue: boolean;
|
|
81
75
|
param: string;
|
|
@@ -239,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
239
233
|
productKeys?: ProductKeys;
|
|
240
234
|
typeGuard: IsBooleanType;
|
|
241
235
|
};
|
|
242
|
-
platform_editor_remove_important_in_render_ext: {
|
|
243
|
-
defaultValue: boolean;
|
|
244
|
-
param: string;
|
|
245
|
-
productKeys?: ProductKeys;
|
|
246
|
-
typeGuard: IsBooleanType;
|
|
247
|
-
};
|
|
248
236
|
confluence_max_width_content_appearance: {
|
|
249
237
|
defaultValue: boolean;
|
|
250
238
|
param: string;
|
|
@@ -1154,6 +1142,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1154
1142
|
productKeys?: ProductKeys;
|
|
1155
1143
|
typeGuard: IsBooleanType;
|
|
1156
1144
|
};
|
|
1145
|
+
platform_teamoji_26_refresh_emoji_picker: {
|
|
1146
|
+
defaultValue: boolean;
|
|
1147
|
+
param: string;
|
|
1148
|
+
productKeys?: ProductKeys;
|
|
1149
|
+
typeGuard: IsBooleanType;
|
|
1150
|
+
};
|
|
1157
1151
|
platform_editor_toolbar_update_jira_config: {
|
|
1158
1152
|
defaultValue: boolean;
|
|
1159
1153
|
param: string;
|
|
@@ -70,12 +70,6 @@ export declare const editorExperimentsConfig: {
|
|
|
70
70
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
71
71
|
values: ('control' | 'test')[];
|
|
72
72
|
};
|
|
73
|
-
cc_editor_hover_link_overlay_css_fix: {
|
|
74
|
-
defaultValue: boolean;
|
|
75
|
-
param: string;
|
|
76
|
-
productKeys?: ProductKeys;
|
|
77
|
-
typeGuard: IsBooleanType;
|
|
78
|
-
};
|
|
79
73
|
cc_integrations_editor_open_link_click_analytics: {
|
|
80
74
|
defaultValue: boolean;
|
|
81
75
|
param: string;
|
|
@@ -239,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
239
233
|
productKeys?: ProductKeys;
|
|
240
234
|
typeGuard: IsBooleanType;
|
|
241
235
|
};
|
|
242
|
-
platform_editor_remove_important_in_render_ext: {
|
|
243
|
-
defaultValue: boolean;
|
|
244
|
-
param: string;
|
|
245
|
-
productKeys?: ProductKeys;
|
|
246
|
-
typeGuard: IsBooleanType;
|
|
247
|
-
};
|
|
248
236
|
confluence_max_width_content_appearance: {
|
|
249
237
|
defaultValue: boolean;
|
|
250
238
|
param: string;
|
|
@@ -1154,6 +1142,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1154
1142
|
productKeys?: ProductKeys;
|
|
1155
1143
|
typeGuard: IsBooleanType;
|
|
1156
1144
|
};
|
|
1145
|
+
platform_teamoji_26_refresh_emoji_picker: {
|
|
1146
|
+
defaultValue: boolean;
|
|
1147
|
+
param: string;
|
|
1148
|
+
productKeys?: ProductKeys;
|
|
1149
|
+
typeGuard: IsBooleanType;
|
|
1150
|
+
};
|
|
1157
1151
|
platform_editor_toolbar_update_jira_config: {
|
|
1158
1152
|
defaultValue: boolean;
|
|
1159
1153
|
param: string;
|
package/package.json
CHANGED