@atlaskit/tmp-editor-statsig 132.3.1 → 132.4.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 +11 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +8 -0
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +8 -0
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +8 -0
- package/dist/types/experiments-config.d.ts +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 132.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d1f841209d233`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1f841209d233) -
|
|
8
|
+
[ux] Fix MAUI image loading cleanup on Rovo stream errors
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 132.3.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -21,6 +21,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
21
21
|
};
|
|
22
22
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
23
23
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
24
|
+
cc_maui_polish_changes_batch_1: false,
|
|
24
25
|
social_proof_3p_unauth_block_exp: false,
|
|
25
26
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
26
27
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -1417,6 +1417,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1417
1417
|
param: 'isEnabled',
|
|
1418
1418
|
defaultValue: false
|
|
1419
1419
|
}),
|
|
1420
|
+
// Added 2026-07-22
|
|
1421
|
+
cc_maui_polish_changes_batch_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1422
|
+
productKeys: {
|
|
1423
|
+
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1424
|
+
},
|
|
1425
|
+
param: 'isEnabled',
|
|
1426
|
+
defaultValue: false
|
|
1427
|
+
}),
|
|
1420
1428
|
// Added 2026-03-05
|
|
1421
1429
|
'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1422
1430
|
productKeys: {
|
|
@@ -15,6 +15,7 @@ export const testMultivariateOverrides = {
|
|
|
15
15
|
};
|
|
16
16
|
export const testBooleanOverrides = {
|
|
17
17
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
18
|
+
cc_maui_polish_changes_batch_1: false,
|
|
18
19
|
social_proof_3p_unauth_block_exp: false,
|
|
19
20
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
20
21
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -1411,6 +1411,14 @@ export const editorExperimentsConfig = {
|
|
|
1411
1411
|
param: 'isEnabled',
|
|
1412
1412
|
defaultValue: false
|
|
1413
1413
|
}),
|
|
1414
|
+
// Added 2026-07-22
|
|
1415
|
+
cc_maui_polish_changes_batch_1: createBooleanExperiment({
|
|
1416
|
+
productKeys: {
|
|
1417
|
+
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1418
|
+
},
|
|
1419
|
+
param: 'isEnabled',
|
|
1420
|
+
defaultValue: false
|
|
1421
|
+
}),
|
|
1414
1422
|
// Added 2026-03-05
|
|
1415
1423
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1416
1424
|
productKeys: {
|
|
@@ -15,6 +15,7 @@ export var testMultivariateOverrides = {
|
|
|
15
15
|
};
|
|
16
16
|
export var testBooleanOverrides = {
|
|
17
17
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
18
|
+
cc_maui_polish_changes_batch_1: false,
|
|
18
19
|
social_proof_3p_unauth_block_exp: false,
|
|
19
20
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
20
21
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -1411,6 +1411,14 @@ export var editorExperimentsConfig = {
|
|
|
1411
1411
|
param: 'isEnabled',
|
|
1412
1412
|
defaultValue: false
|
|
1413
1413
|
}),
|
|
1414
|
+
// Added 2026-07-22
|
|
1415
|
+
cc_maui_polish_changes_batch_1: createBooleanExperiment({
|
|
1416
|
+
productKeys: {
|
|
1417
|
+
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1418
|
+
},
|
|
1419
|
+
param: 'isEnabled',
|
|
1420
|
+
defaultValue: false
|
|
1421
|
+
}),
|
|
1414
1422
|
// Added 2026-03-05
|
|
1415
1423
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1416
1424
|
productKeys: {
|
|
@@ -1088,6 +1088,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1088
1088
|
productKeys?: ProductKeys;
|
|
1089
1089
|
typeGuard: IsBooleanType;
|
|
1090
1090
|
};
|
|
1091
|
+
cc_maui_polish_changes_batch_1: {
|
|
1092
|
+
defaultValue: boolean;
|
|
1093
|
+
param: string;
|
|
1094
|
+
productKeys?: ProductKeys;
|
|
1095
|
+
typeGuard: IsBooleanType;
|
|
1096
|
+
};
|
|
1091
1097
|
'cc-mui-slides-experiment': {
|
|
1092
1098
|
defaultValue: boolean;
|
|
1093
1099
|
param: string;
|
package/package.json
CHANGED