@atlaskit/tmp-editor-statsig 69.0.0 → 70.2.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 +28 -0
- package/dist/cjs/experiments-config.js +22 -15
- package/dist/es2019/experiments-config.js +22 -15
- package/dist/esm/experiments-config.js +22 -15
- package/dist/types/experiments-config.d.ts +15 -9
- package/dist/types-ts4.5/experiments-config.d.ts +15 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 70.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1e1cd867149d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e1cd867149d8) -
|
|
8
|
+
Add platform_sl_fix_cache_unresolved - cache Smart Link with resolved status, related to
|
|
9
|
+
platform_editor_smartlink_local_cache
|
|
10
|
+
- [`f7254db909ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7254db909ac9) -
|
|
11
|
+
Replace platform_editor_ai_chromeless_akeditor_class experiment with
|
|
12
|
+
platform_editor_chromeless_akeditor_class feature gate
|
|
13
|
+
|
|
14
|
+
## 70.1.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`aaa61a61efb94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaa61a61efb94) -
|
|
19
|
+
Add support for table resize in chromeless editor, behind platform_editor_table_resize_chromeless
|
|
20
|
+
experiment
|
|
21
|
+
|
|
22
|
+
## 70.0.0
|
|
23
|
+
|
|
24
|
+
### Major Changes
|
|
25
|
+
|
|
26
|
+
- [`0224e77302a3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0224e77302a3e) -
|
|
27
|
+
Replace cc-maui-experiment-phase-2 experiment checks with cc-maui-phase-2 feature gate checks for
|
|
28
|
+
gating the Ask Rovo toolbar button, and remove the now-unused cc-maui-experiment-phase-2
|
|
29
|
+
experiment definition.
|
|
30
|
+
|
|
3
31
|
## 69.0.0
|
|
4
32
|
|
|
5
33
|
### Major Changes
|
|
@@ -1284,6 +1284,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1284
1284
|
param: 'isEnabled',
|
|
1285
1285
|
defaultValue: false
|
|
1286
1286
|
}),
|
|
1287
|
+
platform_editor_table_resize_chromeless: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1288
|
+
productKeys: {
|
|
1289
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1290
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1291
|
+
},
|
|
1292
|
+
param: 'isEnabled',
|
|
1293
|
+
defaultValue: false
|
|
1294
|
+
}),
|
|
1287
1295
|
// Added 2026-02-05
|
|
1288
1296
|
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1289
1297
|
productKeys: {
|
|
@@ -1342,7 +1350,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1342
1350
|
defaultValue: false
|
|
1343
1351
|
}),
|
|
1344
1352
|
// Added 2026-04-01
|
|
1345
|
-
|
|
1353
|
+
cc_page_experiences_editor_image_generation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1346
1354
|
productKeys: {
|
|
1347
1355
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1348
1356
|
},
|
|
@@ -1357,14 +1365,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1357
1365
|
param: 'isEnabled',
|
|
1358
1366
|
defaultValue: false
|
|
1359
1367
|
}),
|
|
1360
|
-
// Added 2026-04-06
|
|
1361
|
-
'cc-maui-experiment-phase-2': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1362
|
-
productKeys: {
|
|
1363
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1364
|
-
},
|
|
1365
|
-
param: 'isEnabled',
|
|
1366
|
-
defaultValue: false
|
|
1367
|
-
}),
|
|
1368
1368
|
// Added 2026-04-15
|
|
1369
1369
|
jira_maui_remix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1370
1370
|
productKeys: {
|
|
@@ -1846,6 +1846,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1846
1846
|
param: 'isEnabled',
|
|
1847
1847
|
defaultValue: false
|
|
1848
1848
|
}),
|
|
1849
|
+
// Added 2026-04-23
|
|
1850
|
+
'cc-markdown-mode': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1851
|
+
productKeys: {
|
|
1852
|
+
confluence: 'cc-markdown-mode'
|
|
1853
|
+
},
|
|
1854
|
+
param: 'isEnabled',
|
|
1855
|
+
defaultValue: false
|
|
1856
|
+
}),
|
|
1849
1857
|
// Added 2026-03-30
|
|
1850
1858
|
platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1851
1859
|
productKeys: {
|
|
@@ -2002,18 +2010,17 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2002
2010
|
defaultValue: false
|
|
2003
2011
|
}),
|
|
2004
2012
|
// Added 2026-04-23
|
|
2005
|
-
|
|
2013
|
+
platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2006
2014
|
productKeys: {
|
|
2007
|
-
confluence: '
|
|
2008
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2015
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2009
2016
|
},
|
|
2010
2017
|
param: 'isEnabled',
|
|
2011
2018
|
defaultValue: false
|
|
2012
2019
|
}),
|
|
2013
|
-
// Added 2026-04-
|
|
2014
|
-
|
|
2020
|
+
// Added 2026-04-27
|
|
2021
|
+
platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2015
2022
|
productKeys: {
|
|
2016
|
-
confluence: '
|
|
2023
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2017
2024
|
},
|
|
2018
2025
|
param: 'isEnabled',
|
|
2019
2026
|
defaultValue: false
|
|
@@ -1278,6 +1278,14 @@ export const editorExperimentsConfig = {
|
|
|
1278
1278
|
param: 'isEnabled',
|
|
1279
1279
|
defaultValue: false
|
|
1280
1280
|
}),
|
|
1281
|
+
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1282
|
+
productKeys: {
|
|
1283
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1284
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1281
1289
|
// Added 2026-02-05
|
|
1282
1290
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1283
1291
|
productKeys: {
|
|
@@ -1336,7 +1344,7 @@ export const editorExperimentsConfig = {
|
|
|
1336
1344
|
defaultValue: false
|
|
1337
1345
|
}),
|
|
1338
1346
|
// Added 2026-04-01
|
|
1339
|
-
|
|
1347
|
+
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1340
1348
|
productKeys: {
|
|
1341
1349
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1342
1350
|
},
|
|
@@ -1351,14 +1359,6 @@ export const editorExperimentsConfig = {
|
|
|
1351
1359
|
param: 'isEnabled',
|
|
1352
1360
|
defaultValue: false
|
|
1353
1361
|
}),
|
|
1354
|
-
// Added 2026-04-06
|
|
1355
|
-
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1356
|
-
productKeys: {
|
|
1357
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1358
|
-
},
|
|
1359
|
-
param: 'isEnabled',
|
|
1360
|
-
defaultValue: false
|
|
1361
|
-
}),
|
|
1362
1362
|
// Added 2026-04-15
|
|
1363
1363
|
jira_maui_remix: createBooleanExperiment({
|
|
1364
1364
|
productKeys: {
|
|
@@ -1840,6 +1840,14 @@ export const editorExperimentsConfig = {
|
|
|
1840
1840
|
param: 'isEnabled',
|
|
1841
1841
|
defaultValue: false
|
|
1842
1842
|
}),
|
|
1843
|
+
// Added 2026-04-23
|
|
1844
|
+
'cc-markdown-mode': createBooleanExperiment({
|
|
1845
|
+
productKeys: {
|
|
1846
|
+
confluence: 'cc-markdown-mode'
|
|
1847
|
+
},
|
|
1848
|
+
param: 'isEnabled',
|
|
1849
|
+
defaultValue: false
|
|
1850
|
+
}),
|
|
1843
1851
|
// Added 2026-03-30
|
|
1844
1852
|
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1845
1853
|
productKeys: {
|
|
@@ -1996,18 +2004,17 @@ export const editorExperimentsConfig = {
|
|
|
1996
2004
|
defaultValue: false
|
|
1997
2005
|
}),
|
|
1998
2006
|
// Added 2026-04-23
|
|
1999
|
-
|
|
2007
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2000
2008
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2002
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2009
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2003
2010
|
},
|
|
2004
2011
|
param: 'isEnabled',
|
|
2005
2012
|
defaultValue: false
|
|
2006
2013
|
}),
|
|
2007
|
-
// Added 2026-04-
|
|
2008
|
-
|
|
2014
|
+
// Added 2026-04-27
|
|
2015
|
+
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2009
2016
|
productKeys: {
|
|
2010
|
-
confluence: '
|
|
2017
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2011
2018
|
},
|
|
2012
2019
|
param: 'isEnabled',
|
|
2013
2020
|
defaultValue: false
|
|
@@ -1278,6 +1278,14 @@ export var editorExperimentsConfig = {
|
|
|
1278
1278
|
param: 'isEnabled',
|
|
1279
1279
|
defaultValue: false
|
|
1280
1280
|
}),
|
|
1281
|
+
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1282
|
+
productKeys: {
|
|
1283
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1284
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1281
1289
|
// Added 2026-02-05
|
|
1282
1290
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1283
1291
|
productKeys: {
|
|
@@ -1336,7 +1344,7 @@ export var editorExperimentsConfig = {
|
|
|
1336
1344
|
defaultValue: false
|
|
1337
1345
|
}),
|
|
1338
1346
|
// Added 2026-04-01
|
|
1339
|
-
|
|
1347
|
+
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1340
1348
|
productKeys: {
|
|
1341
1349
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1342
1350
|
},
|
|
@@ -1351,14 +1359,6 @@ export var editorExperimentsConfig = {
|
|
|
1351
1359
|
param: 'isEnabled',
|
|
1352
1360
|
defaultValue: false
|
|
1353
1361
|
}),
|
|
1354
|
-
// Added 2026-04-06
|
|
1355
|
-
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1356
|
-
productKeys: {
|
|
1357
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1358
|
-
},
|
|
1359
|
-
param: 'isEnabled',
|
|
1360
|
-
defaultValue: false
|
|
1361
|
-
}),
|
|
1362
1362
|
// Added 2026-04-15
|
|
1363
1363
|
jira_maui_remix: createBooleanExperiment({
|
|
1364
1364
|
productKeys: {
|
|
@@ -1840,6 +1840,14 @@ export var editorExperimentsConfig = {
|
|
|
1840
1840
|
param: 'isEnabled',
|
|
1841
1841
|
defaultValue: false
|
|
1842
1842
|
}),
|
|
1843
|
+
// Added 2026-04-23
|
|
1844
|
+
'cc-markdown-mode': createBooleanExperiment({
|
|
1845
|
+
productKeys: {
|
|
1846
|
+
confluence: 'cc-markdown-mode'
|
|
1847
|
+
},
|
|
1848
|
+
param: 'isEnabled',
|
|
1849
|
+
defaultValue: false
|
|
1850
|
+
}),
|
|
1843
1851
|
// Added 2026-03-30
|
|
1844
1852
|
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1845
1853
|
productKeys: {
|
|
@@ -1996,18 +2004,17 @@ export var editorExperimentsConfig = {
|
|
|
1996
2004
|
defaultValue: false
|
|
1997
2005
|
}),
|
|
1998
2006
|
// Added 2026-04-23
|
|
1999
|
-
|
|
2007
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2000
2008
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2002
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2009
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2003
2010
|
},
|
|
2004
2011
|
param: 'isEnabled',
|
|
2005
2012
|
defaultValue: false
|
|
2006
2013
|
}),
|
|
2007
|
-
// Added 2026-04-
|
|
2008
|
-
|
|
2014
|
+
// Added 2026-04-27
|
|
2015
|
+
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2009
2016
|
productKeys: {
|
|
2010
|
-
confluence: '
|
|
2017
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2011
2018
|
},
|
|
2012
2019
|
param: 'isEnabled',
|
|
2013
2020
|
defaultValue: false
|
|
@@ -415,6 +415,12 @@ export declare const editorExperimentsConfig: {
|
|
|
415
415
|
productKeys?: ProductKeys;
|
|
416
416
|
typeGuard: IsBooleanType;
|
|
417
417
|
};
|
|
418
|
+
'cc-markdown-mode': {
|
|
419
|
+
defaultValue: boolean;
|
|
420
|
+
param: string;
|
|
421
|
+
productKeys?: ProductKeys;
|
|
422
|
+
typeGuard: IsBooleanType;
|
|
423
|
+
};
|
|
418
424
|
platform_editor_exp_lazy_node_views: {
|
|
419
425
|
defaultValue: boolean;
|
|
420
426
|
param: string;
|
|
@@ -954,6 +960,12 @@ export declare const editorExperimentsConfig: {
|
|
|
954
960
|
productKeys?: ProductKeys;
|
|
955
961
|
typeGuard: IsBooleanType;
|
|
956
962
|
};
|
|
963
|
+
platform_editor_table_resize_chromeless: {
|
|
964
|
+
defaultValue: boolean;
|
|
965
|
+
param: string;
|
|
966
|
+
productKeys?: ProductKeys;
|
|
967
|
+
typeGuard: IsBooleanType;
|
|
968
|
+
};
|
|
957
969
|
platform_editor_toolbar_split_button_ui: {
|
|
958
970
|
defaultValue: boolean;
|
|
959
971
|
param: string;
|
|
@@ -1020,7 +1032,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1020
1032
|
productKeys?: ProductKeys;
|
|
1021
1033
|
typeGuard: IsBooleanType;
|
|
1022
1034
|
};
|
|
1023
|
-
|
|
1035
|
+
cc_page_experiences_editor_image_generation: {
|
|
1024
1036
|
defaultValue: boolean;
|
|
1025
1037
|
param: string;
|
|
1026
1038
|
productKeys?: ProductKeys;
|
|
@@ -1032,12 +1044,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1044
|
productKeys?: ProductKeys;
|
|
1033
1045
|
typeGuard: IsBooleanType;
|
|
1034
1046
|
};
|
|
1035
|
-
'cc-maui-experiment-phase-2': {
|
|
1036
|
-
defaultValue: boolean;
|
|
1037
|
-
param: string;
|
|
1038
|
-
productKeys?: ProductKeys;
|
|
1039
|
-
typeGuard: IsBooleanType;
|
|
1040
|
-
};
|
|
1041
1047
|
'cc-mui-slides-experiment': {
|
|
1042
1048
|
defaultValue: boolean;
|
|
1043
1049
|
param: string;
|
|
@@ -1470,13 +1476,13 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1476
|
productKeys?: ProductKeys;
|
|
1471
1477
|
typeGuard: IsBooleanType;
|
|
1472
1478
|
};
|
|
1473
|
-
|
|
1479
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1474
1480
|
defaultValue: boolean;
|
|
1475
1481
|
param: string;
|
|
1476
1482
|
productKeys?: ProductKeys;
|
|
1477
1483
|
typeGuard: IsBooleanType;
|
|
1478
1484
|
};
|
|
1479
|
-
|
|
1485
|
+
platform_sl_fix_cache_unresolved: {
|
|
1480
1486
|
defaultValue: boolean;
|
|
1481
1487
|
param: string;
|
|
1482
1488
|
productKeys?: ProductKeys;
|
|
@@ -415,6 +415,12 @@ export declare const editorExperimentsConfig: {
|
|
|
415
415
|
productKeys?: ProductKeys;
|
|
416
416
|
typeGuard: IsBooleanType;
|
|
417
417
|
};
|
|
418
|
+
'cc-markdown-mode': {
|
|
419
|
+
defaultValue: boolean;
|
|
420
|
+
param: string;
|
|
421
|
+
productKeys?: ProductKeys;
|
|
422
|
+
typeGuard: IsBooleanType;
|
|
423
|
+
};
|
|
418
424
|
platform_editor_exp_lazy_node_views: {
|
|
419
425
|
defaultValue: boolean;
|
|
420
426
|
param: string;
|
|
@@ -954,6 +960,12 @@ export declare const editorExperimentsConfig: {
|
|
|
954
960
|
productKeys?: ProductKeys;
|
|
955
961
|
typeGuard: IsBooleanType;
|
|
956
962
|
};
|
|
963
|
+
platform_editor_table_resize_chromeless: {
|
|
964
|
+
defaultValue: boolean;
|
|
965
|
+
param: string;
|
|
966
|
+
productKeys?: ProductKeys;
|
|
967
|
+
typeGuard: IsBooleanType;
|
|
968
|
+
};
|
|
957
969
|
platform_editor_toolbar_split_button_ui: {
|
|
958
970
|
defaultValue: boolean;
|
|
959
971
|
param: string;
|
|
@@ -1020,7 +1032,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1020
1032
|
productKeys?: ProductKeys;
|
|
1021
1033
|
typeGuard: IsBooleanType;
|
|
1022
1034
|
};
|
|
1023
|
-
|
|
1035
|
+
cc_page_experiences_editor_image_generation: {
|
|
1024
1036
|
defaultValue: boolean;
|
|
1025
1037
|
param: string;
|
|
1026
1038
|
productKeys?: ProductKeys;
|
|
@@ -1032,12 +1044,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1044
|
productKeys?: ProductKeys;
|
|
1033
1045
|
typeGuard: IsBooleanType;
|
|
1034
1046
|
};
|
|
1035
|
-
'cc-maui-experiment-phase-2': {
|
|
1036
|
-
defaultValue: boolean;
|
|
1037
|
-
param: string;
|
|
1038
|
-
productKeys?: ProductKeys;
|
|
1039
|
-
typeGuard: IsBooleanType;
|
|
1040
|
-
};
|
|
1041
1047
|
'cc-mui-slides-experiment': {
|
|
1042
1048
|
defaultValue: boolean;
|
|
1043
1049
|
param: string;
|
|
@@ -1470,13 +1476,13 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1476
|
productKeys?: ProductKeys;
|
|
1471
1477
|
typeGuard: IsBooleanType;
|
|
1472
1478
|
};
|
|
1473
|
-
|
|
1479
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1474
1480
|
defaultValue: boolean;
|
|
1475
1481
|
param: string;
|
|
1476
1482
|
productKeys?: ProductKeys;
|
|
1477
1483
|
typeGuard: IsBooleanType;
|
|
1478
1484
|
};
|
|
1479
|
-
|
|
1485
|
+
platform_sl_fix_cache_unresolved: {
|
|
1480
1486
|
defaultValue: boolean;
|
|
1481
1487
|
param: string;
|
|
1482
1488
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED