@atlaskit/tmp-editor-statsig 46.0.0 → 46.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 +22 -0
- package/dist/cjs/experiments-config.js +23 -0
- package/dist/es2019/experiments-config.js +23 -0
- package/dist/esm/experiments-config.js +23 -0
- package/dist/types/experiments-config.d.ts +18 -0
- package/dist/types-ts4.5/experiments-config.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 46.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b512cc17bab98`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b512cc17bab98) -
|
|
8
|
+
Added change to avoid adding ufo hold if the the cardpreview is not available
|
|
9
|
+
|
|
10
|
+
## 46.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`673732f902814`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/673732f902814) -
|
|
15
|
+
Add error handling with plugin context to EditorPresetBuilder to improve debugging of plugin
|
|
16
|
+
initialization failures. When a plugin fails to initialize, the name of the plugin is added to the
|
|
17
|
+
error message before it's thrown.
|
|
18
|
+
- [`6da6979e0583c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6da6979e0583c) -
|
|
19
|
+
fix a11y issue for InlineImageWrapper for media inline
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 46.0.0
|
|
4
26
|
|
|
5
27
|
### Major Changes
|
|
@@ -70,6 +70,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
70
70
|
param: 'isEnabled',
|
|
71
71
|
defaultValue: false
|
|
72
72
|
}),
|
|
73
|
+
// Added 2026-03-25
|
|
74
|
+
'editor_a11y__enghealth-46814_fy26': (0, _experimentBuilders.createBooleanExperiment)({
|
|
75
|
+
productKeys: {
|
|
76
|
+
confluence: 'editor_a11y__enghealth-46814_fy26'
|
|
77
|
+
},
|
|
78
|
+
param: 'isEnabled',
|
|
79
|
+
defaultValue: false
|
|
80
|
+
}),
|
|
73
81
|
// Added 2026-02-20
|
|
74
82
|
editor_a11y_decision_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
75
83
|
productKeys: {
|
|
@@ -1748,6 +1756,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1748
1756
|
param: 'isEnabled',
|
|
1749
1757
|
defaultValue: false
|
|
1750
1758
|
}),
|
|
1759
|
+
cc_editor_ttvc_media_hold_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1760
|
+
productKeys: {
|
|
1761
|
+
confluence: 'cc_editor_ttvc_media_hold_fix'
|
|
1762
|
+
},
|
|
1763
|
+
param: 'isEnabled',
|
|
1764
|
+
defaultValue: false
|
|
1765
|
+
}),
|
|
1751
1766
|
// Added 2026-03-06
|
|
1752
1767
|
platform_editor_single_player_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1753
1768
|
productKeys: {
|
|
@@ -1856,5 +1871,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1856
1871
|
},
|
|
1857
1872
|
param: 'isEnabled',
|
|
1858
1873
|
defaultValue: false
|
|
1874
|
+
}),
|
|
1875
|
+
// Added 2026-03-25
|
|
1876
|
+
platform_editor_improve_preset_builder_logging: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1877
|
+
productKeys: {
|
|
1878
|
+
confluence: 'platform_editor_improve_preset_builder_logging'
|
|
1879
|
+
},
|
|
1880
|
+
param: 'isEnabled',
|
|
1881
|
+
defaultValue: false
|
|
1859
1882
|
})
|
|
1860
1883
|
};
|
|
@@ -64,6 +64,14 @@ export const editorExperimentsConfig = {
|
|
|
64
64
|
param: 'isEnabled',
|
|
65
65
|
defaultValue: false
|
|
66
66
|
}),
|
|
67
|
+
// Added 2026-03-25
|
|
68
|
+
'editor_a11y__enghealth-46814_fy26': createBooleanExperiment({
|
|
69
|
+
productKeys: {
|
|
70
|
+
confluence: 'editor_a11y__enghealth-46814_fy26'
|
|
71
|
+
},
|
|
72
|
+
param: 'isEnabled',
|
|
73
|
+
defaultValue: false
|
|
74
|
+
}),
|
|
67
75
|
// Added 2026-02-20
|
|
68
76
|
editor_a11y_decision_aria_label: createBooleanExperiment({
|
|
69
77
|
productKeys: {
|
|
@@ -1742,6 +1750,13 @@ export const editorExperimentsConfig = {
|
|
|
1742
1750
|
param: 'isEnabled',
|
|
1743
1751
|
defaultValue: false
|
|
1744
1752
|
}),
|
|
1753
|
+
cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
|
|
1754
|
+
productKeys: {
|
|
1755
|
+
confluence: 'cc_editor_ttvc_media_hold_fix'
|
|
1756
|
+
},
|
|
1757
|
+
param: 'isEnabled',
|
|
1758
|
+
defaultValue: false
|
|
1759
|
+
}),
|
|
1745
1760
|
// Added 2026-03-06
|
|
1746
1761
|
platform_editor_single_player_expand: createBooleanExperiment({
|
|
1747
1762
|
productKeys: {
|
|
@@ -1850,5 +1865,13 @@ export const editorExperimentsConfig = {
|
|
|
1850
1865
|
},
|
|
1851
1866
|
param: 'isEnabled',
|
|
1852
1867
|
defaultValue: false
|
|
1868
|
+
}),
|
|
1869
|
+
// Added 2026-03-25
|
|
1870
|
+
platform_editor_improve_preset_builder_logging: createBooleanExperiment({
|
|
1871
|
+
productKeys: {
|
|
1872
|
+
confluence: 'platform_editor_improve_preset_builder_logging'
|
|
1873
|
+
},
|
|
1874
|
+
param: 'isEnabled',
|
|
1875
|
+
defaultValue: false
|
|
1853
1876
|
})
|
|
1854
1877
|
};
|
|
@@ -64,6 +64,14 @@ export var editorExperimentsConfig = {
|
|
|
64
64
|
param: 'isEnabled',
|
|
65
65
|
defaultValue: false
|
|
66
66
|
}),
|
|
67
|
+
// Added 2026-03-25
|
|
68
|
+
'editor_a11y__enghealth-46814_fy26': createBooleanExperiment({
|
|
69
|
+
productKeys: {
|
|
70
|
+
confluence: 'editor_a11y__enghealth-46814_fy26'
|
|
71
|
+
},
|
|
72
|
+
param: 'isEnabled',
|
|
73
|
+
defaultValue: false
|
|
74
|
+
}),
|
|
67
75
|
// Added 2026-02-20
|
|
68
76
|
editor_a11y_decision_aria_label: createBooleanExperiment({
|
|
69
77
|
productKeys: {
|
|
@@ -1742,6 +1750,13 @@ export var editorExperimentsConfig = {
|
|
|
1742
1750
|
param: 'isEnabled',
|
|
1743
1751
|
defaultValue: false
|
|
1744
1752
|
}),
|
|
1753
|
+
cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
|
|
1754
|
+
productKeys: {
|
|
1755
|
+
confluence: 'cc_editor_ttvc_media_hold_fix'
|
|
1756
|
+
},
|
|
1757
|
+
param: 'isEnabled',
|
|
1758
|
+
defaultValue: false
|
|
1759
|
+
}),
|
|
1745
1760
|
// Added 2026-03-06
|
|
1746
1761
|
platform_editor_single_player_expand: createBooleanExperiment({
|
|
1747
1762
|
productKeys: {
|
|
@@ -1850,5 +1865,13 @@ export var editorExperimentsConfig = {
|
|
|
1850
1865
|
},
|
|
1851
1866
|
param: 'isEnabled',
|
|
1852
1867
|
defaultValue: false
|
|
1868
|
+
}),
|
|
1869
|
+
// Added 2026-03-25
|
|
1870
|
+
platform_editor_improve_preset_builder_logging: createBooleanExperiment({
|
|
1871
|
+
productKeys: {
|
|
1872
|
+
confluence: 'platform_editor_improve_preset_builder_logging'
|
|
1873
|
+
},
|
|
1874
|
+
param: 'isEnabled',
|
|
1875
|
+
defaultValue: false
|
|
1853
1876
|
})
|
|
1854
1877
|
};
|
|
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
65
65
|
values: ('control' | 'test')[];
|
|
66
66
|
};
|
|
67
|
+
'editor_a11y__enghealth-46814_fy26': {
|
|
68
|
+
defaultValue: boolean;
|
|
69
|
+
param: string;
|
|
70
|
+
productKeys?: ProductKeys;
|
|
71
|
+
typeGuard: IsBooleanType;
|
|
72
|
+
};
|
|
67
73
|
editor_a11y_decision_aria_label: {
|
|
68
74
|
defaultValue: boolean;
|
|
69
75
|
param: string;
|
|
@@ -1290,6 +1296,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1290
1296
|
productKeys?: ProductKeys;
|
|
1291
1297
|
typeGuard: IsBooleanType;
|
|
1292
1298
|
};
|
|
1299
|
+
cc_editor_ttvc_media_hold_fix: {
|
|
1300
|
+
defaultValue: boolean;
|
|
1301
|
+
param: string;
|
|
1302
|
+
productKeys?: ProductKeys;
|
|
1303
|
+
typeGuard: IsBooleanType;
|
|
1304
|
+
};
|
|
1293
1305
|
platform_editor_single_player_expand: {
|
|
1294
1306
|
defaultValue: boolean;
|
|
1295
1307
|
param: string;
|
|
@@ -1356,6 +1368,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1356
1368
|
productKeys?: ProductKeys;
|
|
1357
1369
|
typeGuard: IsBooleanType;
|
|
1358
1370
|
};
|
|
1371
|
+
platform_editor_improve_preset_builder_logging: {
|
|
1372
|
+
defaultValue: boolean;
|
|
1373
|
+
param: string;
|
|
1374
|
+
productKeys?: ProductKeys;
|
|
1375
|
+
typeGuard: IsBooleanType;
|
|
1376
|
+
};
|
|
1359
1377
|
confluence_toc_nav_a11y: {
|
|
1360
1378
|
defaultValue: boolean;
|
|
1361
1379
|
param: string;
|
|
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
65
65
|
values: ('control' | 'test')[];
|
|
66
66
|
};
|
|
67
|
+
'editor_a11y__enghealth-46814_fy26': {
|
|
68
|
+
defaultValue: boolean;
|
|
69
|
+
param: string;
|
|
70
|
+
productKeys?: ProductKeys;
|
|
71
|
+
typeGuard: IsBooleanType;
|
|
72
|
+
};
|
|
67
73
|
editor_a11y_decision_aria_label: {
|
|
68
74
|
defaultValue: boolean;
|
|
69
75
|
param: string;
|
|
@@ -1290,6 +1296,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1290
1296
|
productKeys?: ProductKeys;
|
|
1291
1297
|
typeGuard: IsBooleanType;
|
|
1292
1298
|
};
|
|
1299
|
+
cc_editor_ttvc_media_hold_fix: {
|
|
1300
|
+
defaultValue: boolean;
|
|
1301
|
+
param: string;
|
|
1302
|
+
productKeys?: ProductKeys;
|
|
1303
|
+
typeGuard: IsBooleanType;
|
|
1304
|
+
};
|
|
1293
1305
|
platform_editor_single_player_expand: {
|
|
1294
1306
|
defaultValue: boolean;
|
|
1295
1307
|
param: string;
|
|
@@ -1356,6 +1368,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1356
1368
|
productKeys?: ProductKeys;
|
|
1357
1369
|
typeGuard: IsBooleanType;
|
|
1358
1370
|
};
|
|
1371
|
+
platform_editor_improve_preset_builder_logging: {
|
|
1372
|
+
defaultValue: boolean;
|
|
1373
|
+
param: string;
|
|
1374
|
+
productKeys?: ProductKeys;
|
|
1375
|
+
typeGuard: IsBooleanType;
|
|
1376
|
+
};
|
|
1359
1377
|
confluence_toc_nav_a11y: {
|
|
1360
1378
|
defaultValue: boolean;
|
|
1361
1379
|
param: string;
|
package/package.json
CHANGED