@atlaskit/tmp-editor-statsig 86.1.0 → 87.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 +12 -0
- package/dist/cjs/experiments-config.js +17 -8
- package/dist/es2019/experiments-config.js +17 -8
- package/dist/esm/experiments-config.js +17 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 87.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`fae885a16a206`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fae885a16a206) -
|
|
8
|
+
FFCLEANUP-97994 clean up experiment platform_editor_fix_table_row_drag_drop_target
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`52a08b0d14e39`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52a08b0d14e39) -
|
|
13
|
+
Add code block language auto-detection experiment
|
|
14
|
+
|
|
3
15
|
## 86.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -549,6 +549,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
549
549
|
param: 'isEnabled',
|
|
550
550
|
defaultValue: false
|
|
551
551
|
}),
|
|
552
|
+
// Added 2026-05-25
|
|
553
|
+
platform_editor_code_block_auto_detection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
554
|
+
productKeys: {
|
|
555
|
+
confluence: 'platform_editor_code_block_auto_detection',
|
|
556
|
+
jira: 'platform_editor_code_block_auto_detection'
|
|
557
|
+
},
|
|
558
|
+
param: 'isEnabled',
|
|
559
|
+
defaultValue: false
|
|
560
|
+
}),
|
|
552
561
|
// Added 2025-07-14
|
|
553
562
|
platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
|
|
554
563
|
productKeys: {
|
|
@@ -1396,6 +1405,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1396
1405
|
param: 'isEnabled',
|
|
1397
1406
|
defaultValue: false
|
|
1398
1407
|
}),
|
|
1408
|
+
// Added 2026-05-26
|
|
1409
|
+
'cc-maui-ai-edit-loading-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1410
|
+
productKeys: {
|
|
1411
|
+
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
1412
|
+
},
|
|
1413
|
+
param: 'isEnabled',
|
|
1414
|
+
defaultValue: false
|
|
1415
|
+
}),
|
|
1399
1416
|
// Added 2026-03-05
|
|
1400
1417
|
'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1401
1418
|
productKeys: {
|
|
@@ -1634,14 +1651,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1634
1651
|
param: 'isEnabled',
|
|
1635
1652
|
defaultValue: false
|
|
1636
1653
|
}),
|
|
1637
|
-
// Added 2026-03-19
|
|
1638
|
-
platform_editor_fix_table_row_drag_drop_target: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1639
|
-
productKeys: {
|
|
1640
|
-
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1641
|
-
},
|
|
1642
|
-
param: 'isEnabled',
|
|
1643
|
-
defaultValue: false
|
|
1644
|
-
}),
|
|
1645
1654
|
platform_editor_small_font_size: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1646
1655
|
productKeys: {
|
|
1647
1656
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -543,6 +543,15 @@ export const editorExperimentsConfig = {
|
|
|
543
543
|
param: 'isEnabled',
|
|
544
544
|
defaultValue: false
|
|
545
545
|
}),
|
|
546
|
+
// Added 2026-05-25
|
|
547
|
+
platform_editor_code_block_auto_detection: createBooleanExperiment({
|
|
548
|
+
productKeys: {
|
|
549
|
+
confluence: 'platform_editor_code_block_auto_detection',
|
|
550
|
+
jira: 'platform_editor_code_block_auto_detection'
|
|
551
|
+
},
|
|
552
|
+
param: 'isEnabled',
|
|
553
|
+
defaultValue: false
|
|
554
|
+
}),
|
|
546
555
|
// Added 2025-07-14
|
|
547
556
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
548
557
|
productKeys: {
|
|
@@ -1390,6 +1399,14 @@ export const editorExperimentsConfig = {
|
|
|
1390
1399
|
param: 'isEnabled',
|
|
1391
1400
|
defaultValue: false
|
|
1392
1401
|
}),
|
|
1402
|
+
// Added 2026-05-26
|
|
1403
|
+
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
1404
|
+
productKeys: {
|
|
1405
|
+
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
1406
|
+
},
|
|
1407
|
+
param: 'isEnabled',
|
|
1408
|
+
defaultValue: false
|
|
1409
|
+
}),
|
|
1393
1410
|
// Added 2026-03-05
|
|
1394
1411
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1395
1412
|
productKeys: {
|
|
@@ -1628,14 +1645,6 @@ export const editorExperimentsConfig = {
|
|
|
1628
1645
|
param: 'isEnabled',
|
|
1629
1646
|
defaultValue: false
|
|
1630
1647
|
}),
|
|
1631
|
-
// Added 2026-03-19
|
|
1632
|
-
platform_editor_fix_table_row_drag_drop_target: createBooleanExperiment({
|
|
1633
|
-
productKeys: {
|
|
1634
|
-
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1635
|
-
},
|
|
1636
|
-
param: 'isEnabled',
|
|
1637
|
-
defaultValue: false
|
|
1638
|
-
}),
|
|
1639
1648
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1640
1649
|
productKeys: {
|
|
1641
1650
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -543,6 +543,15 @@ export var editorExperimentsConfig = {
|
|
|
543
543
|
param: 'isEnabled',
|
|
544
544
|
defaultValue: false
|
|
545
545
|
}),
|
|
546
|
+
// Added 2026-05-25
|
|
547
|
+
platform_editor_code_block_auto_detection: createBooleanExperiment({
|
|
548
|
+
productKeys: {
|
|
549
|
+
confluence: 'platform_editor_code_block_auto_detection',
|
|
550
|
+
jira: 'platform_editor_code_block_auto_detection'
|
|
551
|
+
},
|
|
552
|
+
param: 'isEnabled',
|
|
553
|
+
defaultValue: false
|
|
554
|
+
}),
|
|
546
555
|
// Added 2025-07-14
|
|
547
556
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
548
557
|
productKeys: {
|
|
@@ -1390,6 +1399,14 @@ export var editorExperimentsConfig = {
|
|
|
1390
1399
|
param: 'isEnabled',
|
|
1391
1400
|
defaultValue: false
|
|
1392
1401
|
}),
|
|
1402
|
+
// Added 2026-05-26
|
|
1403
|
+
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
1404
|
+
productKeys: {
|
|
1405
|
+
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
1406
|
+
},
|
|
1407
|
+
param: 'isEnabled',
|
|
1408
|
+
defaultValue: false
|
|
1409
|
+
}),
|
|
1393
1410
|
// Added 2026-03-05
|
|
1394
1411
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1395
1412
|
productKeys: {
|
|
@@ -1628,14 +1645,6 @@ export var editorExperimentsConfig = {
|
|
|
1628
1645
|
param: 'isEnabled',
|
|
1629
1646
|
defaultValue: false
|
|
1630
1647
|
}),
|
|
1631
|
-
// Added 2026-03-19
|
|
1632
|
-
platform_editor_fix_table_row_drag_drop_target: createBooleanExperiment({
|
|
1633
|
-
productKeys: {
|
|
1634
|
-
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1635
|
-
},
|
|
1636
|
-
param: 'isEnabled',
|
|
1637
|
-
defaultValue: false
|
|
1638
|
-
}),
|
|
1639
1648
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1640
1649
|
productKeys: {
|
|
1641
1650
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -179,6 +179,12 @@ export declare const editorExperimentsConfig: {
|
|
|
179
179
|
productKeys?: ProductKeys;
|
|
180
180
|
typeGuard: IsBooleanType;
|
|
181
181
|
};
|
|
182
|
+
platform_editor_code_block_auto_detection: {
|
|
183
|
+
defaultValue: boolean;
|
|
184
|
+
param: string;
|
|
185
|
+
productKeys?: ProductKeys;
|
|
186
|
+
typeGuard: IsBooleanType;
|
|
187
|
+
};
|
|
182
188
|
platform_editor_render_bodied_extension_as_inline: {
|
|
183
189
|
defaultValue: boolean;
|
|
184
190
|
param: string;
|
|
@@ -1081,6 +1087,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1081
1087
|
productKeys?: ProductKeys;
|
|
1082
1088
|
typeGuard: IsBooleanType;
|
|
1083
1089
|
};
|
|
1090
|
+
'cc-maui-ai-edit-loading-experiment': {
|
|
1091
|
+
defaultValue: boolean;
|
|
1092
|
+
param: string;
|
|
1093
|
+
productKeys?: ProductKeys;
|
|
1094
|
+
typeGuard: IsBooleanType;
|
|
1095
|
+
};
|
|
1084
1096
|
'cc-mui-slides-experiment': {
|
|
1085
1097
|
defaultValue: boolean;
|
|
1086
1098
|
param: string;
|
|
@@ -1261,12 +1273,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1261
1273
|
productKeys?: ProductKeys;
|
|
1262
1274
|
typeGuard: IsBooleanType;
|
|
1263
1275
|
};
|
|
1264
|
-
platform_editor_fix_table_row_drag_drop_target: {
|
|
1265
|
-
defaultValue: boolean;
|
|
1266
|
-
param: string;
|
|
1267
|
-
productKeys?: ProductKeys;
|
|
1268
|
-
typeGuard: IsBooleanType;
|
|
1269
|
-
};
|
|
1270
1276
|
platform_editor_small_font_size: {
|
|
1271
1277
|
defaultValue: boolean;
|
|
1272
1278
|
param: string;
|
|
@@ -179,6 +179,12 @@ export declare const editorExperimentsConfig: {
|
|
|
179
179
|
productKeys?: ProductKeys;
|
|
180
180
|
typeGuard: IsBooleanType;
|
|
181
181
|
};
|
|
182
|
+
platform_editor_code_block_auto_detection: {
|
|
183
|
+
defaultValue: boolean;
|
|
184
|
+
param: string;
|
|
185
|
+
productKeys?: ProductKeys;
|
|
186
|
+
typeGuard: IsBooleanType;
|
|
187
|
+
};
|
|
182
188
|
platform_editor_render_bodied_extension_as_inline: {
|
|
183
189
|
defaultValue: boolean;
|
|
184
190
|
param: string;
|
|
@@ -1081,6 +1087,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1081
1087
|
productKeys?: ProductKeys;
|
|
1082
1088
|
typeGuard: IsBooleanType;
|
|
1083
1089
|
};
|
|
1090
|
+
'cc-maui-ai-edit-loading-experiment': {
|
|
1091
|
+
defaultValue: boolean;
|
|
1092
|
+
param: string;
|
|
1093
|
+
productKeys?: ProductKeys;
|
|
1094
|
+
typeGuard: IsBooleanType;
|
|
1095
|
+
};
|
|
1084
1096
|
'cc-mui-slides-experiment': {
|
|
1085
1097
|
defaultValue: boolean;
|
|
1086
1098
|
param: string;
|
|
@@ -1261,12 +1273,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1261
1273
|
productKeys?: ProductKeys;
|
|
1262
1274
|
typeGuard: IsBooleanType;
|
|
1263
1275
|
};
|
|
1264
|
-
platform_editor_fix_table_row_drag_drop_target: {
|
|
1265
|
-
defaultValue: boolean;
|
|
1266
|
-
param: string;
|
|
1267
|
-
productKeys?: ProductKeys;
|
|
1268
|
-
typeGuard: IsBooleanType;
|
|
1269
|
-
};
|
|
1270
1276
|
platform_editor_small_font_size: {
|
|
1271
1277
|
defaultValue: boolean;
|
|
1272
1278
|
param: string;
|
package/package.json
CHANGED