@atlaskit/tmp-editor-statsig 156.0.0 → 158.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
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 158.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`424cc3975b0eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/424cc3975b0eb) -
|
|
8
|
+
Clean up experiment `platform_editor_lovability_suppress_toolbar_event`
|
|
9
|
+
- [`9e4a665de419a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e4a665de419a) -
|
|
10
|
+
Clean up of expriment flag `platform_editor_preview_panel_linking_exp_conf` and
|
|
11
|
+
`platform_editor_preview_panel_linking_exp_jira`.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
17
|
+
## 157.0.0
|
|
18
|
+
|
|
19
|
+
### Major Changes
|
|
20
|
+
|
|
21
|
+
- [`d96f86ff344b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d96f86ff344b8) -
|
|
22
|
+
Remove platform_editor_vc90_transition_expand_icon, platform_editor_add_image_editing,
|
|
23
|
+
platform_editor_ai_multi_format_streaming, platform_editor_default_toolbar_state,
|
|
24
|
+
platform_editor_early_exit_return_draft, platform_editor_fix_focus_MediaInsertPicker,
|
|
25
|
+
platform_editor_fix_table_move_shortcut, platform_editor_menu_radius_update,
|
|
26
|
+
platform_editor_react19_migration, and show_mentions_in_suggest_reply from
|
|
27
|
+
editorExperimentsConfig. Consumers should read these experiments through
|
|
28
|
+
@atlaskit/platform-feature-experiments.
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
|
|
3
34
|
## 156.0.0
|
|
4
35
|
|
|
5
36
|
### Major Changes
|
|
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
|
|
|
14
14
|
|
|
15
15
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
16
16
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
17
|
-
var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
17
|
+
var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Extract valid expected values.
|
|
@@ -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: {
|
|
@@ -340,14 +331,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
340
331
|
param: 'isEnabled',
|
|
341
332
|
defaultValue: false
|
|
342
333
|
}),
|
|
343
|
-
// Added 2026-03-09
|
|
344
|
-
platform_editor_react19_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
345
|
-
productKeys: {
|
|
346
|
-
confluence: 'platform_editor_react19_migration'
|
|
347
|
-
},
|
|
348
|
-
param: 'isEnabled',
|
|
349
|
-
defaultValue: false
|
|
350
|
-
}),
|
|
351
334
|
// Added 2026-05-15
|
|
352
335
|
platform_editor_per_plugin_error_boundary: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
353
336
|
productKeys: {
|
|
@@ -540,15 +523,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
540
523
|
param: 'isEnabled',
|
|
541
524
|
defaultValue: false
|
|
542
525
|
}),
|
|
543
|
-
// Added 2025-10-31
|
|
544
|
-
platform_editor_lovability_suppress_toolbar_event: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
545
|
-
productKeys: {
|
|
546
|
-
confluence: 'platform_editor_lovability_suppress_toolbar_event',
|
|
547
|
-
jira: 'platform_editor_lovability_suppress_toolbar_event'
|
|
548
|
-
},
|
|
549
|
-
param: 'isEnabled',
|
|
550
|
-
defaultValue: false
|
|
551
|
-
}),
|
|
552
526
|
// Added 2026-06-02
|
|
553
527
|
platform_editor_layout_keywords: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
554
528
|
productKeys: {
|
|
@@ -680,15 +654,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
680
654
|
param: 'isEnabled',
|
|
681
655
|
defaultValue: false
|
|
682
656
|
}),
|
|
683
|
-
// Added 2025-08-18
|
|
684
|
-
platform_editor_preview_panel_linking_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
685
|
-
productKeys: {
|
|
686
|
-
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
687
|
-
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
688
|
-
},
|
|
689
|
-
param: 'isEnabled',
|
|
690
|
-
defaultValue: false
|
|
691
|
-
}),
|
|
692
657
|
// Added 2026-01-27
|
|
693
658
|
platform_editor_table_excerpts_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
694
659
|
productKeys: {
|
|
@@ -1016,14 +981,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1016
981
|
param: 'isEnabled',
|
|
1017
982
|
defaultValue: false
|
|
1018
983
|
}),
|
|
1019
|
-
// Added 2025-12-08
|
|
1020
|
-
platform_editor_add_image_editing: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1021
|
-
productKeys: {
|
|
1022
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1023
|
-
},
|
|
1024
|
-
param: 'isEnabled',
|
|
1025
|
-
defaultValue: false
|
|
1026
|
-
}),
|
|
1027
984
|
platform_editor_toolbar_submenu_open_click: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1028
985
|
productKeys: {
|
|
1029
986
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1380,14 +1337,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1380
1337
|
defaultValue: false
|
|
1381
1338
|
}),
|
|
1382
1339
|
// Added 2026-03-04
|
|
1383
|
-
platform_editor_vc90_transition_expand_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1384
|
-
productKeys: {
|
|
1385
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1386
|
-
},
|
|
1387
|
-
param: 'isEnabled',
|
|
1388
|
-
defaultValue: false
|
|
1389
|
-
}),
|
|
1390
|
-
// Added 2026-03-04
|
|
1391
1340
|
platform_editor_vc90_transition_panel_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1392
1341
|
productKeys: {
|
|
1393
1342
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1472,14 +1421,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1472
1421
|
param: 'isEnabled',
|
|
1473
1422
|
defaultValue: false
|
|
1474
1423
|
}),
|
|
1475
|
-
// Added 2026-02-27
|
|
1476
|
-
platform_editor_early_exit_return_draft: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1477
|
-
productKeys: {
|
|
1478
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1479
|
-
},
|
|
1480
|
-
param: 'isEnabled',
|
|
1481
|
-
defaultValue: false
|
|
1482
|
-
}),
|
|
1483
1424
|
// Added 2026-03-02
|
|
1484
1425
|
platform_editor_discarded_unified_analytic_events: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1485
1426
|
productKeys: {
|
|
@@ -1727,14 +1668,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1727
1668
|
param: 'isEnabled',
|
|
1728
1669
|
defaultValue: false
|
|
1729
1670
|
}),
|
|
1730
|
-
// Added 2026-04-14
|
|
1731
|
-
platform_editor_ai_multi_format_streaming: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1732
|
-
productKeys: {
|
|
1733
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1734
|
-
},
|
|
1735
|
-
param: 'isEnabled',
|
|
1736
|
-
defaultValue: false
|
|
1737
|
-
}),
|
|
1738
1671
|
// Added 2026-03-31
|
|
1739
1672
|
platform_editor_dnd_accessibility_fixes_expand: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1740
1673
|
productKeys: {
|
|
@@ -1842,14 +1775,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1842
1775
|
param: 'isEnabled',
|
|
1843
1776
|
defaultValue: false
|
|
1844
1777
|
}),
|
|
1845
|
-
// Added 2026-04-01
|
|
1846
|
-
show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1847
|
-
productKeys: {
|
|
1848
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1849
|
-
},
|
|
1850
|
-
param: 'isEnabled',
|
|
1851
|
-
defaultValue: false
|
|
1852
|
-
}),
|
|
1853
1778
|
// Added 2026-04-28
|
|
1854
1779
|
platform_editor_use_markdown_plus_parser: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1855
1780
|
productKeys: {
|
|
@@ -1967,15 +1892,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1967
1892
|
param: 'isEnabled',
|
|
1968
1893
|
defaultValue: false
|
|
1969
1894
|
}),
|
|
1970
|
-
// Added 2026-07-16
|
|
1971
|
-
platform_editor_fix_table_move_shortcut: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1972
|
-
productKeys: {
|
|
1973
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1974
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1975
|
-
},
|
|
1976
|
-
param: 'isEnabled',
|
|
1977
|
-
defaultValue: false
|
|
1978
|
-
}),
|
|
1979
1895
|
// Added 2026-04-16
|
|
1980
1896
|
cc_dnd_smart_link_changeboard_platform_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1981
1897
|
productKeys: {
|
|
@@ -2093,14 +2009,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2093
2009
|
param: 'isEnabled',
|
|
2094
2010
|
defaultValue: false
|
|
2095
2011
|
}),
|
|
2096
|
-
// Added 2026-05-20
|
|
2097
|
-
platform_editor_default_toolbar_state: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2098
|
-
productKeys: {
|
|
2099
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2100
|
-
},
|
|
2101
|
-
param: 'isEnabled',
|
|
2102
|
-
defaultValue: false
|
|
2103
|
-
}),
|
|
2104
2012
|
platform_rovo_support_create_inline_comment: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2105
2013
|
productKeys: {
|
|
2106
2014
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2228,7 +2136,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2228
2136
|
productKeys: {
|
|
2229
2137
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2230
2138
|
},
|
|
2231
|
-
param: '
|
|
2139
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2232
2140
|
defaultValue: false
|
|
2233
2141
|
}),
|
|
2234
2142
|
// Added 2026-06-01
|
|
@@ -2269,15 +2177,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2269
2177
|
param: 'isEnabled',
|
|
2270
2178
|
defaultValue: false
|
|
2271
2179
|
}),
|
|
2272
|
-
// Added 2026-06-15
|
|
2273
|
-
platform_editor_menu_radius_update: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2274
|
-
productKeys: {
|
|
2275
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2276
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2277
|
-
},
|
|
2278
|
-
param: 'isEnabled',
|
|
2279
|
-
defaultValue: false
|
|
2280
|
-
}),
|
|
2281
2180
|
// Added 2026-06-20
|
|
2282
2181
|
platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2283
2182
|
productKeys: {
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
11
|
+
export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -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: {
|
|
@@ -334,14 +325,6 @@ export const editorExperimentsConfig = {
|
|
|
334
325
|
param: 'isEnabled',
|
|
335
326
|
defaultValue: false
|
|
336
327
|
}),
|
|
337
|
-
// Added 2026-03-09
|
|
338
|
-
platform_editor_react19_migration: createBooleanExperiment({
|
|
339
|
-
productKeys: {
|
|
340
|
-
confluence: 'platform_editor_react19_migration'
|
|
341
|
-
},
|
|
342
|
-
param: 'isEnabled',
|
|
343
|
-
defaultValue: false
|
|
344
|
-
}),
|
|
345
328
|
// Added 2026-05-15
|
|
346
329
|
platform_editor_per_plugin_error_boundary: createBooleanExperiment({
|
|
347
330
|
productKeys: {
|
|
@@ -534,15 +517,6 @@ export const editorExperimentsConfig = {
|
|
|
534
517
|
param: 'isEnabled',
|
|
535
518
|
defaultValue: false
|
|
536
519
|
}),
|
|
537
|
-
// Added 2025-10-31
|
|
538
|
-
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
539
|
-
productKeys: {
|
|
540
|
-
confluence: 'platform_editor_lovability_suppress_toolbar_event',
|
|
541
|
-
jira: 'platform_editor_lovability_suppress_toolbar_event'
|
|
542
|
-
},
|
|
543
|
-
param: 'isEnabled',
|
|
544
|
-
defaultValue: false
|
|
545
|
-
}),
|
|
546
520
|
// Added 2026-06-02
|
|
547
521
|
platform_editor_layout_keywords: createBooleanExperiment({
|
|
548
522
|
productKeys: {
|
|
@@ -674,15 +648,6 @@ export const editorExperimentsConfig = {
|
|
|
674
648
|
param: 'isEnabled',
|
|
675
649
|
defaultValue: false
|
|
676
650
|
}),
|
|
677
|
-
// Added 2025-08-18
|
|
678
|
-
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
679
|
-
productKeys: {
|
|
680
|
-
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
681
|
-
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
682
|
-
},
|
|
683
|
-
param: 'isEnabled',
|
|
684
|
-
defaultValue: false
|
|
685
|
-
}),
|
|
686
651
|
// Added 2026-01-27
|
|
687
652
|
platform_editor_table_excerpts_fix: createBooleanExperiment({
|
|
688
653
|
productKeys: {
|
|
@@ -1010,14 +975,6 @@ export const editorExperimentsConfig = {
|
|
|
1010
975
|
param: 'isEnabled',
|
|
1011
976
|
defaultValue: false
|
|
1012
977
|
}),
|
|
1013
|
-
// Added 2025-12-08
|
|
1014
|
-
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1015
|
-
productKeys: {
|
|
1016
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1017
|
-
},
|
|
1018
|
-
param: 'isEnabled',
|
|
1019
|
-
defaultValue: false
|
|
1020
|
-
}),
|
|
1021
978
|
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1022
979
|
productKeys: {
|
|
1023
980
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1374,14 +1331,6 @@ export const editorExperimentsConfig = {
|
|
|
1374
1331
|
defaultValue: false
|
|
1375
1332
|
}),
|
|
1376
1333
|
// Added 2026-03-04
|
|
1377
|
-
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1378
|
-
productKeys: {
|
|
1379
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1380
|
-
},
|
|
1381
|
-
param: 'isEnabled',
|
|
1382
|
-
defaultValue: false
|
|
1383
|
-
}),
|
|
1384
|
-
// Added 2026-03-04
|
|
1385
1334
|
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1386
1335
|
productKeys: {
|
|
1387
1336
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1466,14 +1415,6 @@ export const editorExperimentsConfig = {
|
|
|
1466
1415
|
param: 'isEnabled',
|
|
1467
1416
|
defaultValue: false
|
|
1468
1417
|
}),
|
|
1469
|
-
// Added 2026-02-27
|
|
1470
|
-
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1471
|
-
productKeys: {
|
|
1472
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1473
|
-
},
|
|
1474
|
-
param: 'isEnabled',
|
|
1475
|
-
defaultValue: false
|
|
1476
|
-
}),
|
|
1477
1418
|
// Added 2026-03-02
|
|
1478
1419
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1479
1420
|
productKeys: {
|
|
@@ -1721,14 +1662,6 @@ export const editorExperimentsConfig = {
|
|
|
1721
1662
|
param: 'isEnabled',
|
|
1722
1663
|
defaultValue: false
|
|
1723
1664
|
}),
|
|
1724
|
-
// Added 2026-04-14
|
|
1725
|
-
platform_editor_ai_multi_format_streaming: createBooleanExperiment({
|
|
1726
|
-
productKeys: {
|
|
1727
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1728
|
-
},
|
|
1729
|
-
param: 'isEnabled',
|
|
1730
|
-
defaultValue: false
|
|
1731
|
-
}),
|
|
1732
1665
|
// Added 2026-03-31
|
|
1733
1666
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1734
1667
|
productKeys: {
|
|
@@ -1836,14 +1769,6 @@ export const editorExperimentsConfig = {
|
|
|
1836
1769
|
param: 'isEnabled',
|
|
1837
1770
|
defaultValue: false
|
|
1838
1771
|
}),
|
|
1839
|
-
// Added 2026-04-01
|
|
1840
|
-
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1841
|
-
productKeys: {
|
|
1842
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1843
|
-
},
|
|
1844
|
-
param: 'isEnabled',
|
|
1845
|
-
defaultValue: false
|
|
1846
|
-
}),
|
|
1847
1772
|
// Added 2026-04-28
|
|
1848
1773
|
platform_editor_use_markdown_plus_parser: createBooleanExperiment({
|
|
1849
1774
|
productKeys: {
|
|
@@ -1961,15 +1886,6 @@ export const editorExperimentsConfig = {
|
|
|
1961
1886
|
param: 'isEnabled',
|
|
1962
1887
|
defaultValue: false
|
|
1963
1888
|
}),
|
|
1964
|
-
// Added 2026-07-16
|
|
1965
|
-
platform_editor_fix_table_move_shortcut: createBooleanExperiment({
|
|
1966
|
-
productKeys: {
|
|
1967
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1968
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1969
|
-
},
|
|
1970
|
-
param: 'isEnabled',
|
|
1971
|
-
defaultValue: false
|
|
1972
|
-
}),
|
|
1973
1889
|
// Added 2026-04-16
|
|
1974
1890
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1975
1891
|
productKeys: {
|
|
@@ -2087,14 +2003,6 @@ export const editorExperimentsConfig = {
|
|
|
2087
2003
|
param: 'isEnabled',
|
|
2088
2004
|
defaultValue: false
|
|
2089
2005
|
}),
|
|
2090
|
-
// Added 2026-05-20
|
|
2091
|
-
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2092
|
-
productKeys: {
|
|
2093
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2094
|
-
},
|
|
2095
|
-
param: 'isEnabled',
|
|
2096
|
-
defaultValue: false
|
|
2097
|
-
}),
|
|
2098
2006
|
platform_rovo_support_create_inline_comment: createBooleanExperiment({
|
|
2099
2007
|
productKeys: {
|
|
2100
2008
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2222,7 +2130,7 @@ export const editorExperimentsConfig = {
|
|
|
2222
2130
|
productKeys: {
|
|
2223
2131
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2224
2132
|
},
|
|
2225
|
-
param: '
|
|
2133
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2226
2134
|
defaultValue: false
|
|
2227
2135
|
}),
|
|
2228
2136
|
// Added 2026-06-01
|
|
@@ -2263,15 +2171,6 @@ export const editorExperimentsConfig = {
|
|
|
2263
2171
|
param: 'isEnabled',
|
|
2264
2172
|
defaultValue: false
|
|
2265
2173
|
}),
|
|
2266
|
-
// Added 2026-06-15
|
|
2267
|
-
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2268
|
-
productKeys: {
|
|
2269
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2270
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2271
|
-
},
|
|
2272
|
-
param: 'isEnabled',
|
|
2273
|
-
defaultValue: false
|
|
2274
|
-
}),
|
|
2275
2174
|
// Added 2026-06-20
|
|
2276
2175
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2277
2176
|
productKeys: {
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
11
|
+
export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -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: {
|
|
@@ -334,14 +325,6 @@ export var editorExperimentsConfig = {
|
|
|
334
325
|
param: 'isEnabled',
|
|
335
326
|
defaultValue: false
|
|
336
327
|
}),
|
|
337
|
-
// Added 2026-03-09
|
|
338
|
-
platform_editor_react19_migration: createBooleanExperiment({
|
|
339
|
-
productKeys: {
|
|
340
|
-
confluence: 'platform_editor_react19_migration'
|
|
341
|
-
},
|
|
342
|
-
param: 'isEnabled',
|
|
343
|
-
defaultValue: false
|
|
344
|
-
}),
|
|
345
328
|
// Added 2026-05-15
|
|
346
329
|
platform_editor_per_plugin_error_boundary: createBooleanExperiment({
|
|
347
330
|
productKeys: {
|
|
@@ -534,15 +517,6 @@ export var editorExperimentsConfig = {
|
|
|
534
517
|
param: 'isEnabled',
|
|
535
518
|
defaultValue: false
|
|
536
519
|
}),
|
|
537
|
-
// Added 2025-10-31
|
|
538
|
-
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
539
|
-
productKeys: {
|
|
540
|
-
confluence: 'platform_editor_lovability_suppress_toolbar_event',
|
|
541
|
-
jira: 'platform_editor_lovability_suppress_toolbar_event'
|
|
542
|
-
},
|
|
543
|
-
param: 'isEnabled',
|
|
544
|
-
defaultValue: false
|
|
545
|
-
}),
|
|
546
520
|
// Added 2026-06-02
|
|
547
521
|
platform_editor_layout_keywords: createBooleanExperiment({
|
|
548
522
|
productKeys: {
|
|
@@ -674,15 +648,6 @@ export var editorExperimentsConfig = {
|
|
|
674
648
|
param: 'isEnabled',
|
|
675
649
|
defaultValue: false
|
|
676
650
|
}),
|
|
677
|
-
// Added 2025-08-18
|
|
678
|
-
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
679
|
-
productKeys: {
|
|
680
|
-
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
681
|
-
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
682
|
-
},
|
|
683
|
-
param: 'isEnabled',
|
|
684
|
-
defaultValue: false
|
|
685
|
-
}),
|
|
686
651
|
// Added 2026-01-27
|
|
687
652
|
platform_editor_table_excerpts_fix: createBooleanExperiment({
|
|
688
653
|
productKeys: {
|
|
@@ -1010,14 +975,6 @@ export var editorExperimentsConfig = {
|
|
|
1010
975
|
param: 'isEnabled',
|
|
1011
976
|
defaultValue: false
|
|
1012
977
|
}),
|
|
1013
|
-
// Added 2025-12-08
|
|
1014
|
-
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1015
|
-
productKeys: {
|
|
1016
|
-
confluence: 'platform_editor_add_image_editing'
|
|
1017
|
-
},
|
|
1018
|
-
param: 'isEnabled',
|
|
1019
|
-
defaultValue: false
|
|
1020
|
-
}),
|
|
1021
978
|
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1022
979
|
productKeys: {
|
|
1023
980
|
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
@@ -1374,14 +1331,6 @@ export var editorExperimentsConfig = {
|
|
|
1374
1331
|
defaultValue: false
|
|
1375
1332
|
}),
|
|
1376
1333
|
// Added 2026-03-04
|
|
1377
|
-
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1378
|
-
productKeys: {
|
|
1379
|
-
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1380
|
-
},
|
|
1381
|
-
param: 'isEnabled',
|
|
1382
|
-
defaultValue: false
|
|
1383
|
-
}),
|
|
1384
|
-
// Added 2026-03-04
|
|
1385
1334
|
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1386
1335
|
productKeys: {
|
|
1387
1336
|
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
@@ -1466,14 +1415,6 @@ export var editorExperimentsConfig = {
|
|
|
1466
1415
|
param: 'isEnabled',
|
|
1467
1416
|
defaultValue: false
|
|
1468
1417
|
}),
|
|
1469
|
-
// Added 2026-02-27
|
|
1470
|
-
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1471
|
-
productKeys: {
|
|
1472
|
-
confluence: 'platform_editor_early_exit_return_draft'
|
|
1473
|
-
},
|
|
1474
|
-
param: 'isEnabled',
|
|
1475
|
-
defaultValue: false
|
|
1476
|
-
}),
|
|
1477
1418
|
// Added 2026-03-02
|
|
1478
1419
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1479
1420
|
productKeys: {
|
|
@@ -1721,14 +1662,6 @@ export var editorExperimentsConfig = {
|
|
|
1721
1662
|
param: 'isEnabled',
|
|
1722
1663
|
defaultValue: false
|
|
1723
1664
|
}),
|
|
1724
|
-
// Added 2026-04-14
|
|
1725
|
-
platform_editor_ai_multi_format_streaming: createBooleanExperiment({
|
|
1726
|
-
productKeys: {
|
|
1727
|
-
confluence: 'platform_editor_ai_multi_format_streaming'
|
|
1728
|
-
},
|
|
1729
|
-
param: 'isEnabled',
|
|
1730
|
-
defaultValue: false
|
|
1731
|
-
}),
|
|
1732
1665
|
// Added 2026-03-31
|
|
1733
1666
|
platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
|
|
1734
1667
|
productKeys: {
|
|
@@ -1836,14 +1769,6 @@ export var editorExperimentsConfig = {
|
|
|
1836
1769
|
param: 'isEnabled',
|
|
1837
1770
|
defaultValue: false
|
|
1838
1771
|
}),
|
|
1839
|
-
// Added 2026-04-01
|
|
1840
|
-
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1841
|
-
productKeys: {
|
|
1842
|
-
jira: 'show_mentions_in_suggest_reply'
|
|
1843
|
-
},
|
|
1844
|
-
param: 'isEnabled',
|
|
1845
|
-
defaultValue: false
|
|
1846
|
-
}),
|
|
1847
1772
|
// Added 2026-04-28
|
|
1848
1773
|
platform_editor_use_markdown_plus_parser: createBooleanExperiment({
|
|
1849
1774
|
productKeys: {
|
|
@@ -1961,15 +1886,6 @@ export var editorExperimentsConfig = {
|
|
|
1961
1886
|
param: 'isEnabled',
|
|
1962
1887
|
defaultValue: false
|
|
1963
1888
|
}),
|
|
1964
|
-
// Added 2026-07-16
|
|
1965
|
-
platform_editor_fix_table_move_shortcut: createBooleanExperiment({
|
|
1966
|
-
productKeys: {
|
|
1967
|
-
confluence: 'platform_editor_fix_table_move_shortcut',
|
|
1968
|
-
jira: 'platform_editor_fix_table_move_shortcut'
|
|
1969
|
-
},
|
|
1970
|
-
param: 'isEnabled',
|
|
1971
|
-
defaultValue: false
|
|
1972
|
-
}),
|
|
1973
1889
|
// Added 2026-04-16
|
|
1974
1890
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1975
1891
|
productKeys: {
|
|
@@ -2087,14 +2003,6 @@ export var editorExperimentsConfig = {
|
|
|
2087
2003
|
param: 'isEnabled',
|
|
2088
2004
|
defaultValue: false
|
|
2089
2005
|
}),
|
|
2090
|
-
// Added 2026-05-20
|
|
2091
|
-
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2092
|
-
productKeys: {
|
|
2093
|
-
confluence: 'platform_editor_default_toolbar_state'
|
|
2094
|
-
},
|
|
2095
|
-
param: 'isEnabled',
|
|
2096
|
-
defaultValue: false
|
|
2097
|
-
}),
|
|
2098
2006
|
platform_rovo_support_create_inline_comment: createBooleanExperiment({
|
|
2099
2007
|
productKeys: {
|
|
2100
2008
|
confluence: 'platform_rovo_support_create_inline_comment'
|
|
@@ -2222,7 +2130,7 @@ export var editorExperimentsConfig = {
|
|
|
2222
2130
|
productKeys: {
|
|
2223
2131
|
confluence: 'platform_editor_ai_new_aifc_editor_experience'
|
|
2224
2132
|
},
|
|
2225
|
-
param: '
|
|
2133
|
+
param: 'isBackendReviewMomentEnabled',
|
|
2226
2134
|
defaultValue: false
|
|
2227
2135
|
}),
|
|
2228
2136
|
// Added 2026-06-01
|
|
@@ -2263,15 +2171,6 @@ export var editorExperimentsConfig = {
|
|
|
2263
2171
|
param: 'isEnabled',
|
|
2264
2172
|
defaultValue: false
|
|
2265
2173
|
}),
|
|
2266
|
-
// Added 2026-06-15
|
|
2267
|
-
platform_editor_menu_radius_update: createBooleanExperiment({
|
|
2268
|
-
productKeys: {
|
|
2269
|
-
confluence: 'platform_editor_menu_radius_update',
|
|
2270
|
-
jira: 'platform_editor_menu_radius_update'
|
|
2271
|
-
},
|
|
2272
|
-
param: 'isEnabled',
|
|
2273
|
-
defaultValue: false
|
|
2274
|
-
}),
|
|
2275
2174
|
// Added 2026-06-20
|
|
2276
2175
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
2277
2176
|
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;
|
|
@@ -532,12 +520,6 @@ export declare const editorExperimentsConfig: {
|
|
|
532
520
|
productKeys?: ProductKeys;
|
|
533
521
|
typeGuard: IsBooleanType;
|
|
534
522
|
};
|
|
535
|
-
platform_editor_lovability_suppress_toolbar_event: {
|
|
536
|
-
defaultValue: boolean;
|
|
537
|
-
param: string;
|
|
538
|
-
productKeys?: ProductKeys;
|
|
539
|
-
typeGuard: IsBooleanType;
|
|
540
|
-
};
|
|
541
523
|
platform_editor_media_error_analytics: {
|
|
542
524
|
defaultValue: boolean;
|
|
543
525
|
param: string;
|
|
@@ -604,12 +586,6 @@ export declare const editorExperimentsConfig: {
|
|
|
604
586
|
productKeys?: ProductKeys;
|
|
605
587
|
typeGuard: IsBooleanType;
|
|
606
588
|
};
|
|
607
|
-
platform_editor_preview_panel_linking_exp: {
|
|
608
|
-
defaultValue: boolean;
|
|
609
|
-
param: string;
|
|
610
|
-
productKeys?: ProductKeys;
|
|
611
|
-
typeGuard: IsBooleanType;
|
|
612
|
-
};
|
|
613
589
|
platform_editor_preview_panel_responsiveness: {
|
|
614
590
|
defaultValue: boolean;
|
|
615
591
|
param: string;
|
|
@@ -671,12 +647,6 @@ export declare const editorExperimentsConfig: {
|
|
|
671
647
|
productKeys?: ProductKeys;
|
|
672
648
|
typeGuard: IsBooleanType;
|
|
673
649
|
};
|
|
674
|
-
platform_editor_add_image_editing: {
|
|
675
|
-
defaultValue: boolean;
|
|
676
|
-
param: string;
|
|
677
|
-
productKeys?: ProductKeys;
|
|
678
|
-
typeGuard: IsBooleanType;
|
|
679
|
-
};
|
|
680
650
|
platform_hover_card_preview_panel: {
|
|
681
651
|
defaultValue: 'control' | 'test';
|
|
682
652
|
param: string;
|
|
@@ -1076,12 +1046,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1076
1046
|
productKeys?: ProductKeys;
|
|
1077
1047
|
typeGuard: IsBooleanType;
|
|
1078
1048
|
};
|
|
1079
|
-
platform_editor_vc90_transition_expand_icon: {
|
|
1080
|
-
defaultValue: boolean;
|
|
1081
|
-
param: string;
|
|
1082
|
-
productKeys?: ProductKeys;
|
|
1083
|
-
typeGuard: IsBooleanType;
|
|
1084
|
-
};
|
|
1085
1049
|
platform_editor_vc90_transition_panel_icon: {
|
|
1086
1050
|
defaultValue: boolean;
|
|
1087
1051
|
param: string;
|
|
@@ -1130,12 +1094,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1130
1094
|
productKeys?: ProductKeys;
|
|
1131
1095
|
typeGuard: IsBooleanType;
|
|
1132
1096
|
};
|
|
1133
|
-
platform_editor_early_exit_return_draft: {
|
|
1134
|
-
defaultValue: boolean;
|
|
1135
|
-
param: string;
|
|
1136
|
-
productKeys?: ProductKeys;
|
|
1137
|
-
typeGuard: IsBooleanType;
|
|
1138
|
-
};
|
|
1139
1097
|
platform_editor_discarded_unified_analytic_events: {
|
|
1140
1098
|
defaultValue: boolean;
|
|
1141
1099
|
param: string;
|
|
@@ -1316,12 +1274,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1316
1274
|
productKeys?: ProductKeys;
|
|
1317
1275
|
typeGuard: IsBooleanType;
|
|
1318
1276
|
};
|
|
1319
|
-
platform_editor_ai_multi_format_streaming: {
|
|
1320
|
-
defaultValue: boolean;
|
|
1321
|
-
param: string;
|
|
1322
|
-
productKeys?: ProductKeys;
|
|
1323
|
-
typeGuard: IsBooleanType;
|
|
1324
|
-
};
|
|
1325
1277
|
platform_editor_dnd_accessibility_fixes_expand: {
|
|
1326
1278
|
defaultValue: boolean;
|
|
1327
1279
|
param: string;
|
|
@@ -1370,12 +1322,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1370
1322
|
productKeys?: ProductKeys;
|
|
1371
1323
|
typeGuard: IsBooleanType;
|
|
1372
1324
|
};
|
|
1373
|
-
show_mentions_in_suggest_reply: {
|
|
1374
|
-
defaultValue: boolean;
|
|
1375
|
-
param: string;
|
|
1376
|
-
productKeys?: ProductKeys;
|
|
1377
|
-
typeGuard: IsBooleanType;
|
|
1378
|
-
};
|
|
1379
1325
|
platform_editor_media_reliability_enhancements: {
|
|
1380
1326
|
defaultValue: boolean;
|
|
1381
1327
|
param: string;
|
|
@@ -1424,12 +1370,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1424
1370
|
productKeys?: ProductKeys;
|
|
1425
1371
|
typeGuard: IsBooleanType;
|
|
1426
1372
|
};
|
|
1427
|
-
platform_editor_fix_table_move_shortcut: {
|
|
1428
|
-
defaultValue: boolean;
|
|
1429
|
-
param: string;
|
|
1430
|
-
productKeys?: ProductKeys;
|
|
1431
|
-
typeGuard: IsBooleanType;
|
|
1432
|
-
};
|
|
1433
1373
|
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1434
1374
|
defaultValue: boolean;
|
|
1435
1375
|
param: string;
|
|
@@ -1533,12 +1473,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1533
1473
|
productKeys?: ProductKeys;
|
|
1534
1474
|
typeGuard: IsBooleanType;
|
|
1535
1475
|
};
|
|
1536
|
-
platform_editor_default_toolbar_state: {
|
|
1537
|
-
defaultValue: boolean;
|
|
1538
|
-
param: string;
|
|
1539
|
-
productKeys?: ProductKeys;
|
|
1540
|
-
typeGuard: IsBooleanType;
|
|
1541
|
-
};
|
|
1542
1476
|
platform_editor_nest_table_in_panel: {
|
|
1543
1477
|
defaultValue: boolean;
|
|
1544
1478
|
param: string;
|
|
@@ -1641,12 +1575,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1641
1575
|
productKeys?: ProductKeys;
|
|
1642
1576
|
typeGuard: IsBooleanType;
|
|
1643
1577
|
};
|
|
1644
|
-
platform_editor_menu_radius_update: {
|
|
1645
|
-
defaultValue: boolean;
|
|
1646
|
-
param: string;
|
|
1647
|
-
productKeys?: ProductKeys;
|
|
1648
|
-
typeGuard: IsBooleanType;
|
|
1649
|
-
};
|
|
1650
1578
|
platform_editor_ssr_toolbar_optimistic: {
|
|
1651
1579
|
defaultValue: boolean;
|
|
1652
1580
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "158.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": {
|