@atlaskit/tmp-editor-statsig 167.0.0 → 169.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,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 169.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`4db8fed8666c0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4db8fed8666c0) -
|
|
8
|
+
Clean up experiment `platform_editor_close_expand_find` and permanently enable browser find in
|
|
9
|
+
collapsed Expand content.
|
|
10
|
+
- [`08bf773f7599a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08bf773f7599a) -
|
|
11
|
+
Migrate experiments to use the new platform experiment API. This major release removes the
|
|
12
|
+
migrated experiment entries from `@atlaskit/tmp-editor-statsig`'s `editorExperimentsConfig` and
|
|
13
|
+
test overrides. Consumers must replace legacy `expVal`/`expValEquals` calls with
|
|
14
|
+
`@atlaskit/platform-feature-experiments` APIs, using `isExperimentEnabled` for boolean `isEnabled`
|
|
15
|
+
experiments and `expVal` for parameterized experiments; use `mockExpEnabled`/`mockExpDisabled` in
|
|
16
|
+
tests.
|
|
17
|
+
|
|
18
|
+
## 168.0.0
|
|
19
|
+
|
|
20
|
+
### Major Changes
|
|
21
|
+
|
|
22
|
+
- [`c4385174a8662`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4385174a8662) -
|
|
23
|
+
Clean up experiment `editor_a11y_role_textbox`.
|
|
24
|
+
|
|
3
25
|
## 167.0.0
|
|
4
26
|
|
|
5
27
|
### Major Changes
|
|
@@ -86,14 +86,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
86
86
|
// Editor Platform experiments
|
|
87
87
|
// lwoollard experiments
|
|
88
88
|
|
|
89
|
-
// Added 2026-02-11
|
|
90
|
-
ai_speech_to_text_in_editor: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
91
|
-
productKeys: {
|
|
92
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
93
|
-
},
|
|
94
|
-
param: 'isEnabled',
|
|
95
|
-
defaultValue: false
|
|
96
|
-
}),
|
|
97
89
|
// Added 2026-04-21
|
|
98
90
|
cwr_page_tree_auto_finalize: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
99
91
|
productKeys: {
|
|
@@ -238,14 +230,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
238
230
|
param: 'isEnabled',
|
|
239
231
|
defaultValue: false
|
|
240
232
|
}),
|
|
241
|
-
// Added 2026-04-28
|
|
242
|
-
'agent-managed_blocks_mvp': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
243
|
-
productKeys: {
|
|
244
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
245
|
-
},
|
|
246
|
-
param: 'isEnabled',
|
|
247
|
-
defaultValue: false
|
|
248
|
-
}),
|
|
249
233
|
// Added 2026-05-05
|
|
250
234
|
'databases-native-embeds-v2': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
251
235
|
productKeys: {
|
|
@@ -359,15 +343,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
359
343
|
param: 'isEnabled',
|
|
360
344
|
defaultValue: false
|
|
361
345
|
}),
|
|
362
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
363
|
-
platform_editor_experience_tracking_observer: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
364
|
-
productKeys: {
|
|
365
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
366
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
367
|
-
},
|
|
368
|
-
param: 'isEnabled',
|
|
369
|
-
defaultValue: false
|
|
370
|
-
}),
|
|
371
346
|
// Added 2024-10-01
|
|
372
347
|
comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
373
348
|
productKeys: {
|
|
@@ -689,14 +664,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
689
664
|
param: 'isEnabled',
|
|
690
665
|
defaultValue: false
|
|
691
666
|
}),
|
|
692
|
-
// Added 2026-03-26
|
|
693
|
-
platform_editor_perf_lint_cleanup: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
694
|
-
productKeys: {
|
|
695
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
696
|
-
},
|
|
697
|
-
param: 'isEnabled',
|
|
698
|
-
defaultValue: false
|
|
699
|
-
}),
|
|
700
667
|
// Added 2025-07-30
|
|
701
668
|
platform_editor_blocktaskitem_node_tenantid: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
702
669
|
productKeys: {
|
|
@@ -1044,14 +1011,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1044
1011
|
values: ['control', 'new-description', 'orig-description'],
|
|
1045
1012
|
defaultValue: 'control'
|
|
1046
1013
|
}),
|
|
1047
|
-
// Added 2026-02-05 - A11Y-10416
|
|
1048
|
-
editor_a11y_role_textbox: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1049
|
-
productKeys: {
|
|
1050
|
-
confluence: 'editor_a11y_role_textbox'
|
|
1051
|
-
},
|
|
1052
|
-
param: 'isEnabled',
|
|
1053
|
-
defaultValue: false
|
|
1054
|
-
}),
|
|
1055
1014
|
// Added 2026-01-28
|
|
1056
1015
|
platform_editor_smartlink_local_cache: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1057
1016
|
productKeys: {
|
|
@@ -1092,14 +1051,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1092
1051
|
param: 'isEnabled',
|
|
1093
1052
|
defaultValue: false
|
|
1094
1053
|
}),
|
|
1095
|
-
// Added 2026-06-02
|
|
1096
|
-
aifc_page_create_with_rovo_include_infographics: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1097
|
-
productKeys: {
|
|
1098
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1099
|
-
},
|
|
1100
|
-
param: 'isEnabled',
|
|
1101
|
-
defaultValue: false
|
|
1102
|
-
}),
|
|
1103
1054
|
// Added 2026-02-23
|
|
1104
1055
|
'cc-maui-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1105
1056
|
productKeys: {
|
|
@@ -1498,14 +1449,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1498
1449
|
param: 'isEnabled',
|
|
1499
1450
|
defaultValue: false
|
|
1500
1451
|
}),
|
|
1501
|
-
// Added 2026-06-10
|
|
1502
|
-
platform_editor_close_expand_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1503
|
-
productKeys: {
|
|
1504
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1505
|
-
},
|
|
1506
|
-
param: 'isEnabled',
|
|
1507
|
-
defaultValue: false
|
|
1508
|
-
}),
|
|
1509
1452
|
// Added 2026-05-01
|
|
1510
1453
|
platform_editor_ai_normalized_telemetry: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1511
1454
|
productKeys: {
|
|
@@ -1826,14 +1769,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1826
1769
|
param: 'isEnabled',
|
|
1827
1770
|
defaultValue: false
|
|
1828
1771
|
}),
|
|
1829
|
-
// Added 2026-05-06
|
|
1830
|
-
'jira-smart-replies-v2': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1831
|
-
productKeys: {
|
|
1832
|
-
jira: 'jira-smart-replies-v2'
|
|
1833
|
-
},
|
|
1834
|
-
param: 'isEnabled',
|
|
1835
|
-
defaultValue: false
|
|
1836
|
-
}),
|
|
1837
1772
|
// Added 2026-05-01
|
|
1838
1773
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1839
1774
|
platform_editor_ai_replace_doc: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
@@ -1890,15 +1825,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1890
1825
|
param: 'isEnabled',
|
|
1891
1826
|
defaultValue: false
|
|
1892
1827
|
}),
|
|
1893
|
-
// Added 2026-05-25
|
|
1894
|
-
'a11y-fixes-week4-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1895
|
-
productKeys: {
|
|
1896
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1897
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1898
|
-
},
|
|
1899
|
-
param: 'isEnabled',
|
|
1900
|
-
defaultValue: false
|
|
1901
|
-
}),
|
|
1902
1828
|
// Added 2026-06-29
|
|
1903
1829
|
'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1904
1830
|
productKeys: {
|
|
@@ -80,14 +80,6 @@ export const editorExperimentsConfig = {
|
|
|
80
80
|
// Editor Platform experiments
|
|
81
81
|
// lwoollard experiments
|
|
82
82
|
|
|
83
|
-
// Added 2026-02-11
|
|
84
|
-
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
85
|
-
productKeys: {
|
|
86
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
87
|
-
},
|
|
88
|
-
param: 'isEnabled',
|
|
89
|
-
defaultValue: false
|
|
90
|
-
}),
|
|
91
83
|
// Added 2026-04-21
|
|
92
84
|
cwr_page_tree_auto_finalize: createBooleanExperiment({
|
|
93
85
|
productKeys: {
|
|
@@ -232,14 +224,6 @@ export const editorExperimentsConfig = {
|
|
|
232
224
|
param: 'isEnabled',
|
|
233
225
|
defaultValue: false
|
|
234
226
|
}),
|
|
235
|
-
// Added 2026-04-28
|
|
236
|
-
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
237
|
-
productKeys: {
|
|
238
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
239
|
-
},
|
|
240
|
-
param: 'isEnabled',
|
|
241
|
-
defaultValue: false
|
|
242
|
-
}),
|
|
243
227
|
// Added 2026-05-05
|
|
244
228
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
245
229
|
productKeys: {
|
|
@@ -353,15 +337,6 @@ export const editorExperimentsConfig = {
|
|
|
353
337
|
param: 'isEnabled',
|
|
354
338
|
defaultValue: false
|
|
355
339
|
}),
|
|
356
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
357
|
-
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
358
|
-
productKeys: {
|
|
359
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
360
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
361
|
-
},
|
|
362
|
-
param: 'isEnabled',
|
|
363
|
-
defaultValue: false
|
|
364
|
-
}),
|
|
365
340
|
// Added 2024-10-01
|
|
366
341
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
367
342
|
productKeys: {
|
|
@@ -683,14 +658,6 @@ export const editorExperimentsConfig = {
|
|
|
683
658
|
param: 'isEnabled',
|
|
684
659
|
defaultValue: false
|
|
685
660
|
}),
|
|
686
|
-
// Added 2026-03-26
|
|
687
|
-
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
690
|
-
},
|
|
691
|
-
param: 'isEnabled',
|
|
692
|
-
defaultValue: false
|
|
693
|
-
}),
|
|
694
661
|
// Added 2025-07-30
|
|
695
662
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
696
663
|
productKeys: {
|
|
@@ -1038,14 +1005,6 @@ export const editorExperimentsConfig = {
|
|
|
1038
1005
|
values: ['control', 'new-description', 'orig-description'],
|
|
1039
1006
|
defaultValue: 'control'
|
|
1040
1007
|
}),
|
|
1041
|
-
// Added 2026-02-05 - A11Y-10416
|
|
1042
|
-
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1043
|
-
productKeys: {
|
|
1044
|
-
confluence: 'editor_a11y_role_textbox'
|
|
1045
|
-
},
|
|
1046
|
-
param: 'isEnabled',
|
|
1047
|
-
defaultValue: false
|
|
1048
|
-
}),
|
|
1049
1008
|
// Added 2026-01-28
|
|
1050
1009
|
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
1051
1010
|
productKeys: {
|
|
@@ -1086,14 +1045,6 @@ export const editorExperimentsConfig = {
|
|
|
1086
1045
|
param: 'isEnabled',
|
|
1087
1046
|
defaultValue: false
|
|
1088
1047
|
}),
|
|
1089
|
-
// Added 2026-06-02
|
|
1090
|
-
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1091
|
-
productKeys: {
|
|
1092
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1093
|
-
},
|
|
1094
|
-
param: 'isEnabled',
|
|
1095
|
-
defaultValue: false
|
|
1096
|
-
}),
|
|
1097
1048
|
// Added 2026-02-23
|
|
1098
1049
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1099
1050
|
productKeys: {
|
|
@@ -1492,14 +1443,6 @@ export const editorExperimentsConfig = {
|
|
|
1492
1443
|
param: 'isEnabled',
|
|
1493
1444
|
defaultValue: false
|
|
1494
1445
|
}),
|
|
1495
|
-
// Added 2026-06-10
|
|
1496
|
-
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1497
|
-
productKeys: {
|
|
1498
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1499
|
-
},
|
|
1500
|
-
param: 'isEnabled',
|
|
1501
|
-
defaultValue: false
|
|
1502
|
-
}),
|
|
1503
1446
|
// Added 2026-05-01
|
|
1504
1447
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1505
1448
|
productKeys: {
|
|
@@ -1820,14 +1763,6 @@ export const editorExperimentsConfig = {
|
|
|
1820
1763
|
param: 'isEnabled',
|
|
1821
1764
|
defaultValue: false
|
|
1822
1765
|
}),
|
|
1823
|
-
// Added 2026-05-06
|
|
1824
|
-
'jira-smart-replies-v2': createBooleanExperiment({
|
|
1825
|
-
productKeys: {
|
|
1826
|
-
jira: 'jira-smart-replies-v2'
|
|
1827
|
-
},
|
|
1828
|
-
param: 'isEnabled',
|
|
1829
|
-
defaultValue: false
|
|
1830
|
-
}),
|
|
1831
1766
|
// Added 2026-05-01
|
|
1832
1767
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1833
1768
|
platform_editor_ai_replace_doc: createBooleanExperiment({
|
|
@@ -1884,15 +1819,6 @@ export const editorExperimentsConfig = {
|
|
|
1884
1819
|
param: 'isEnabled',
|
|
1885
1820
|
defaultValue: false
|
|
1886
1821
|
}),
|
|
1887
|
-
// Added 2026-05-25
|
|
1888
|
-
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
1889
|
-
productKeys: {
|
|
1890
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1891
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1822
|
// Added 2026-06-29
|
|
1897
1823
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
1898
1824
|
productKeys: {
|
|
@@ -80,14 +80,6 @@ export var editorExperimentsConfig = {
|
|
|
80
80
|
// Editor Platform experiments
|
|
81
81
|
// lwoollard experiments
|
|
82
82
|
|
|
83
|
-
// Added 2026-02-11
|
|
84
|
-
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
85
|
-
productKeys: {
|
|
86
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
87
|
-
},
|
|
88
|
-
param: 'isEnabled',
|
|
89
|
-
defaultValue: false
|
|
90
|
-
}),
|
|
91
83
|
// Added 2026-04-21
|
|
92
84
|
cwr_page_tree_auto_finalize: createBooleanExperiment({
|
|
93
85
|
productKeys: {
|
|
@@ -232,14 +224,6 @@ export var editorExperimentsConfig = {
|
|
|
232
224
|
param: 'isEnabled',
|
|
233
225
|
defaultValue: false
|
|
234
226
|
}),
|
|
235
|
-
// Added 2026-04-28
|
|
236
|
-
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
237
|
-
productKeys: {
|
|
238
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
239
|
-
},
|
|
240
|
-
param: 'isEnabled',
|
|
241
|
-
defaultValue: false
|
|
242
|
-
}),
|
|
243
227
|
// Added 2026-05-05
|
|
244
228
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
245
229
|
productKeys: {
|
|
@@ -353,15 +337,6 @@ export var editorExperimentsConfig = {
|
|
|
353
337
|
param: 'isEnabled',
|
|
354
338
|
defaultValue: false
|
|
355
339
|
}),
|
|
356
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
357
|
-
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
358
|
-
productKeys: {
|
|
359
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
360
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
361
|
-
},
|
|
362
|
-
param: 'isEnabled',
|
|
363
|
-
defaultValue: false
|
|
364
|
-
}),
|
|
365
340
|
// Added 2024-10-01
|
|
366
341
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
367
342
|
productKeys: {
|
|
@@ -683,14 +658,6 @@ export var editorExperimentsConfig = {
|
|
|
683
658
|
param: 'isEnabled',
|
|
684
659
|
defaultValue: false
|
|
685
660
|
}),
|
|
686
|
-
// Added 2026-03-26
|
|
687
|
-
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
690
|
-
},
|
|
691
|
-
param: 'isEnabled',
|
|
692
|
-
defaultValue: false
|
|
693
|
-
}),
|
|
694
661
|
// Added 2025-07-30
|
|
695
662
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
696
663
|
productKeys: {
|
|
@@ -1038,14 +1005,6 @@ export var editorExperimentsConfig = {
|
|
|
1038
1005
|
values: ['control', 'new-description', 'orig-description'],
|
|
1039
1006
|
defaultValue: 'control'
|
|
1040
1007
|
}),
|
|
1041
|
-
// Added 2026-02-05 - A11Y-10416
|
|
1042
|
-
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1043
|
-
productKeys: {
|
|
1044
|
-
confluence: 'editor_a11y_role_textbox'
|
|
1045
|
-
},
|
|
1046
|
-
param: 'isEnabled',
|
|
1047
|
-
defaultValue: false
|
|
1048
|
-
}),
|
|
1049
1008
|
// Added 2026-01-28
|
|
1050
1009
|
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
1051
1010
|
productKeys: {
|
|
@@ -1086,14 +1045,6 @@ export var editorExperimentsConfig = {
|
|
|
1086
1045
|
param: 'isEnabled',
|
|
1087
1046
|
defaultValue: false
|
|
1088
1047
|
}),
|
|
1089
|
-
// Added 2026-06-02
|
|
1090
|
-
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1091
|
-
productKeys: {
|
|
1092
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1093
|
-
},
|
|
1094
|
-
param: 'isEnabled',
|
|
1095
|
-
defaultValue: false
|
|
1096
|
-
}),
|
|
1097
1048
|
// Added 2026-02-23
|
|
1098
1049
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1099
1050
|
productKeys: {
|
|
@@ -1492,14 +1443,6 @@ export var editorExperimentsConfig = {
|
|
|
1492
1443
|
param: 'isEnabled',
|
|
1493
1444
|
defaultValue: false
|
|
1494
1445
|
}),
|
|
1495
|
-
// Added 2026-06-10
|
|
1496
|
-
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1497
|
-
productKeys: {
|
|
1498
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1499
|
-
},
|
|
1500
|
-
param: 'isEnabled',
|
|
1501
|
-
defaultValue: false
|
|
1502
|
-
}),
|
|
1503
1446
|
// Added 2026-05-01
|
|
1504
1447
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1505
1448
|
productKeys: {
|
|
@@ -1820,14 +1763,6 @@ export var editorExperimentsConfig = {
|
|
|
1820
1763
|
param: 'isEnabled',
|
|
1821
1764
|
defaultValue: false
|
|
1822
1765
|
}),
|
|
1823
|
-
// Added 2026-05-06
|
|
1824
|
-
'jira-smart-replies-v2': createBooleanExperiment({
|
|
1825
|
-
productKeys: {
|
|
1826
|
-
jira: 'jira-smart-replies-v2'
|
|
1827
|
-
},
|
|
1828
|
-
param: 'isEnabled',
|
|
1829
|
-
defaultValue: false
|
|
1830
|
-
}),
|
|
1831
1766
|
// Added 2026-05-01
|
|
1832
1767
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1833
1768
|
platform_editor_ai_replace_doc: createBooleanExperiment({
|
|
@@ -1884,15 +1819,6 @@ export var editorExperimentsConfig = {
|
|
|
1884
1819
|
param: 'isEnabled',
|
|
1885
1820
|
defaultValue: false
|
|
1886
1821
|
}),
|
|
1887
|
-
// Added 2026-05-25
|
|
1888
|
-
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
1889
|
-
productKeys: {
|
|
1890
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1891
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1822
|
// Added 2026-06-29
|
|
1897
1823
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
1898
1824
|
productKeys: {
|
|
@@ -87,12 +87,6 @@ export declare const editorExperimentsConfig: {
|
|
|
87
87
|
productKeys?: ProductKeys;
|
|
88
88
|
typeGuard: IsBooleanType;
|
|
89
89
|
};
|
|
90
|
-
'agent-managed_blocks_mvp': {
|
|
91
|
-
defaultValue: boolean;
|
|
92
|
-
param: string;
|
|
93
|
-
productKeys?: ProductKeys;
|
|
94
|
-
typeGuard: IsBooleanType;
|
|
95
|
-
};
|
|
96
90
|
cc_editor_ai_content_mode: {
|
|
97
91
|
defaultValue: 'control' | 'test';
|
|
98
92
|
param: string;
|
|
@@ -210,12 +204,6 @@ export declare const editorExperimentsConfig: {
|
|
|
210
204
|
typeGuard: (value: unknown) => value is 'control' | 'shadow_compare' | 'live_cc_smarts';
|
|
211
205
|
values: ('control' | 'shadow_compare' | 'live_cc_smarts')[];
|
|
212
206
|
};
|
|
213
|
-
ai_speech_to_text_in_editor: {
|
|
214
|
-
defaultValue: boolean;
|
|
215
|
-
param: string;
|
|
216
|
-
productKeys?: ProductKeys;
|
|
217
|
-
typeGuard: IsBooleanType;
|
|
218
|
-
};
|
|
219
207
|
'company_hub_carousel_thumbnails-refactor': {
|
|
220
208
|
defaultValue: boolean;
|
|
221
209
|
param: string;
|
|
@@ -454,12 +442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
454
442
|
productKeys?: ProductKeys;
|
|
455
443
|
typeGuard: IsBooleanType;
|
|
456
444
|
};
|
|
457
|
-
platform_editor_experience_tracking_observer: {
|
|
458
|
-
defaultValue: boolean;
|
|
459
|
-
param: string;
|
|
460
|
-
productKeys?: ProductKeys;
|
|
461
|
-
typeGuard: IsBooleanType;
|
|
462
|
-
};
|
|
463
445
|
platform_editor_table_a11y_eslint_fix: {
|
|
464
446
|
defaultValue: boolean;
|
|
465
447
|
param: string;
|
|
@@ -775,12 +757,6 @@ export declare const editorExperimentsConfig: {
|
|
|
775
757
|
productKeys?: ProductKeys;
|
|
776
758
|
typeGuard: IsBooleanType;
|
|
777
759
|
};
|
|
778
|
-
editor_a11y_role_textbox: {
|
|
779
|
-
defaultValue: boolean;
|
|
780
|
-
param: string;
|
|
781
|
-
productKeys?: ProductKeys;
|
|
782
|
-
typeGuard: IsBooleanType;
|
|
783
|
-
};
|
|
784
760
|
platform_editor_smartlink_local_cache: {
|
|
785
761
|
defaultValue: boolean;
|
|
786
762
|
param: string;
|
|
@@ -823,12 +799,6 @@ export declare const editorExperimentsConfig: {
|
|
|
823
799
|
productKeys?: ProductKeys;
|
|
824
800
|
typeGuard: IsBooleanType;
|
|
825
801
|
};
|
|
826
|
-
platform_editor_perf_lint_cleanup: {
|
|
827
|
-
defaultValue: boolean;
|
|
828
|
-
param: string;
|
|
829
|
-
productKeys?: ProductKeys;
|
|
830
|
-
typeGuard: IsBooleanType;
|
|
831
|
-
};
|
|
832
802
|
cc_page_experiences_editor_image_generation: {
|
|
833
803
|
defaultValue: boolean;
|
|
834
804
|
param: string;
|
|
@@ -841,12 +811,6 @@ export declare const editorExperimentsConfig: {
|
|
|
841
811
|
productKeys?: ProductKeys;
|
|
842
812
|
typeGuard: IsBooleanType;
|
|
843
813
|
};
|
|
844
|
-
aifc_page_create_with_rovo_include_infographics: {
|
|
845
|
-
defaultValue: boolean;
|
|
846
|
-
param: string;
|
|
847
|
-
productKeys?: ProductKeys;
|
|
848
|
-
typeGuard: IsBooleanType;
|
|
849
|
-
};
|
|
850
814
|
'cc-maui-experiment': {
|
|
851
815
|
defaultValue: boolean;
|
|
852
816
|
param: string;
|
|
@@ -1136,12 +1100,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1136
1100
|
productKeys?: ProductKeys;
|
|
1137
1101
|
typeGuard: IsBooleanType;
|
|
1138
1102
|
};
|
|
1139
|
-
platform_editor_close_expand_find: {
|
|
1140
|
-
defaultValue: boolean;
|
|
1141
|
-
param: string;
|
|
1142
|
-
productKeys?: ProductKeys;
|
|
1143
|
-
typeGuard: IsBooleanType;
|
|
1144
|
-
};
|
|
1145
1103
|
platform_editor_table_fit_to_content_auto_convert: {
|
|
1146
1104
|
defaultValue: boolean;
|
|
1147
1105
|
param: string;
|
|
@@ -1335,12 +1293,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1335
1293
|
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1336
1294
|
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1337
1295
|
};
|
|
1338
|
-
'jira-smart-replies-v2': {
|
|
1339
|
-
defaultValue: boolean;
|
|
1340
|
-
param: string;
|
|
1341
|
-
productKeys?: ProductKeys;
|
|
1342
|
-
typeGuard: IsBooleanType;
|
|
1343
|
-
};
|
|
1344
1296
|
confluence_editor_paste_3p_link_actions_menu: {
|
|
1345
1297
|
defaultValue: boolean;
|
|
1346
1298
|
param: string;
|
|
@@ -1377,12 +1329,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1377
1329
|
productKeys?: ProductKeys;
|
|
1378
1330
|
typeGuard: IsBooleanType;
|
|
1379
1331
|
};
|
|
1380
|
-
'a11y-fixes-week4-may-2026': {
|
|
1381
|
-
defaultValue: boolean;
|
|
1382
|
-
param: string;
|
|
1383
|
-
productKeys?: ProductKeys;
|
|
1384
|
-
typeGuard: IsBooleanType;
|
|
1385
|
-
};
|
|
1386
1332
|
'a11y-fixes-week3-may-2026': {
|
|
1387
1333
|
defaultValue: boolean;
|
|
1388
1334
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "169.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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.ts",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
29
|
+
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
30
|
"@atlaskit/react-ufo": "^7.7.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
42
|
+
"@atlassian/feature-flags-test-utils": "^1.3.0",
|
|
43
43
|
"react": "^19.2.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|