@atlaskit/tmp-editor-statsig 155.0.0 → 157.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 +29 -0
- package/dist/cjs/expVal.js +3 -6
- package/dist/cjs/experiments-config.js +1 -93
- package/dist/es2019/expVal.js +3 -6
- package/dist/es2019/experiments-config.js +1 -93
- package/dist/esm/expVal.js +3 -6
- package/dist/esm/experiments-config.js +1 -93
- package/dist/types/experiments-config.d.ts +0 -66
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 157.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d96f86ff344b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d96f86ff344b8) -
|
|
8
|
+
Remove platform_editor_vc90_transition_expand_icon, platform_editor_add_image_editing,
|
|
9
|
+
platform_editor_ai_multi_format_streaming, platform_editor_default_toolbar_state,
|
|
10
|
+
platform_editor_early_exit_return_draft, platform_editor_fix_focus_MediaInsertPicker,
|
|
11
|
+
platform_editor_fix_table_move_shortcut, platform_editor_menu_radius_update,
|
|
12
|
+
platform_editor_react19_migration, and show_mentions_in_suggest_reply from
|
|
13
|
+
editorExperimentsConfig. Consumers should read these experiments through
|
|
14
|
+
@atlaskit/platform-feature-experiments.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
20
|
+
## 156.0.0
|
|
21
|
+
|
|
22
|
+
### Major Changes
|
|
23
|
+
|
|
24
|
+
- [`6cf283ca60155`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cf283ca60155) -
|
|
25
|
+
Clean up experiment `platform_editor_table_col_insert`
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [`cf0d48414ae0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf0d48414ae0e) -
|
|
30
|
+
Clean up experiment `cc_editor_experiments_ufo_gate_reporting_expval`
|
|
31
|
+
|
|
3
32
|
## 155.0.0
|
|
4
33
|
|
|
5
34
|
### Major Changes
|
package/dist/cjs/expVal.js
CHANGED
|
@@ -75,12 +75,9 @@ function expValInternal(_ref) {
|
|
|
75
75
|
var experimentValue = _featureGates.default.getExperimentValue(resolvedExperimentKey, experimentParam, defaultValue, {
|
|
76
76
|
fireExperimentExposure: fireExperimentExposure
|
|
77
77
|
});
|
|
78
|
-
|
|
79
|
-
//
|
|
80
|
-
|
|
81
|
-
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
82
|
-
(0, _featureFlagsAccessed.addFeatureFlagAccessed)("".concat(resolvedExperimentKey, ":").concat(experimentParam), experimentValue);
|
|
83
|
-
}
|
|
78
|
+
|
|
79
|
+
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
80
|
+
(0, _featureFlagsAccessed.addFeatureFlagAccessed)("".concat(resolvedExperimentKey, ":").concat(experimentParam), experimentValue);
|
|
84
81
|
return experimentValue;
|
|
85
82
|
}
|
|
86
83
|
|
|
@@ -231,15 +231,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
231
231
|
param: 'isEnabled',
|
|
232
232
|
defaultValue: false
|
|
233
233
|
}),
|
|
234
|
-
// Added 2026-07-13
|
|
235
|
-
platform_editor_fix_focus_MediaInsertPicker: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
236
|
-
productKeys: {
|
|
237
|
-
confluence: 'platform_editor_fix_focus_MediaInsertPicker',
|
|
238
|
-
jira: 'platform_editor_fix_focus_MediaInsertPicker'
|
|
239
|
-
},
|
|
240
|
-
param: 'isEnabled',
|
|
241
|
-
defaultValue: false
|
|
242
|
-
}),
|
|
243
234
|
// Added 2026-07-08
|
|
244
235
|
confluence_inline_comments_fix_stale_selection: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
245
236
|
productKeys: {
|
|
@@ -289,15 +280,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
289
280
|
param: 'isEnabled',
|
|
290
281
|
defaultValue: false
|
|
291
282
|
}),
|
|
292
|
-
// Added 2026-06-16
|
|
293
|
-
platform_editor_table_col_insert: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
294
|
-
productKeys: {
|
|
295
|
-
confluence: 'platform_editor_table_col_insert',
|
|
296
|
-
jira: 'platform_editor_table_col_insert'
|
|
297
|
-
},
|
|
298
|
-
param: 'isEnabled',
|
|
299
|
-
defaultValue: false
|
|
300
|
-
}),
|
|
301
283
|
// Added 2026-03-06
|
|
302
284
|
platform_editor_media_reliability_observability: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
303
285
|
productKeys: {
|
|
@@ -349,14 +331,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
349
331
|
param: 'isEnabled',
|
|
350
332
|
defaultValue: false
|
|
351
333
|
}),
|
|
352
|
-
// Added 2026-03-09
|
|
353
|
-
platform_editor_react19_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
354
|
-
productKeys: {
|
|
355
|
-
confluence: 'platform_editor_react19_migration'
|
|
356
|
-
},
|
|
357
|
-
param: 'isEnabled',
|
|
358
|
-
defaultValue: false
|
|
359
|
-
}),
|
|
360
334
|
// Added 2026-05-15
|
|
361
335
|
platform_editor_per_plugin_error_boundary: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
362
336
|
productKeys: {
|
|
@@ -1025,14 +999,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1025
999
|
param: 'isEnabled',
|
|
1026
1000
|
defaultValue: false
|
|
1027
1001
|
}),
|
|
1028
|
-
// Added 2025-12-08
|
|
1029
|
-
platform_editor_add_image_editing: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1030
|
-
productKeys: {
|
|
1031
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1032
|
-
},
|
|
1033
|
-
param: 'isEnabled',
|
|
1034
|
-
defaultValue: false
|
|
1035
|
-
}),
|
|
1036
1002
|
platform_editor_toolbar_submenu_open_click: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1037
1003
|
productKeys: {
|
|
1038
1004
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1389,14 +1355,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1389
1355
|
defaultValue: false
|
|
1390
1356
|
}),
|
|
1391
1357
|
// Added 2026-03-04
|
|
1392
|
-
platform_editor_vc90_transition_expand_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1393
|
-
productKeys: {
|
|
1394
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1395
|
-
},
|
|
1396
|
-
param: 'isEnabled',
|
|
1397
|
-
defaultValue: false
|
|
1398
|
-
}),
|
|
1399
|
-
// Added 2026-03-04
|
|
1400
1358
|
platform_editor_vc90_transition_panel_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1401
1359
|
productKeys: {
|
|
1402
1360
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1481,14 +1439,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1481
1439
|
param: 'isEnabled',
|
|
1482
1440
|
defaultValue: false
|
|
1483
1441
|
}),
|
|
1484
|
-
// Added 2026-02-27
|
|
1485
|
-
platform_editor_early_exit_return_draft: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1486
|
-
productKeys: {
|
|
1487
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1488
|
-
},
|
|
1489
|
-
param: 'isEnabled',
|
|
1490
|
-
defaultValue: false
|
|
1491
|
-
}),
|
|
1492
1442
|
// Added 2026-03-02
|
|
1493
1443
|
platform_editor_discarded_unified_analytic_events: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1494
1444
|
productKeys: {
|
|
@@ -1736,14 +1686,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1736
1686
|
param: 'isEnabled',
|
|
1737
1687
|
defaultValue: false
|
|
1738
1688
|
}),
|
|
1739
|
-
// Added 2026-04-14
|
|
1740
|
-
platform_editor_ai_multi_format_streaming: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1741
|
-
productKeys: {
|
|
1742
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1743
|
-
},
|
|
1744
|
-
param: 'isEnabled',
|
|
1745
|
-
defaultValue: false
|
|
1746
|
-
}),
|
|
1747
1689
|
// Added 2026-03-31
|
|
1748
1690
|
platform_editor_dnd_accessibility_fixes_expand: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1749
1691
|
productKeys: {
|
|
@@ -1851,14 +1793,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1851
1793
|
param: 'isEnabled',
|
|
1852
1794
|
defaultValue: false
|
|
1853
1795
|
}),
|
|
1854
|
-
// Added 2026-04-01
|
|
1855
|
-
show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1856
|
-
productKeys: {
|
|
1857
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1858
|
-
},
|
|
1859
|
-
param: 'isEnabled',
|
|
1860
|
-
defaultValue: false
|
|
1861
|
-
}),
|
|
1862
1796
|
// Added 2026-04-28
|
|
1863
1797
|
platform_editor_use_markdown_plus_parser: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1864
1798
|
productKeys: {
|
|
@@ -1976,15 +1910,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1976
1910
|
param: 'isEnabled',
|
|
1977
1911
|
defaultValue: false
|
|
1978
1912
|
}),
|
|
1979
|
-
// Added 2026-07-16
|
|
1980
|
-
platform_editor_fix_table_move_shortcut: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1981
|
-
productKeys: {
|
|
1982
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1983
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1984
|
-
},
|
|
1985
|
-
param: 'isEnabled',
|
|
1986
|
-
defaultValue: false
|
|
1987
|
-
}),
|
|
1988
1913
|
// Added 2026-04-16
|
|
1989
1914
|
cc_dnd_smart_link_changeboard_platform_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1990
1915
|
productKeys: {
|
|
@@ -2102,14 +2027,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2102
2027
|
param: 'isEnabled',
|
|
2103
2028
|
defaultValue: false
|
|
2104
2029
|
}),
|
|
2105
|
-
// Added 2026-05-20
|
|
2106
|
-
platform_editor_default_toolbar_state: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2107
|
-
productKeys: {
|
|
2108
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2109
|
-
},
|
|
2110
|
-
param: 'isEnabled',
|
|
2111
|
-
defaultValue: false
|
|
2112
|
-
}),
|
|
2113
2030
|
platform_rovo_support_create_inline_comment: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2114
2031
|
productKeys: {
|
|
2115
2032
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2237,7 +2154,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2237
2154
|
productKeys: {
|
|
2238
2155
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2239
2156
|
},
|
|
2240
|
-
param: '
|
|
2157
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2241
2158
|
defaultValue: false
|
|
2242
2159
|
}),
|
|
2243
2160
|
// Added 2026-06-01
|
|
@@ -2278,15 +2195,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2278
2195
|
param: 'isEnabled',
|
|
2279
2196
|
defaultValue: false
|
|
2280
2197
|
}),
|
|
2281
|
-
// Added 2026-06-15
|
|
2282
|
-
platform_editor_menu_radius_update: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2283
|
-
productKeys: {
|
|
2284
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2285
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2286
|
-
},
|
|
2287
|
-
param: 'isEnabled',
|
|
2288
|
-
defaultValue: false
|
|
2289
|
-
}),
|
|
2290
2198
|
// Added 2026-06-20
|
|
2291
2199
|
platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2292
2200
|
productKeys: {
|
package/dist/es2019/expVal.js
CHANGED
|
@@ -54,12 +54,9 @@ export function expValInternal({
|
|
|
54
54
|
const experimentValue = FeatureGates.getExperimentValue(resolvedExperimentKey, experimentParam, defaultValue, {
|
|
55
55
|
fireExperimentExposure: fireExperimentExposure
|
|
56
56
|
});
|
|
57
|
-
|
|
58
|
-
//
|
|
59
|
-
|
|
60
|
-
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
61
|
-
addFeatureFlagAccessed(`${resolvedExperimentKey}:${experimentParam}`, experimentValue);
|
|
62
|
-
}
|
|
57
|
+
|
|
58
|
+
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
59
|
+
addFeatureFlagAccessed(`${resolvedExperimentKey}:${experimentParam}`, experimentValue);
|
|
63
60
|
return experimentValue;
|
|
64
61
|
}
|
|
65
62
|
|
|
@@ -225,15 +225,6 @@ export const editorExperimentsConfig = {
|
|
|
225
225
|
param: 'isEnabled',
|
|
226
226
|
defaultValue: false
|
|
227
227
|
}),
|
|
228
|
-
// Added 2026-07-13
|
|
229
|
-
platform_editor_fix_focus_MediaInsertPicker: createBooleanExperiment({
|
|
230
|
-
productKeys: {
|
|
231
|
-
confluence: 'platform_editor_fix_focus_MediaInsertPicker',
|
|
232
|
-
jira: 'platform_editor_fix_focus_MediaInsertPicker'
|
|
233
|
-
},
|
|
234
|
-
param: 'isEnabled',
|
|
235
|
-
defaultValue: false
|
|
236
|
-
}),
|
|
237
228
|
// Added 2026-07-08
|
|
238
229
|
confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
|
|
239
230
|
productKeys: {
|
|
@@ -283,15 +274,6 @@ export const editorExperimentsConfig = {
|
|
|
283
274
|
param: 'isEnabled',
|
|
284
275
|
defaultValue: false
|
|
285
276
|
}),
|
|
286
|
-
// Added 2026-06-16
|
|
287
|
-
platform_editor_table_col_insert: createBooleanExperiment({
|
|
288
|
-
productKeys: {
|
|
289
|
-
confluence: 'platform_editor_table_col_insert',
|
|
290
|
-
jira: 'platform_editor_table_col_insert'
|
|
291
|
-
},
|
|
292
|
-
param: 'isEnabled',
|
|
293
|
-
defaultValue: false
|
|
294
|
-
}),
|
|
295
277
|
// Added 2026-03-06
|
|
296
278
|
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
297
279
|
productKeys: {
|
|
@@ -343,14 +325,6 @@ export const editorExperimentsConfig = {
|
|
|
343
325
|
param: 'isEnabled',
|
|
344
326
|
defaultValue: false
|
|
345
327
|
}),
|
|
346
|
-
// Added 2026-03-09
|
|
347
|
-
platform_editor_react19_migration: createBooleanExperiment({
|
|
348
|
-
productKeys: {
|
|
349
|
-
confluence: 'platform_editor_react19_migration'
|
|
350
|
-
},
|
|
351
|
-
param: 'isEnabled',
|
|
352
|
-
defaultValue: false
|
|
353
|
-
}),
|
|
354
328
|
// Added 2026-05-15
|
|
355
329
|
platform_editor_per_plugin_error_boundary: createBooleanExperiment({
|
|
356
330
|
productKeys: {
|
|
@@ -1019,14 +993,6 @@ export const editorExperimentsConfig = {
|
|
|
1019
993
|
param: 'isEnabled',
|
|
1020
994
|
defaultValue: false
|
|
1021
995
|
}),
|
|
1022
|
-
// Added 2025-12-08
|
|
1023
|
-
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1024
|
-
productKeys: {
|
|
1025
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1026
|
-
},
|
|
1027
|
-
param: 'isEnabled',
|
|
1028
|
-
defaultValue: false
|
|
1029
|
-
}),
|
|
1030
996
|
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1031
997
|
productKeys: {
|
|
1032
998
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1383,14 +1349,6 @@ export const editorExperimentsConfig = {
|
|
|
1383
1349
|
defaultValue: false
|
|
1384
1350
|
}),
|
|
1385
1351
|
// Added 2026-03-04
|
|
1386
|
-
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1387
|
-
productKeys: {
|
|
1388
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1389
|
-
},
|
|
1390
|
-
param: 'isEnabled',
|
|
1391
|
-
defaultValue: false
|
|
1392
|
-
}),
|
|
1393
|
-
// Added 2026-03-04
|
|
1394
1352
|
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1395
1353
|
productKeys: {
|
|
1396
1354
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1475,14 +1433,6 @@ export const editorExperimentsConfig = {
|
|
|
1475
1433
|
param: 'isEnabled',
|
|
1476
1434
|
defaultValue: false
|
|
1477
1435
|
}),
|
|
1478
|
-
// Added 2026-02-27
|
|
1479
|
-
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1480
|
-
productKeys: {
|
|
1481
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1482
|
-
},
|
|
1483
|
-
param: 'isEnabled',
|
|
1484
|
-
defaultValue: false
|
|
1485
|
-
}),
|
|
1486
1436
|
// Added 2026-03-02
|
|
1487
1437
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1488
1438
|
productKeys: {
|
|
@@ -1730,14 +1680,6 @@ export const editorExperimentsConfig = {
|
|
|
1730
1680
|
param: 'isEnabled',
|
|
1731
1681
|
defaultValue: false
|
|
1732
1682
|
}),
|
|
1733
|
-
// Added 2026-04-14
|
|
1734
|
-
platform_editor_ai_multi_format_streaming: createBooleanExperiment({
|
|
1735
|
-
productKeys: {
|
|
1736
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1737
|
-
},
|
|
1738
|
-
param: 'isEnabled',
|
|
1739
|
-
defaultValue: false
|
|
1740
|
-
}),
|
|
1741
1683
|
// Added 2026-03-31
|
|
1742
1684
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1743
1685
|
productKeys: {
|
|
@@ -1845,14 +1787,6 @@ export const editorExperimentsConfig = {
|
|
|
1845
1787
|
param: 'isEnabled',
|
|
1846
1788
|
defaultValue: false
|
|
1847
1789
|
}),
|
|
1848
|
-
// Added 2026-04-01
|
|
1849
|
-
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1850
|
-
productKeys: {
|
|
1851
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1852
|
-
},
|
|
1853
|
-
param: 'isEnabled',
|
|
1854
|
-
defaultValue: false
|
|
1855
|
-
}),
|
|
1856
1790
|
// Added 2026-04-28
|
|
1857
1791
|
platform_editor_use_markdown_plus_parser: createBooleanExperiment({
|
|
1858
1792
|
productKeys: {
|
|
@@ -1970,15 +1904,6 @@ export const editorExperimentsConfig = {
|
|
|
1970
1904
|
param: 'isEnabled',
|
|
1971
1905
|
defaultValue: false
|
|
1972
1906
|
}),
|
|
1973
|
-
// Added 2026-07-16
|
|
1974
|
-
platform_editor_fix_table_move_shortcut: createBooleanExperiment({
|
|
1975
|
-
productKeys: {
|
|
1976
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1977
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1978
|
-
},
|
|
1979
|
-
param: 'isEnabled',
|
|
1980
|
-
defaultValue: false
|
|
1981
|
-
}),
|
|
1982
1907
|
// Added 2026-04-16
|
|
1983
1908
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1984
1909
|
productKeys: {
|
|
@@ -2096,14 +2021,6 @@ export const editorExperimentsConfig = {
|
|
|
2096
2021
|
param: 'isEnabled',
|
|
2097
2022
|
defaultValue: false
|
|
2098
2023
|
}),
|
|
2099
|
-
// Added 2026-05-20
|
|
2100
|
-
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2101
|
-
productKeys: {
|
|
2102
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2103
|
-
},
|
|
2104
|
-
param: 'isEnabled',
|
|
2105
|
-
defaultValue: false
|
|
2106
|
-
}),
|
|
2107
2024
|
platform_rovo_support_create_inline_comment: createBooleanExperiment({
|
|
2108
2025
|
productKeys: {
|
|
2109
2026
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2231,7 +2148,7 @@ export const editorExperimentsConfig = {
|
|
|
2231
2148
|
productKeys: {
|
|
2232
2149
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2233
2150
|
},
|
|
2234
|
-
param: '
|
|
2151
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2235
2152
|
defaultValue: false
|
|
2236
2153
|
}),
|
|
2237
2154
|
// Added 2026-06-01
|
|
@@ -2272,15 +2189,6 @@ export const editorExperimentsConfig = {
|
|
|
2272
2189
|
param: 'isEnabled',
|
|
2273
2190
|
defaultValue: false
|
|
2274
2191
|
}),
|
|
2275
|
-
// Added 2026-06-15
|
|
2276
|
-
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2277
|
-
productKeys: {
|
|
2278
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2279
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2280
|
-
},
|
|
2281
|
-
param: 'isEnabled',
|
|
2282
|
-
defaultValue: false
|
|
2283
|
-
}),
|
|
2284
2192
|
// Added 2026-06-20
|
|
2285
2193
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2286
2194
|
productKeys: {
|
package/dist/esm/expVal.js
CHANGED
|
@@ -53,12 +53,9 @@ export function expValInternal(_ref) {
|
|
|
53
53
|
var experimentValue = FeatureGates.getExperimentValue(resolvedExperimentKey, experimentParam, defaultValue, {
|
|
54
54
|
fireExperimentExposure: fireExperimentExposure
|
|
55
55
|
});
|
|
56
|
-
|
|
57
|
-
//
|
|
58
|
-
|
|
59
|
-
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
60
|
-
addFeatureFlagAccessed("".concat(resolvedExperimentKey, ":").concat(experimentParam), experimentValue);
|
|
61
|
-
}
|
|
56
|
+
|
|
57
|
+
// Duplicated from /confluence/next/packages/feature-experiments/src/index.ts
|
|
58
|
+
addFeatureFlagAccessed("".concat(resolvedExperimentKey, ":").concat(experimentParam), experimentValue);
|
|
62
59
|
return experimentValue;
|
|
63
60
|
}
|
|
64
61
|
|
|
@@ -225,15 +225,6 @@ export var editorExperimentsConfig = {
|
|
|
225
225
|
param: 'isEnabled',
|
|
226
226
|
defaultValue: false
|
|
227
227
|
}),
|
|
228
|
-
// Added 2026-07-13
|
|
229
|
-
platform_editor_fix_focus_MediaInsertPicker: createBooleanExperiment({
|
|
230
|
-
productKeys: {
|
|
231
|
-
confluence: 'platform_editor_fix_focus_MediaInsertPicker',
|
|
232
|
-
jira: 'platform_editor_fix_focus_MediaInsertPicker'
|
|
233
|
-
},
|
|
234
|
-
param: 'isEnabled',
|
|
235
|
-
defaultValue: false
|
|
236
|
-
}),
|
|
237
228
|
// Added 2026-07-08
|
|
238
229
|
confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
|
|
239
230
|
productKeys: {
|
|
@@ -283,15 +274,6 @@ export var editorExperimentsConfig = {
|
|
|
283
274
|
param: 'isEnabled',
|
|
284
275
|
defaultValue: false
|
|
285
276
|
}),
|
|
286
|
-
// Added 2026-06-16
|
|
287
|
-
platform_editor_table_col_insert: createBooleanExperiment({
|
|
288
|
-
productKeys: {
|
|
289
|
-
confluence: 'platform_editor_table_col_insert',
|
|
290
|
-
jira: 'platform_editor_table_col_insert'
|
|
291
|
-
},
|
|
292
|
-
param: 'isEnabled',
|
|
293
|
-
defaultValue: false
|
|
294
|
-
}),
|
|
295
277
|
// Added 2026-03-06
|
|
296
278
|
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
297
279
|
productKeys: {
|
|
@@ -343,14 +325,6 @@ export var editorExperimentsConfig = {
|
|
|
343
325
|
param: 'isEnabled',
|
|
344
326
|
defaultValue: false
|
|
345
327
|
}),
|
|
346
|
-
// Added 2026-03-09
|
|
347
|
-
platform_editor_react19_migration: createBooleanExperiment({
|
|
348
|
-
productKeys: {
|
|
349
|
-
confluence: 'platform_editor_react19_migration'
|
|
350
|
-
},
|
|
351
|
-
param: 'isEnabled',
|
|
352
|
-
defaultValue: false
|
|
353
|
-
}),
|
|
354
328
|
// Added 2026-05-15
|
|
355
329
|
platform_editor_per_plugin_error_boundary: createBooleanExperiment({
|
|
356
330
|
productKeys: {
|
|
@@ -1019,14 +993,6 @@ export var editorExperimentsConfig = {
|
|
|
1019
993
|
param: 'isEnabled',
|
|
1020
994
|
defaultValue: false
|
|
1021
995
|
}),
|
|
1022
|
-
// Added 2025-12-08
|
|
1023
|
-
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1024
|
-
productKeys: {
|
|
1025
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1026
|
-
},
|
|
1027
|
-
param: 'isEnabled',
|
|
1028
|
-
defaultValue: false
|
|
1029
|
-
}),
|
|
1030
996
|
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1031
997
|
productKeys: {
|
|
1032
998
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1383,14 +1349,6 @@ export var editorExperimentsConfig = {
|
|
|
1383
1349
|
defaultValue: false
|
|
1384
1350
|
}),
|
|
1385
1351
|
// Added 2026-03-04
|
|
1386
|
-
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1387
|
-
productKeys: {
|
|
1388
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1389
|
-
},
|
|
1390
|
-
param: 'isEnabled',
|
|
1391
|
-
defaultValue: false
|
|
1392
|
-
}),
|
|
1393
|
-
// Added 2026-03-04
|
|
1394
1352
|
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1395
1353
|
productKeys: {
|
|
1396
1354
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1475,14 +1433,6 @@ export var editorExperimentsConfig = {
|
|
|
1475
1433
|
param: 'isEnabled',
|
|
1476
1434
|
defaultValue: false
|
|
1477
1435
|
}),
|
|
1478
|
-
// Added 2026-02-27
|
|
1479
|
-
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1480
|
-
productKeys: {
|
|
1481
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1482
|
-
},
|
|
1483
|
-
param: 'isEnabled',
|
|
1484
|
-
defaultValue: false
|
|
1485
|
-
}),
|
|
1486
1436
|
// Added 2026-03-02
|
|
1487
1437
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1488
1438
|
productKeys: {
|
|
@@ -1730,14 +1680,6 @@ export var editorExperimentsConfig = {
|
|
|
1730
1680
|
param: 'isEnabled',
|
|
1731
1681
|
defaultValue: false
|
|
1732
1682
|
}),
|
|
1733
|
-
// Added 2026-04-14
|
|
1734
|
-
platform_editor_ai_multi_format_streaming: createBooleanExperiment({
|
|
1735
|
-
productKeys: {
|
|
1736
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1737
|
-
},
|
|
1738
|
-
param: 'isEnabled',
|
|
1739
|
-
defaultValue: false
|
|
1740
|
-
}),
|
|
1741
1683
|
// Added 2026-03-31
|
|
1742
1684
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1743
1685
|
productKeys: {
|
|
@@ -1845,14 +1787,6 @@ export var editorExperimentsConfig = {
|
|
|
1845
1787
|
param: 'isEnabled',
|
|
1846
1788
|
defaultValue: false
|
|
1847
1789
|
}),
|
|
1848
|
-
// Added 2026-04-01
|
|
1849
|
-
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1850
|
-
productKeys: {
|
|
1851
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1852
|
-
},
|
|
1853
|
-
param: 'isEnabled',
|
|
1854
|
-
defaultValue: false
|
|
1855
|
-
}),
|
|
1856
1790
|
// Added 2026-04-28
|
|
1857
1791
|
platform_editor_use_markdown_plus_parser: createBooleanExperiment({
|
|
1858
1792
|
productKeys: {
|
|
@@ -1970,15 +1904,6 @@ export var editorExperimentsConfig = {
|
|
|
1970
1904
|
param: 'isEnabled',
|
|
1971
1905
|
defaultValue: false
|
|
1972
1906
|
}),
|
|
1973
|
-
// Added 2026-07-16
|
|
1974
|
-
platform_editor_fix_table_move_shortcut: createBooleanExperiment({
|
|
1975
|
-
productKeys: {
|
|
1976
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1977
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1978
|
-
},
|
|
1979
|
-
param: 'isEnabled',
|
|
1980
|
-
defaultValue: false
|
|
1981
|
-
}),
|
|
1982
1907
|
// Added 2026-04-16
|
|
1983
1908
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1984
1909
|
productKeys: {
|
|
@@ -2096,14 +2021,6 @@ export var editorExperimentsConfig = {
|
|
|
2096
2021
|
param: 'isEnabled',
|
|
2097
2022
|
defaultValue: false
|
|
2098
2023
|
}),
|
|
2099
|
-
// Added 2026-05-20
|
|
2100
|
-
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2101
|
-
productKeys: {
|
|
2102
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2103
|
-
},
|
|
2104
|
-
param: 'isEnabled',
|
|
2105
|
-
defaultValue: false
|
|
2106
|
-
}),
|
|
2107
2024
|
platform_rovo_support_create_inline_comment: createBooleanExperiment({
|
|
2108
2025
|
productKeys: {
|
|
2109
2026
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2231,7 +2148,7 @@ export var editorExperimentsConfig = {
|
|
|
2231
2148
|
productKeys: {
|
|
2232
2149
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2233
2150
|
},
|
|
2234
|
-
param: '
|
|
2151
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2235
2152
|
defaultValue: false
|
|
2236
2153
|
}),
|
|
2237
2154
|
// Added 2026-06-01
|
|
@@ -2272,15 +2189,6 @@ export var editorExperimentsConfig = {
|
|
|
2272
2189
|
param: 'isEnabled',
|
|
2273
2190
|
defaultValue: false
|
|
2274
2191
|
}),
|
|
2275
|
-
// Added 2026-06-15
|
|
2276
|
-
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2277
|
-
productKeys: {
|
|
2278
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2279
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2280
|
-
},
|
|
2281
|
-
param: 'isEnabled',
|
|
2282
|
-
defaultValue: false
|
|
2283
|
-
}),
|
|
2284
2192
|
// Added 2026-06-20
|
|
2285
2193
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2286
2194
|
productKeys: {
|
|
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
|
|
|
161
161
|
productKeys?: ProductKeys;
|
|
162
162
|
typeGuard: IsBooleanType;
|
|
163
163
|
};
|
|
164
|
-
platform_editor_react19_migration: {
|
|
165
|
-
defaultValue: boolean;
|
|
166
|
-
param: string;
|
|
167
|
-
productKeys?: ProductKeys;
|
|
168
|
-
typeGuard: IsBooleanType;
|
|
169
|
-
};
|
|
170
164
|
platform_editor_per_plugin_error_boundary: {
|
|
171
165
|
defaultValue: boolean;
|
|
172
166
|
param: string;
|
|
@@ -502,12 +496,6 @@ export declare const editorExperimentsConfig: {
|
|
|
502
496
|
productKeys?: ProductKeys;
|
|
503
497
|
typeGuard: IsBooleanType;
|
|
504
498
|
};
|
|
505
|
-
platform_editor_fix_focus_MediaInsertPicker: {
|
|
506
|
-
defaultValue: boolean;
|
|
507
|
-
param: string;
|
|
508
|
-
productKeys?: ProductKeys;
|
|
509
|
-
typeGuard: IsBooleanType;
|
|
510
|
-
};
|
|
511
499
|
platform_editor_appearance_shared_state: {
|
|
512
500
|
defaultValue: boolean;
|
|
513
501
|
param: string;
|
|
@@ -641,12 +629,6 @@ export declare const editorExperimentsConfig: {
|
|
|
641
629
|
productKeys?: ProductKeys;
|
|
642
630
|
typeGuard: IsBooleanType;
|
|
643
631
|
};
|
|
644
|
-
platform_editor_table_col_insert: {
|
|
645
|
-
defaultValue: boolean;
|
|
646
|
-
param: string;
|
|
647
|
-
productKeys?: ProductKeys;
|
|
648
|
-
typeGuard: IsBooleanType;
|
|
649
|
-
};
|
|
650
632
|
platform_editor_tables_table_selector: {
|
|
651
633
|
defaultValue: boolean;
|
|
652
634
|
param: string;
|
|
@@ -677,12 +659,6 @@ export declare const editorExperimentsConfig: {
|
|
|
677
659
|
productKeys?: ProductKeys;
|
|
678
660
|
typeGuard: IsBooleanType;
|
|
679
661
|
};
|
|
680
|
-
platform_editor_add_image_editing: {
|
|
681
|
-
defaultValue: boolean;
|
|
682
|
-
param: string;
|
|
683
|
-
productKeys?: ProductKeys;
|
|
684
|
-
typeGuard: IsBooleanType;
|
|
685
|
-
};
|
|
686
662
|
platform_hover_card_preview_panel: {
|
|
687
663
|
defaultValue: 'control' | 'test';
|
|
688
664
|
param: string;
|
|
@@ -1082,12 +1058,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1082
1058
|
productKeys?: ProductKeys;
|
|
1083
1059
|
typeGuard: IsBooleanType;
|
|
1084
1060
|
};
|
|
1085
|
-
platform_editor_vc90_transition_expand_icon: {
|
|
1086
|
-
defaultValue: boolean;
|
|
1087
|
-
param: string;
|
|
1088
|
-
productKeys?: ProductKeys;
|
|
1089
|
-
typeGuard: IsBooleanType;
|
|
1090
|
-
};
|
|
1091
1061
|
platform_editor_vc90_transition_panel_icon: {
|
|
1092
1062
|
defaultValue: boolean;
|
|
1093
1063
|
param: string;
|
|
@@ -1136,12 +1106,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1136
1106
|
productKeys?: ProductKeys;
|
|
1137
1107
|
typeGuard: IsBooleanType;
|
|
1138
1108
|
};
|
|
1139
|
-
platform_editor_early_exit_return_draft: {
|
|
1140
|
-
defaultValue: boolean;
|
|
1141
|
-
param: string;
|
|
1142
|
-
productKeys?: ProductKeys;
|
|
1143
|
-
typeGuard: IsBooleanType;
|
|
1144
|
-
};
|
|
1145
1109
|
platform_editor_discarded_unified_analytic_events: {
|
|
1146
1110
|
defaultValue: boolean;
|
|
1147
1111
|
param: string;
|
|
@@ -1322,12 +1286,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1322
1286
|
productKeys?: ProductKeys;
|
|
1323
1287
|
typeGuard: IsBooleanType;
|
|
1324
1288
|
};
|
|
1325
|
-
platform_editor_ai_multi_format_streaming: {
|
|
1326
|
-
defaultValue: boolean;
|
|
1327
|
-
param: string;
|
|
1328
|
-
productKeys?: ProductKeys;
|
|
1329
|
-
typeGuard: IsBooleanType;
|
|
1330
|
-
};
|
|
1331
1289
|
platform_editor_dnd_accessibility_fixes_expand: {
|
|
1332
1290
|
defaultValue: boolean;
|
|
1333
1291
|
param: string;
|
|
@@ -1376,12 +1334,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1376
1334
|
productKeys?: ProductKeys;
|
|
1377
1335
|
typeGuard: IsBooleanType;
|
|
1378
1336
|
};
|
|
1379
|
-
show_mentions_in_suggest_reply: {
|
|
1380
|
-
defaultValue: boolean;
|
|
1381
|
-
param: string;
|
|
1382
|
-
productKeys?: ProductKeys;
|
|
1383
|
-
typeGuard: IsBooleanType;
|
|
1384
|
-
};
|
|
1385
1337
|
platform_editor_media_reliability_enhancements: {
|
|
1386
1338
|
defaultValue: boolean;
|
|
1387
1339
|
param: string;
|
|
@@ -1430,12 +1382,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1430
1382
|
productKeys?: ProductKeys;
|
|
1431
1383
|
typeGuard: IsBooleanType;
|
|
1432
1384
|
};
|
|
1433
|
-
platform_editor_fix_table_move_shortcut: {
|
|
1434
|
-
defaultValue: boolean;
|
|
1435
|
-
param: string;
|
|
1436
|
-
productKeys?: ProductKeys;
|
|
1437
|
-
typeGuard: IsBooleanType;
|
|
1438
|
-
};
|
|
1439
1385
|
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1440
1386
|
defaultValue: boolean;
|
|
1441
1387
|
param: string;
|
|
@@ -1539,12 +1485,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1539
1485
|
productKeys?: ProductKeys;
|
|
1540
1486
|
typeGuard: IsBooleanType;
|
|
1541
1487
|
};
|
|
1542
|
-
platform_editor_default_toolbar_state: {
|
|
1543
|
-
defaultValue: boolean;
|
|
1544
|
-
param: string;
|
|
1545
|
-
productKeys?: ProductKeys;
|
|
1546
|
-
typeGuard: IsBooleanType;
|
|
1547
|
-
};
|
|
1548
1488
|
platform_editor_nest_table_in_panel: {
|
|
1549
1489
|
defaultValue: boolean;
|
|
1550
1490
|
param: string;
|
|
@@ -1647,12 +1587,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1647
1587
|
productKeys?: ProductKeys;
|
|
1648
1588
|
typeGuard: IsBooleanType;
|
|
1649
1589
|
};
|
|
1650
|
-
platform_editor_menu_radius_update: {
|
|
1651
|
-
defaultValue: boolean;
|
|
1652
|
-
param: string;
|
|
1653
|
-
productKeys?: ProductKeys;
|
|
1654
|
-
typeGuard: IsBooleanType;
|
|
1655
|
-
};
|
|
1656
1590
|
platform_editor_ssr_toolbar_optimistic: {
|
|
1657
1591
|
defaultValue: boolean;
|
|
1658
1592
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "157.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.7.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|