@atlaskit/tmp-editor-statsig 33.0.0 → 33.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/experiments-config.js +32 -7
- package/dist/es2019/experiments-config.js +32 -7
- package/dist/esm/experiments-config.js +32 -7
- package/dist/types/experiments-config.d.ts +24 -6
- package/dist/types-ts4.5/experiments-config.d.ts +24 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 33.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`17119fb95e0a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/17119fb95e0a4) -
|
|
8
|
+
[EDITOR-3747](https://hello.jira.atlassian.cloud/browse/EDITOR-3747) - clean up
|
|
9
|
+
platform_editor_ssr_renderer experiment
|
|
10
|
+
- [`4f700a8131d20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f700a8131d20) -
|
|
11
|
+
[FFCLEANUP-79468] add platform_editor_a11y_table_wrapper_fix to statsig config
|
|
12
|
+
|
|
13
|
+
## 33.1.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [`3c1ea42fe6741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c1ea42fe6741) -
|
|
18
|
+
add ai stt POC to editor
|
|
19
|
+
- [`c28209fcfdfd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28209fcfdfd2) -
|
|
20
|
+
[ENGHEALTH-46817] Resolving eslint suppressions for accessibility violations
|
|
21
|
+
- [`9b88bc712cffc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b88bc712cffc) -
|
|
22
|
+
[ux] Adds outcome type picker to create with rovo modal
|
|
23
|
+
|
|
3
24
|
## 33.0.0
|
|
4
25
|
|
|
5
26
|
### Major Changes
|
|
@@ -38,6 +38,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
38
38
|
// Editor Platform experiments
|
|
39
39
|
// lwoollard experiments
|
|
40
40
|
|
|
41
|
+
// Added 2026-02-11
|
|
42
|
+
ai_speech_to_text_in_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
43
|
+
productKeys: {
|
|
44
|
+
confluence: 'ai_speech_to_text_in_editor'
|
|
45
|
+
},
|
|
46
|
+
param: 'isEnabled',
|
|
47
|
+
defaultValue: false
|
|
48
|
+
}),
|
|
41
49
|
// Added 22-12-2025
|
|
42
50
|
confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
|
|
43
51
|
productKeys: {
|
|
@@ -338,13 +346,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
338
346
|
param: 'isEnabled',
|
|
339
347
|
defaultValue: false
|
|
340
348
|
}),
|
|
341
|
-
platform_editor_ssr_renderer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
342
|
-
productKeys: {
|
|
343
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
344
|
-
},
|
|
345
|
-
param: 'isEnabled',
|
|
346
|
-
defaultValue: false
|
|
347
|
-
}),
|
|
348
349
|
// Added 2025-01-13
|
|
349
350
|
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
350
351
|
productKeys: {
|
|
@@ -1454,6 +1455,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1454
1455
|
param: 'isEnabled',
|
|
1455
1456
|
defaultValue: false
|
|
1456
1457
|
}),
|
|
1458
|
+
// Added 2026-02-27
|
|
1459
|
+
'confluence_frontend_cwr_outcome_type_picker': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1460
|
+
productKeys: {
|
|
1461
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1462
|
+
},
|
|
1463
|
+
param: 'isEnabled',
|
|
1464
|
+
defaultValue: false
|
|
1465
|
+
}),
|
|
1457
1466
|
// Added 2026-02-12
|
|
1458
1467
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1459
1468
|
productKeys: {
|
|
@@ -1570,6 +1579,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1570
1579
|
param: 'isEnabled',
|
|
1571
1580
|
defaultValue: false
|
|
1572
1581
|
}),
|
|
1582
|
+
// Added 2026-03-05
|
|
1583
|
+
platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1584
|
+
productKeys: {
|
|
1585
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1586
|
+
},
|
|
1587
|
+
param: 'isEnabled',
|
|
1588
|
+
defaultValue: false
|
|
1589
|
+
}),
|
|
1573
1590
|
// Added 2026-03-04
|
|
1574
1591
|
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1575
1592
|
productKeys: {
|
|
@@ -1578,6 +1595,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1578
1595
|
param: 'isEnabled',
|
|
1579
1596
|
defaultValue: false
|
|
1580
1597
|
}),
|
|
1598
|
+
// Added 2026-03-02
|
|
1599
|
+
platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1600
|
+
productKeys: {
|
|
1601
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1602
|
+
},
|
|
1603
|
+
param: 'isEnabled',
|
|
1604
|
+
defaultValue: false
|
|
1605
|
+
}),
|
|
1581
1606
|
// Added 2026-03-05
|
|
1582
1607
|
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1583
1608
|
productKeys: {
|
|
@@ -32,6 +32,14 @@ export const editorExperimentsConfig = {
|
|
|
32
32
|
// Editor Platform experiments
|
|
33
33
|
// lwoollard experiments
|
|
34
34
|
|
|
35
|
+
// Added 2026-02-11
|
|
36
|
+
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
37
|
+
productKeys: {
|
|
38
|
+
confluence: 'ai_speech_to_text_in_editor'
|
|
39
|
+
},
|
|
40
|
+
param: 'isEnabled',
|
|
41
|
+
defaultValue: false
|
|
42
|
+
}),
|
|
35
43
|
// Added 22-12-2025
|
|
36
44
|
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
37
45
|
productKeys: {
|
|
@@ -332,13 +340,6 @@ export const editorExperimentsConfig = {
|
|
|
332
340
|
param: 'isEnabled',
|
|
333
341
|
defaultValue: false
|
|
334
342
|
}),
|
|
335
|
-
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
336
|
-
productKeys: {
|
|
337
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
338
|
-
},
|
|
339
|
-
param: 'isEnabled',
|
|
340
|
-
defaultValue: false
|
|
341
|
-
}),
|
|
342
343
|
// Added 2025-01-13
|
|
343
344
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
344
345
|
productKeys: {
|
|
@@ -1448,6 +1449,14 @@ export const editorExperimentsConfig = {
|
|
|
1448
1449
|
param: 'isEnabled',
|
|
1449
1450
|
defaultValue: false
|
|
1450
1451
|
}),
|
|
1452
|
+
// Added 2026-02-27
|
|
1453
|
+
'confluence_frontend_cwr_outcome_type_picker': createBooleanExperiment({
|
|
1454
|
+
productKeys: {
|
|
1455
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1456
|
+
},
|
|
1457
|
+
param: 'isEnabled',
|
|
1458
|
+
defaultValue: false
|
|
1459
|
+
}),
|
|
1451
1460
|
// Added 2026-02-12
|
|
1452
1461
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1453
1462
|
productKeys: {
|
|
@@ -1564,6 +1573,14 @@ export const editorExperimentsConfig = {
|
|
|
1564
1573
|
param: 'isEnabled',
|
|
1565
1574
|
defaultValue: false
|
|
1566
1575
|
}),
|
|
1576
|
+
// Added 2026-03-05
|
|
1577
|
+
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1578
|
+
productKeys: {
|
|
1579
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1580
|
+
},
|
|
1581
|
+
param: 'isEnabled',
|
|
1582
|
+
defaultValue: false
|
|
1583
|
+
}),
|
|
1567
1584
|
// Added 2026-03-04
|
|
1568
1585
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1569
1586
|
productKeys: {
|
|
@@ -1572,6 +1589,14 @@ export const editorExperimentsConfig = {
|
|
|
1572
1589
|
param: 'isEnabled',
|
|
1573
1590
|
defaultValue: false
|
|
1574
1591
|
}),
|
|
1592
|
+
// Added 2026-03-02
|
|
1593
|
+
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1594
|
+
productKeys: {
|
|
1595
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1596
|
+
},
|
|
1597
|
+
param: 'isEnabled',
|
|
1598
|
+
defaultValue: false
|
|
1599
|
+
}),
|
|
1575
1600
|
// Added 2026-03-05
|
|
1576
1601
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1577
1602
|
productKeys: {
|
|
@@ -32,6 +32,14 @@ export var editorExperimentsConfig = {
|
|
|
32
32
|
// Editor Platform experiments
|
|
33
33
|
// lwoollard experiments
|
|
34
34
|
|
|
35
|
+
// Added 2026-02-11
|
|
36
|
+
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
37
|
+
productKeys: {
|
|
38
|
+
confluence: 'ai_speech_to_text_in_editor'
|
|
39
|
+
},
|
|
40
|
+
param: 'isEnabled',
|
|
41
|
+
defaultValue: false
|
|
42
|
+
}),
|
|
35
43
|
// Added 22-12-2025
|
|
36
44
|
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
37
45
|
productKeys: {
|
|
@@ -332,13 +340,6 @@ export var editorExperimentsConfig = {
|
|
|
332
340
|
param: 'isEnabled',
|
|
333
341
|
defaultValue: false
|
|
334
342
|
}),
|
|
335
|
-
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
336
|
-
productKeys: {
|
|
337
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
338
|
-
},
|
|
339
|
-
param: 'isEnabled',
|
|
340
|
-
defaultValue: false
|
|
341
|
-
}),
|
|
342
343
|
// Added 2025-01-13
|
|
343
344
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
344
345
|
productKeys: {
|
|
@@ -1448,6 +1449,14 @@ export var editorExperimentsConfig = {
|
|
|
1448
1449
|
param: 'isEnabled',
|
|
1449
1450
|
defaultValue: false
|
|
1450
1451
|
}),
|
|
1452
|
+
// Added 2026-02-27
|
|
1453
|
+
'confluence_frontend_cwr_outcome_type_picker': createBooleanExperiment({
|
|
1454
|
+
productKeys: {
|
|
1455
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1456
|
+
},
|
|
1457
|
+
param: 'isEnabled',
|
|
1458
|
+
defaultValue: false
|
|
1459
|
+
}),
|
|
1451
1460
|
// Added 2026-02-12
|
|
1452
1461
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1453
1462
|
productKeys: {
|
|
@@ -1564,6 +1573,14 @@ export var editorExperimentsConfig = {
|
|
|
1564
1573
|
param: 'isEnabled',
|
|
1565
1574
|
defaultValue: false
|
|
1566
1575
|
}),
|
|
1576
|
+
// Added 2026-03-05
|
|
1577
|
+
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1578
|
+
productKeys: {
|
|
1579
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1580
|
+
},
|
|
1581
|
+
param: 'isEnabled',
|
|
1582
|
+
defaultValue: false
|
|
1583
|
+
}),
|
|
1567
1584
|
// Added 2026-03-04
|
|
1568
1585
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1569
1586
|
productKeys: {
|
|
@@ -1572,6 +1589,14 @@ export var editorExperimentsConfig = {
|
|
|
1572
1589
|
param: 'isEnabled',
|
|
1573
1590
|
defaultValue: false
|
|
1574
1591
|
}),
|
|
1592
|
+
// Added 2026-03-02
|
|
1593
|
+
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1594
|
+
productKeys: {
|
|
1595
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1596
|
+
},
|
|
1597
|
+
param: 'isEnabled',
|
|
1598
|
+
defaultValue: false
|
|
1599
|
+
}),
|
|
1575
1600
|
// Added 2026-03-05
|
|
1576
1601
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1577
1602
|
productKeys: {
|
|
@@ -154,6 +154,12 @@ export declare const editorExperimentsConfig: {
|
|
|
154
154
|
productKeys?: ProductKeys;
|
|
155
155
|
typeGuard: IsBooleanType;
|
|
156
156
|
};
|
|
157
|
+
ai_speech_to_text_in_editor: {
|
|
158
|
+
defaultValue: boolean;
|
|
159
|
+
param: string;
|
|
160
|
+
productKeys?: ProductKeys;
|
|
161
|
+
typeGuard: IsBooleanType;
|
|
162
|
+
};
|
|
157
163
|
'company_hub_carousel_thumbnails-refactor': {
|
|
158
164
|
defaultValue: boolean;
|
|
159
165
|
param: string;
|
|
@@ -637,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
643
|
productKeys?: ProductKeys;
|
|
638
644
|
typeGuard: IsBooleanType;
|
|
639
645
|
};
|
|
640
|
-
platform_editor_ssr_renderer: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
646
|
platform_editor_table_excerpts_fix: {
|
|
647
647
|
defaultValue: boolean;
|
|
648
648
|
param: string;
|
|
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
'confluence_frontend_cwr_outcome_type_picker': {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1083
1089
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
@@ -1158,12 +1164,24 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1164
|
productKeys?: ProductKeys;
|
|
1159
1165
|
typeGuard: IsBooleanType;
|
|
1160
1166
|
};
|
|
1167
|
+
platform_editor_eslint_suppression_fix: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1161
1173
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
1174
|
defaultValue: boolean;
|
|
1163
1175
|
param: string;
|
|
1164
1176
|
productKeys?: ProductKeys;
|
|
1165
1177
|
typeGuard: IsBooleanType;
|
|
1166
1178
|
};
|
|
1179
|
+
platform_editor_a11y_table_wrapper_fix: {
|
|
1180
|
+
defaultValue: boolean;
|
|
1181
|
+
param: string;
|
|
1182
|
+
productKeys?: ProductKeys;
|
|
1183
|
+
typeGuard: IsBooleanType;
|
|
1184
|
+
};
|
|
1167
1185
|
platform_editor_table_resizer_extended_zone: {
|
|
1168
1186
|
defaultValue: boolean;
|
|
1169
1187
|
param: string;
|
|
@@ -154,6 +154,12 @@ export declare const editorExperimentsConfig: {
|
|
|
154
154
|
productKeys?: ProductKeys;
|
|
155
155
|
typeGuard: IsBooleanType;
|
|
156
156
|
};
|
|
157
|
+
ai_speech_to_text_in_editor: {
|
|
158
|
+
defaultValue: boolean;
|
|
159
|
+
param: string;
|
|
160
|
+
productKeys?: ProductKeys;
|
|
161
|
+
typeGuard: IsBooleanType;
|
|
162
|
+
};
|
|
157
163
|
'company_hub_carousel_thumbnails-refactor': {
|
|
158
164
|
defaultValue: boolean;
|
|
159
165
|
param: string;
|
|
@@ -637,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
643
|
productKeys?: ProductKeys;
|
|
638
644
|
typeGuard: IsBooleanType;
|
|
639
645
|
};
|
|
640
|
-
platform_editor_ssr_renderer: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
646
|
platform_editor_table_excerpts_fix: {
|
|
647
647
|
defaultValue: boolean;
|
|
648
648
|
param: string;
|
|
@@ -1080,6 +1080,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
'confluence_frontend_cwr_outcome_type_picker': {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1083
1089
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
@@ -1158,12 +1164,24 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1164
|
productKeys?: ProductKeys;
|
|
1159
1165
|
typeGuard: IsBooleanType;
|
|
1160
1166
|
};
|
|
1167
|
+
platform_editor_eslint_suppression_fix: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1161
1173
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
1174
|
defaultValue: boolean;
|
|
1163
1175
|
param: string;
|
|
1164
1176
|
productKeys?: ProductKeys;
|
|
1165
1177
|
typeGuard: IsBooleanType;
|
|
1166
1178
|
};
|
|
1179
|
+
platform_editor_a11y_table_wrapper_fix: {
|
|
1180
|
+
defaultValue: boolean;
|
|
1181
|
+
param: string;
|
|
1182
|
+
productKeys?: ProductKeys;
|
|
1183
|
+
typeGuard: IsBooleanType;
|
|
1184
|
+
};
|
|
1167
1185
|
platform_editor_table_resizer_extended_zone: {
|
|
1168
1186
|
defaultValue: boolean;
|
|
1169
1187
|
param: string;
|
package/package.json
CHANGED