@atlaskit/tmp-editor-statsig 90.2.0 → 91.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 +25 -0
- package/dist/cjs/experiments-config.js +9 -41
- package/dist/es2019/experiments-config.js +9 -41
- package/dist/esm/experiments-config.js +9 -41
- package/dist/types/experiments-config.d.ts +6 -30
- package/dist/types-ts4.5/experiments-config.d.ts +6 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 91.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f7faa21a01fc7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7faa21a01fc7) -
|
|
8
|
+
Cleanup stale feature gates and experiments now that they have shipped. The following
|
|
9
|
+
gates/experiments have been removed and their enabled paths kept as the permanent behaviour:
|
|
10
|
+
platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless,
|
|
11
|
+
platform_editor_chromeless_akeditor_class, create_work_item_modernization_exp.
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`dbe0d03cebcd7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe0d03cebcd7) -
|
|
16
|
+
Added fix_copy_paste_external_media_renderer_to_editor experiment
|
|
17
|
+
|
|
18
|
+
## 90.3.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`55c06e0ce9944`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55c06e0ce9944) -
|
|
23
|
+
[ux] experiment cleanup on fg_cleanup_platform_rovo_inline_chat_missing_analytics_fix
|
|
24
|
+
- [`dc18b82540c1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc18b82540c1e) -
|
|
25
|
+
[EDITOR-7606](https://hello.jira.atlassian.cloud/browse/EDITOR-7606) - fix SSR streaming tables
|
|
26
|
+
borders by adopting changes from `platform_editor_vc90_transition_table_border` experiment
|
|
27
|
+
|
|
3
28
|
## 90.2.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
|
@@ -1260,23 +1260,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1260
1260
|
param: 'isEnabled',
|
|
1261
1261
|
defaultValue: false
|
|
1262
1262
|
}),
|
|
1263
|
-
// Added 2026-04-23
|
|
1264
|
-
platform_editor_fix_scrolling_popup_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1265
|
-
productKeys: {
|
|
1266
|
-
confluence: 'platform_editor_fix_scrolling_popup_position',
|
|
1267
|
-
jira: 'platform_editor_fix_scrolling_popup_position'
|
|
1268
|
-
},
|
|
1269
|
-
param: 'isEnabled',
|
|
1270
|
-
defaultValue: false
|
|
1271
|
-
}),
|
|
1272
|
-
// Added 2026-04-28
|
|
1273
|
-
create_work_item_modernization_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1274
|
-
productKeys: {
|
|
1275
|
-
jira: 'create_work_item_modernization_exp'
|
|
1276
|
-
},
|
|
1277
|
-
param: 'isEnabled',
|
|
1278
|
-
defaultValue: false
|
|
1279
|
-
}),
|
|
1280
1263
|
// Added 2026-01-30
|
|
1281
1264
|
platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1282
1265
|
productKeys: {
|
|
@@ -1349,14 +1332,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1349
1332
|
param: 'isEnabled',
|
|
1350
1333
|
defaultValue: false
|
|
1351
1334
|
}),
|
|
1352
|
-
platform_editor_table_resize_chromeless: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1353
|
-
productKeys: {
|
|
1354
|
-
confluence: 'platform_editor_table_resize_chromeless',
|
|
1355
|
-
jira: 'platform_editor_table_resize_chromeless'
|
|
1356
|
-
},
|
|
1357
|
-
param: 'isEnabled',
|
|
1358
|
-
defaultValue: false
|
|
1359
|
-
}),
|
|
1360
1335
|
// Added 2026-02-05
|
|
1361
1336
|
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1362
1337
|
productKeys: {
|
|
@@ -1365,14 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1365
1340
|
param: 'isEnabled',
|
|
1366
1341
|
defaultValue: false
|
|
1367
1342
|
}),
|
|
1368
|
-
// Added 2026-02-06
|
|
1369
|
-
platform_rovo_inline_chat_missing_analytics_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1370
|
-
productKeys: {
|
|
1371
|
-
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1372
|
-
},
|
|
1373
|
-
param: 'isEnabled',
|
|
1374
|
-
defaultValue: false
|
|
1375
|
-
}),
|
|
1376
1343
|
// Added 2026-04-24
|
|
1377
1344
|
platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1378
1345
|
productKeys: {
|
|
@@ -1496,14 +1463,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1496
1463
|
defaultValue: false
|
|
1497
1464
|
}),
|
|
1498
1465
|
// Added 2026-03-04
|
|
1499
|
-
platform_editor_vc90_transition_table_border: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1500
|
-
productKeys: {
|
|
1501
|
-
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1502
|
-
},
|
|
1503
|
-
param: 'isEnabled',
|
|
1504
|
-
defaultValue: false
|
|
1505
|
-
}),
|
|
1506
|
-
// Added 2026-03-04
|
|
1507
1466
|
platform_editor_vc90_transition_expand_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1508
1467
|
productKeys: {
|
|
1509
1468
|
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
@@ -2226,6 +2185,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2226
2185
|
param: 'isEnabled',
|
|
2227
2186
|
defaultValue: false
|
|
2228
2187
|
}),
|
|
2188
|
+
// Added 2026-06-05
|
|
2189
|
+
fix_copy_paste_external_media_renderer_to_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2190
|
+
productKeys: {
|
|
2191
|
+
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
2192
|
+
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
2193
|
+
},
|
|
2194
|
+
param: 'isEnabled',
|
|
2195
|
+
defaultValue: false
|
|
2196
|
+
}),
|
|
2229
2197
|
// Added 2026-04-30
|
|
2230
2198
|
platform_editor_insert_menu_ai: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2231
2199
|
productKeys: {
|
|
@@ -1254,23 +1254,6 @@ export const editorExperimentsConfig = {
|
|
|
1254
1254
|
param: 'isEnabled',
|
|
1255
1255
|
defaultValue: false
|
|
1256
1256
|
}),
|
|
1257
|
-
// Added 2026-04-23
|
|
1258
|
-
platform_editor_fix_scrolling_popup_position: createBooleanExperiment({
|
|
1259
|
-
productKeys: {
|
|
1260
|
-
confluence: 'platform_editor_fix_scrolling_popup_position',
|
|
1261
|
-
jira: 'platform_editor_fix_scrolling_popup_position'
|
|
1262
|
-
},
|
|
1263
|
-
param: 'isEnabled',
|
|
1264
|
-
defaultValue: false
|
|
1265
|
-
}),
|
|
1266
|
-
// Added 2026-04-28
|
|
1267
|
-
create_work_item_modernization_exp: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
jira: 'create_work_item_modernization_exp'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1257
|
// Added 2026-01-30
|
|
1275
1258
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1276
1259
|
productKeys: {
|
|
@@ -1343,14 +1326,6 @@ export const editorExperimentsConfig = {
|
|
|
1343
1326
|
param: 'isEnabled',
|
|
1344
1327
|
defaultValue: false
|
|
1345
1328
|
}),
|
|
1346
|
-
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1347
|
-
productKeys: {
|
|
1348
|
-
confluence: 'platform_editor_table_resize_chromeless',
|
|
1349
|
-
jira: 'platform_editor_table_resize_chromeless'
|
|
1350
|
-
},
|
|
1351
|
-
param: 'isEnabled',
|
|
1352
|
-
defaultValue: false
|
|
1353
|
-
}),
|
|
1354
1329
|
// Added 2026-02-05
|
|
1355
1330
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1356
1331
|
productKeys: {
|
|
@@ -1359,14 +1334,6 @@ export const editorExperimentsConfig = {
|
|
|
1359
1334
|
param: 'isEnabled',
|
|
1360
1335
|
defaultValue: false
|
|
1361
1336
|
}),
|
|
1362
|
-
// Added 2026-02-06
|
|
1363
|
-
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1364
|
-
productKeys: {
|
|
1365
|
-
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1366
|
-
},
|
|
1367
|
-
param: 'isEnabled',
|
|
1368
|
-
defaultValue: false
|
|
1369
|
-
}),
|
|
1370
1337
|
// Added 2026-04-24
|
|
1371
1338
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1372
1339
|
productKeys: {
|
|
@@ -1490,14 +1457,6 @@ export const editorExperimentsConfig = {
|
|
|
1490
1457
|
defaultValue: false
|
|
1491
1458
|
}),
|
|
1492
1459
|
// Added 2026-03-04
|
|
1493
|
-
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1494
|
-
productKeys: {
|
|
1495
|
-
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1496
|
-
},
|
|
1497
|
-
param: 'isEnabled',
|
|
1498
|
-
defaultValue: false
|
|
1499
|
-
}),
|
|
1500
|
-
// Added 2026-03-04
|
|
1501
1460
|
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1502
1461
|
productKeys: {
|
|
1503
1462
|
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
@@ -2220,6 +2179,15 @@ export const editorExperimentsConfig = {
|
|
|
2220
2179
|
param: 'isEnabled',
|
|
2221
2180
|
defaultValue: false
|
|
2222
2181
|
}),
|
|
2182
|
+
// Added 2026-06-05
|
|
2183
|
+
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
2184
|
+
productKeys: {
|
|
2185
|
+
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
2186
|
+
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
2187
|
+
},
|
|
2188
|
+
param: 'isEnabled',
|
|
2189
|
+
defaultValue: false
|
|
2190
|
+
}),
|
|
2223
2191
|
// Added 2026-04-30
|
|
2224
2192
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2225
2193
|
productKeys: {
|
|
@@ -1254,23 +1254,6 @@ export var editorExperimentsConfig = {
|
|
|
1254
1254
|
param: 'isEnabled',
|
|
1255
1255
|
defaultValue: false
|
|
1256
1256
|
}),
|
|
1257
|
-
// Added 2026-04-23
|
|
1258
|
-
platform_editor_fix_scrolling_popup_position: createBooleanExperiment({
|
|
1259
|
-
productKeys: {
|
|
1260
|
-
confluence: 'platform_editor_fix_scrolling_popup_position',
|
|
1261
|
-
jira: 'platform_editor_fix_scrolling_popup_position'
|
|
1262
|
-
},
|
|
1263
|
-
param: 'isEnabled',
|
|
1264
|
-
defaultValue: false
|
|
1265
|
-
}),
|
|
1266
|
-
// Added 2026-04-28
|
|
1267
|
-
create_work_item_modernization_exp: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
jira: 'create_work_item_modernization_exp'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1257
|
// Added 2026-01-30
|
|
1275
1258
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1276
1259
|
productKeys: {
|
|
@@ -1343,14 +1326,6 @@ export var editorExperimentsConfig = {
|
|
|
1343
1326
|
param: 'isEnabled',
|
|
1344
1327
|
defaultValue: false
|
|
1345
1328
|
}),
|
|
1346
|
-
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1347
|
-
productKeys: {
|
|
1348
|
-
confluence: 'platform_editor_table_resize_chromeless',
|
|
1349
|
-
jira: 'platform_editor_table_resize_chromeless'
|
|
1350
|
-
},
|
|
1351
|
-
param: 'isEnabled',
|
|
1352
|
-
defaultValue: false
|
|
1353
|
-
}),
|
|
1354
1329
|
// Added 2026-02-05
|
|
1355
1330
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1356
1331
|
productKeys: {
|
|
@@ -1359,14 +1334,6 @@ export var editorExperimentsConfig = {
|
|
|
1359
1334
|
param: 'isEnabled',
|
|
1360
1335
|
defaultValue: false
|
|
1361
1336
|
}),
|
|
1362
|
-
// Added 2026-02-06
|
|
1363
|
-
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1364
|
-
productKeys: {
|
|
1365
|
-
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1366
|
-
},
|
|
1367
|
-
param: 'isEnabled',
|
|
1368
|
-
defaultValue: false
|
|
1369
|
-
}),
|
|
1370
1337
|
// Added 2026-04-24
|
|
1371
1338
|
platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
|
|
1372
1339
|
productKeys: {
|
|
@@ -1490,14 +1457,6 @@ export var editorExperimentsConfig = {
|
|
|
1490
1457
|
defaultValue: false
|
|
1491
1458
|
}),
|
|
1492
1459
|
// Added 2026-03-04
|
|
1493
|
-
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1494
|
-
productKeys: {
|
|
1495
|
-
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1496
|
-
},
|
|
1497
|
-
param: 'isEnabled',
|
|
1498
|
-
defaultValue: false
|
|
1499
|
-
}),
|
|
1500
|
-
// Added 2026-03-04
|
|
1501
1460
|
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1502
1461
|
productKeys: {
|
|
1503
1462
|
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
@@ -2220,6 +2179,15 @@ export var editorExperimentsConfig = {
|
|
|
2220
2179
|
param: 'isEnabled',
|
|
2221
2180
|
defaultValue: false
|
|
2222
2181
|
}),
|
|
2182
|
+
// Added 2026-06-05
|
|
2183
|
+
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
2184
|
+
productKeys: {
|
|
2185
|
+
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
2186
|
+
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
2187
|
+
},
|
|
2188
|
+
param: 'isEnabled',
|
|
2189
|
+
defaultValue: false
|
|
2190
|
+
}),
|
|
2223
2191
|
// Added 2026-04-30
|
|
2224
2192
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
2225
2193
|
productKeys: {
|
|
@@ -936,12 +936,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
936
|
productKeys?: ProductKeys;
|
|
937
937
|
typeGuard: IsBooleanType;
|
|
938
938
|
};
|
|
939
|
-
platform_editor_fix_scrolling_popup_position: {
|
|
940
|
-
defaultValue: boolean;
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: IsBooleanType;
|
|
944
|
-
};
|
|
945
939
|
platform_editor_ai_fix_insert_after_selection: {
|
|
946
940
|
defaultValue: boolean;
|
|
947
941
|
param: string;
|
|
@@ -1004,24 +998,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1004
998
|
productKeys?: ProductKeys;
|
|
1005
999
|
typeGuard: IsBooleanType;
|
|
1006
1000
|
};
|
|
1007
|
-
platform_editor_table_resize_chromeless: {
|
|
1008
|
-
defaultValue: boolean;
|
|
1009
|
-
param: string;
|
|
1010
|
-
productKeys?: ProductKeys;
|
|
1011
|
-
typeGuard: IsBooleanType;
|
|
1012
|
-
};
|
|
1013
1001
|
platform_editor_toolbar_split_button_ui: {
|
|
1014
1002
|
defaultValue: boolean;
|
|
1015
1003
|
param: string;
|
|
1016
1004
|
productKeys?: ProductKeys;
|
|
1017
1005
|
typeGuard: IsBooleanType;
|
|
1018
1006
|
};
|
|
1019
|
-
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
1020
|
-
defaultValue: boolean;
|
|
1021
|
-
param: string;
|
|
1022
|
-
productKeys?: ProductKeys;
|
|
1023
|
-
typeGuard: IsBooleanType;
|
|
1024
|
-
};
|
|
1025
1007
|
platform_rovo_page_comment_selector_full_width: {
|
|
1026
1008
|
defaultValue: boolean;
|
|
1027
1009
|
param: string;
|
|
@@ -1166,12 +1148,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1166
1148
|
productKeys?: ProductKeys;
|
|
1167
1149
|
typeGuard: IsBooleanType;
|
|
1168
1150
|
};
|
|
1169
|
-
platform_editor_vc90_transition_table_border: {
|
|
1170
|
-
defaultValue: boolean;
|
|
1171
|
-
param: string;
|
|
1172
|
-
productKeys?: ProductKeys;
|
|
1173
|
-
typeGuard: IsBooleanType;
|
|
1174
|
-
};
|
|
1175
1151
|
platform_editor_vc90_transition_expand_icon: {
|
|
1176
1152
|
defaultValue: boolean;
|
|
1177
1153
|
param: string;
|
|
@@ -1532,12 +1508,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1532
1508
|
productKeys?: ProductKeys;
|
|
1533
1509
|
typeGuard: IsBooleanType;
|
|
1534
1510
|
};
|
|
1535
|
-
create_work_item_modernization_exp: {
|
|
1536
|
-
defaultValue: boolean;
|
|
1537
|
-
param: string;
|
|
1538
|
-
productKeys?: ProductKeys;
|
|
1539
|
-
typeGuard: IsBooleanType;
|
|
1540
|
-
};
|
|
1541
1511
|
improve_3p_smart_link_resolve_rate: {
|
|
1542
1512
|
defaultValue: boolean;
|
|
1543
1513
|
param: string;
|
|
@@ -1646,6 +1616,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1646
1616
|
productKeys?: ProductKeys;
|
|
1647
1617
|
typeGuard: IsBooleanType;
|
|
1648
1618
|
};
|
|
1619
|
+
fix_copy_paste_external_media_renderer_to_editor: {
|
|
1620
|
+
defaultValue: boolean;
|
|
1621
|
+
param: string;
|
|
1622
|
+
productKeys?: ProductKeys;
|
|
1623
|
+
typeGuard: IsBooleanType;
|
|
1624
|
+
};
|
|
1649
1625
|
platform_editor_show_diff_fix_missing_attrs: {
|
|
1650
1626
|
defaultValue: boolean;
|
|
1651
1627
|
param: string;
|
|
@@ -936,12 +936,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
936
|
productKeys?: ProductKeys;
|
|
937
937
|
typeGuard: IsBooleanType;
|
|
938
938
|
};
|
|
939
|
-
platform_editor_fix_scrolling_popup_position: {
|
|
940
|
-
defaultValue: boolean;
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: IsBooleanType;
|
|
944
|
-
};
|
|
945
939
|
platform_editor_ai_fix_insert_after_selection: {
|
|
946
940
|
defaultValue: boolean;
|
|
947
941
|
param: string;
|
|
@@ -1004,24 +998,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1004
998
|
productKeys?: ProductKeys;
|
|
1005
999
|
typeGuard: IsBooleanType;
|
|
1006
1000
|
};
|
|
1007
|
-
platform_editor_table_resize_chromeless: {
|
|
1008
|
-
defaultValue: boolean;
|
|
1009
|
-
param: string;
|
|
1010
|
-
productKeys?: ProductKeys;
|
|
1011
|
-
typeGuard: IsBooleanType;
|
|
1012
|
-
};
|
|
1013
1001
|
platform_editor_toolbar_split_button_ui: {
|
|
1014
1002
|
defaultValue: boolean;
|
|
1015
1003
|
param: string;
|
|
1016
1004
|
productKeys?: ProductKeys;
|
|
1017
1005
|
typeGuard: IsBooleanType;
|
|
1018
1006
|
};
|
|
1019
|
-
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
1020
|
-
defaultValue: boolean;
|
|
1021
|
-
param: string;
|
|
1022
|
-
productKeys?: ProductKeys;
|
|
1023
|
-
typeGuard: IsBooleanType;
|
|
1024
|
-
};
|
|
1025
1007
|
platform_rovo_page_comment_selector_full_width: {
|
|
1026
1008
|
defaultValue: boolean;
|
|
1027
1009
|
param: string;
|
|
@@ -1166,12 +1148,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1166
1148
|
productKeys?: ProductKeys;
|
|
1167
1149
|
typeGuard: IsBooleanType;
|
|
1168
1150
|
};
|
|
1169
|
-
platform_editor_vc90_transition_table_border: {
|
|
1170
|
-
defaultValue: boolean;
|
|
1171
|
-
param: string;
|
|
1172
|
-
productKeys?: ProductKeys;
|
|
1173
|
-
typeGuard: IsBooleanType;
|
|
1174
|
-
};
|
|
1175
1151
|
platform_editor_vc90_transition_expand_icon: {
|
|
1176
1152
|
defaultValue: boolean;
|
|
1177
1153
|
param: string;
|
|
@@ -1532,12 +1508,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1532
1508
|
productKeys?: ProductKeys;
|
|
1533
1509
|
typeGuard: IsBooleanType;
|
|
1534
1510
|
};
|
|
1535
|
-
create_work_item_modernization_exp: {
|
|
1536
|
-
defaultValue: boolean;
|
|
1537
|
-
param: string;
|
|
1538
|
-
productKeys?: ProductKeys;
|
|
1539
|
-
typeGuard: IsBooleanType;
|
|
1540
|
-
};
|
|
1541
1511
|
improve_3p_smart_link_resolve_rate: {
|
|
1542
1512
|
defaultValue: boolean;
|
|
1543
1513
|
param: string;
|
|
@@ -1646,6 +1616,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1646
1616
|
productKeys?: ProductKeys;
|
|
1647
1617
|
typeGuard: IsBooleanType;
|
|
1648
1618
|
};
|
|
1619
|
+
fix_copy_paste_external_media_renderer_to_editor: {
|
|
1620
|
+
defaultValue: boolean;
|
|
1621
|
+
param: string;
|
|
1622
|
+
productKeys?: ProductKeys;
|
|
1623
|
+
typeGuard: IsBooleanType;
|
|
1624
|
+
};
|
|
1649
1625
|
platform_editor_show_diff_fix_missing_attrs: {
|
|
1650
1626
|
defaultValue: boolean;
|
|
1651
1627
|
param: string;
|
package/package.json
CHANGED