@atlaskit/tmp-editor-statsig 32.12.0 → 33.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/cjs/experiments-config.js +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,33 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 33.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3c1ea42fe6741`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c1ea42fe6741) -
|
|
8
|
+
add ai stt POC to editor
|
|
9
|
+
- [`c28209fcfdfd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28209fcfdfd2) -
|
|
10
|
+
[ENGHEALTH-46817] Resolving eslint suppressions for accessibility violations
|
|
11
|
+
- [`9b88bc712cffc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b88bc712cffc) -
|
|
12
|
+
[ux] Adds outcome type picker to create with rovo modal
|
|
13
|
+
|
|
14
|
+
## 33.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`a549780d70a91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a549780d70a91) -
|
|
19
|
+
Clean up confluence_inline_insert_excerpt_width_bugfix experiment
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`671397538b131`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/671397538b131) -
|
|
24
|
+
All additive changes with a gate on the main ability of it to be used via the slides experiment.
|
|
25
|
+
Should be a completely safe change.
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
|
|
3
31
|
## 32.12.0
|
|
4
32
|
|
|
5
33
|
### Minor 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: {
|
|
@@ -1270,13 +1278,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1270
1278
|
param: 'isEnabled',
|
|
1271
1279
|
defaultValue: false
|
|
1272
1280
|
}),
|
|
1273
|
-
confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1274
|
-
productKeys: {
|
|
1275
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1276
|
-
},
|
|
1277
|
-
param: 'isEnabled',
|
|
1278
|
-
defaultValue: false
|
|
1279
|
-
}),
|
|
1280
1281
|
// Added 2025-01-29
|
|
1281
1282
|
platform_editor_send_client_platform_header: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1282
1283
|
productKeys: {
|
|
@@ -1453,6 +1454,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1453
1454
|
param: 'isEnabled',
|
|
1454
1455
|
defaultValue: false
|
|
1455
1456
|
}),
|
|
1457
|
+
// Added 2026-03-05
|
|
1458
|
+
'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1459
|
+
productKeys: {
|
|
1460
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1461
|
+
},
|
|
1462
|
+
param: 'isEnabled',
|
|
1463
|
+
defaultValue: false
|
|
1464
|
+
}),
|
|
1465
|
+
// Added 2026-02-27
|
|
1466
|
+
'confluence_frontend_cwr_outcome_type_picker': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1467
|
+
productKeys: {
|
|
1468
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1469
|
+
},
|
|
1470
|
+
param: 'isEnabled',
|
|
1471
|
+
defaultValue: false
|
|
1472
|
+
}),
|
|
1456
1473
|
// Added 2026-02-12
|
|
1457
1474
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1458
1475
|
productKeys: {
|
|
@@ -1569,6 +1586,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1569
1586
|
param: 'isEnabled',
|
|
1570
1587
|
defaultValue: false
|
|
1571
1588
|
}),
|
|
1589
|
+
// Added 2026-03-05
|
|
1590
|
+
platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1591
|
+
productKeys: {
|
|
1592
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1593
|
+
},
|
|
1594
|
+
param: 'isEnabled',
|
|
1595
|
+
defaultValue: false
|
|
1596
|
+
}),
|
|
1572
1597
|
// Added 2026-03-04
|
|
1573
1598
|
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1574
1599
|
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: {
|
|
@@ -1264,13 +1272,6 @@ export const editorExperimentsConfig = {
|
|
|
1264
1272
|
param: 'isEnabled',
|
|
1265
1273
|
defaultValue: false
|
|
1266
1274
|
}),
|
|
1267
|
-
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1275
|
// Added 2025-01-29
|
|
1275
1276
|
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1276
1277
|
productKeys: {
|
|
@@ -1447,6 +1448,22 @@ export const editorExperimentsConfig = {
|
|
|
1447
1448
|
param: 'isEnabled',
|
|
1448
1449
|
defaultValue: false
|
|
1449
1450
|
}),
|
|
1451
|
+
// Added 2026-03-05
|
|
1452
|
+
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1453
|
+
productKeys: {
|
|
1454
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1455
|
+
},
|
|
1456
|
+
param: 'isEnabled',
|
|
1457
|
+
defaultValue: false
|
|
1458
|
+
}),
|
|
1459
|
+
// Added 2026-02-27
|
|
1460
|
+
'confluence_frontend_cwr_outcome_type_picker': createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1450
1467
|
// Added 2026-02-12
|
|
1451
1468
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1452
1469
|
productKeys: {
|
|
@@ -1563,6 +1580,14 @@ export const editorExperimentsConfig = {
|
|
|
1563
1580
|
param: 'isEnabled',
|
|
1564
1581
|
defaultValue: false
|
|
1565
1582
|
}),
|
|
1583
|
+
// Added 2026-03-05
|
|
1584
|
+
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1585
|
+
productKeys: {
|
|
1586
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1587
|
+
},
|
|
1588
|
+
param: 'isEnabled',
|
|
1589
|
+
defaultValue: false
|
|
1590
|
+
}),
|
|
1566
1591
|
// Added 2026-03-04
|
|
1567
1592
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
1593
|
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: {
|
|
@@ -1264,13 +1272,6 @@ export var editorExperimentsConfig = {
|
|
|
1264
1272
|
param: 'isEnabled',
|
|
1265
1273
|
defaultValue: false
|
|
1266
1274
|
}),
|
|
1267
|
-
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1268
|
-
productKeys: {
|
|
1269
|
-
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
1270
|
-
},
|
|
1271
|
-
param: 'isEnabled',
|
|
1272
|
-
defaultValue: false
|
|
1273
|
-
}),
|
|
1274
1275
|
// Added 2025-01-29
|
|
1275
1276
|
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1276
1277
|
productKeys: {
|
|
@@ -1447,6 +1448,22 @@ export var editorExperimentsConfig = {
|
|
|
1447
1448
|
param: 'isEnabled',
|
|
1448
1449
|
defaultValue: false
|
|
1449
1450
|
}),
|
|
1451
|
+
// Added 2026-03-05
|
|
1452
|
+
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1453
|
+
productKeys: {
|
|
1454
|
+
confluence: 'cc-mui-slides-experiment'
|
|
1455
|
+
},
|
|
1456
|
+
param: 'isEnabled',
|
|
1457
|
+
defaultValue: false
|
|
1458
|
+
}),
|
|
1459
|
+
// Added 2026-02-27
|
|
1460
|
+
'confluence_frontend_cwr_outcome_type_picker': createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1450
1467
|
// Added 2026-02-12
|
|
1451
1468
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1452
1469
|
productKeys: {
|
|
@@ -1563,6 +1580,14 @@ export var editorExperimentsConfig = {
|
|
|
1563
1580
|
param: 'isEnabled',
|
|
1564
1581
|
defaultValue: false
|
|
1565
1582
|
}),
|
|
1583
|
+
// Added 2026-03-05
|
|
1584
|
+
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1585
|
+
productKeys: {
|
|
1586
|
+
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1587
|
+
},
|
|
1588
|
+
param: 'isEnabled',
|
|
1589
|
+
defaultValue: false
|
|
1590
|
+
}),
|
|
1566
1591
|
// Added 2026-03-04
|
|
1567
1592
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
1593
|
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;
|
|
@@ -929,12 +935,6 @@ export declare const editorExperimentsConfig: {
|
|
|
929
935
|
productKeys?: ProductKeys;
|
|
930
936
|
typeGuard: IsBooleanType;
|
|
931
937
|
};
|
|
932
|
-
confluence_inline_insert_excerpt_width_bugfix: {
|
|
933
|
-
defaultValue: boolean;
|
|
934
|
-
param: string;
|
|
935
|
-
productKeys?: ProductKeys;
|
|
936
|
-
typeGuard: IsBooleanType;
|
|
937
|
-
};
|
|
938
938
|
platform_editor_fix_cursor_flickering: {
|
|
939
939
|
defaultValue: boolean;
|
|
940
940
|
param: string;
|
|
@@ -1080,6 +1080,18 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
'cc-mui-slides-experiment': {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1089
|
+
'confluence_frontend_cwr_outcome_type_picker': {
|
|
1090
|
+
defaultValue: boolean;
|
|
1091
|
+
param: string;
|
|
1092
|
+
productKeys?: ProductKeys;
|
|
1093
|
+
typeGuard: IsBooleanType;
|
|
1094
|
+
};
|
|
1083
1095
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1096
|
defaultValue: boolean;
|
|
1085
1097
|
param: string;
|
|
@@ -1158,6 +1170,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1170
|
productKeys?: ProductKeys;
|
|
1159
1171
|
typeGuard: IsBooleanType;
|
|
1160
1172
|
};
|
|
1173
|
+
platform_editor_eslint_suppression_fix: {
|
|
1174
|
+
defaultValue: boolean;
|
|
1175
|
+
param: string;
|
|
1176
|
+
productKeys?: ProductKeys;
|
|
1177
|
+
typeGuard: IsBooleanType;
|
|
1178
|
+
};
|
|
1161
1179
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
1180
|
defaultValue: boolean;
|
|
1163
1181
|
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;
|
|
@@ -929,12 +935,6 @@ export declare const editorExperimentsConfig: {
|
|
|
929
935
|
productKeys?: ProductKeys;
|
|
930
936
|
typeGuard: IsBooleanType;
|
|
931
937
|
};
|
|
932
|
-
confluence_inline_insert_excerpt_width_bugfix: {
|
|
933
|
-
defaultValue: boolean;
|
|
934
|
-
param: string;
|
|
935
|
-
productKeys?: ProductKeys;
|
|
936
|
-
typeGuard: IsBooleanType;
|
|
937
|
-
};
|
|
938
938
|
platform_editor_fix_cursor_flickering: {
|
|
939
939
|
defaultValue: boolean;
|
|
940
940
|
param: string;
|
|
@@ -1080,6 +1080,18 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1080
|
productKeys?: ProductKeys;
|
|
1081
1081
|
typeGuard: IsBooleanType;
|
|
1082
1082
|
};
|
|
1083
|
+
'cc-mui-slides-experiment': {
|
|
1084
|
+
defaultValue: boolean;
|
|
1085
|
+
param: string;
|
|
1086
|
+
productKeys?: ProductKeys;
|
|
1087
|
+
typeGuard: IsBooleanType;
|
|
1088
|
+
};
|
|
1089
|
+
'confluence_frontend_cwr_outcome_type_picker': {
|
|
1090
|
+
defaultValue: boolean;
|
|
1091
|
+
param: string;
|
|
1092
|
+
productKeys?: ProductKeys;
|
|
1093
|
+
typeGuard: IsBooleanType;
|
|
1094
|
+
};
|
|
1083
1095
|
platform_editor_a11y_escape_link_dialog: {
|
|
1084
1096
|
defaultValue: boolean;
|
|
1085
1097
|
param: string;
|
|
@@ -1158,6 +1170,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1170
|
productKeys?: ProductKeys;
|
|
1159
1171
|
typeGuard: IsBooleanType;
|
|
1160
1172
|
};
|
|
1173
|
+
platform_editor_eslint_suppression_fix: {
|
|
1174
|
+
defaultValue: boolean;
|
|
1175
|
+
param: string;
|
|
1176
|
+
productKeys?: ProductKeys;
|
|
1177
|
+
typeGuard: IsBooleanType;
|
|
1178
|
+
};
|
|
1161
1179
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
1180
|
defaultValue: boolean;
|
|
1163
1181
|
param: string;
|
package/package.json
CHANGED