@atlaskit/tmp-editor-statsig 182.0.0 → 184.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 +19 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 184.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d92f804b3ec93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d92f804b3ec93) -
|
|
8
|
+
Permanently enable single-row native sticky header behavior and remove the fully rolled-out
|
|
9
|
+
`platform_editor_table_q4_patch_4` experiment.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 183.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [`2d60d5e675439`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2d60d5e675439) -
|
|
20
|
+
Clean up `cc_maui_polish_changes_batch_2` and make its shipped Remix behaviour permanent.
|
|
21
|
+
|
|
3
22
|
## 182.0.0
|
|
4
23
|
|
|
5
24
|
### Major Changes
|
|
@@ -22,7 +22,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
22
22
|
};
|
|
23
23
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
24
24
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
25
|
-
cc_maui_polish_changes_batch_2: false,
|
|
26
25
|
cc_maui_polish_changes_batch_3: false,
|
|
27
26
|
cc_maui_polish_changes_batch_4: false,
|
|
28
27
|
social_proof_3p_unauth_block_exp: false,
|
|
@@ -959,14 +959,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
959
959
|
param: 'isEnabled',
|
|
960
960
|
defaultValue: false
|
|
961
961
|
}),
|
|
962
|
-
// Added 2026-07-24
|
|
963
|
-
cc_maui_polish_changes_batch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
964
|
-
productKeys: {
|
|
965
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
966
|
-
},
|
|
967
|
-
param: 'isEnabled',
|
|
968
|
-
defaultValue: false
|
|
969
|
-
}),
|
|
970
962
|
// Added 2026-07-29
|
|
971
963
|
cc_maui_polish_changes_batch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
972
964
|
productKeys: {
|
|
@@ -1455,15 +1447,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1455
1447
|
param: 'isEnabled',
|
|
1456
1448
|
defaultValue: false
|
|
1457
1449
|
}),
|
|
1458
|
-
// Added 2026-07-21
|
|
1459
|
-
platform_editor_table_q4_patch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1460
|
-
productKeys: {
|
|
1461
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1462
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1463
|
-
},
|
|
1464
|
-
param: 'isEnabled',
|
|
1465
|
-
defaultValue: false
|
|
1466
|
-
}),
|
|
1467
1450
|
// Added 2026-05-11
|
|
1468
1451
|
platform_editor_table_menu_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1469
1452
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export const testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export const testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_2: false,
|
|
20
19
|
cc_maui_polish_changes_batch_3: false,
|
|
21
20
|
cc_maui_polish_changes_batch_4: false,
|
|
22
21
|
social_proof_3p_unauth_block_exp: false,
|
|
@@ -953,14 +953,6 @@ export const editorExperimentsConfig = {
|
|
|
953
953
|
param: 'isEnabled',
|
|
954
954
|
defaultValue: false
|
|
955
955
|
}),
|
|
956
|
-
// Added 2026-07-24
|
|
957
|
-
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
958
|
-
productKeys: {
|
|
959
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
960
|
-
},
|
|
961
|
-
param: 'isEnabled',
|
|
962
|
-
defaultValue: false
|
|
963
|
-
}),
|
|
964
956
|
// Added 2026-07-29
|
|
965
957
|
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
966
958
|
productKeys: {
|
|
@@ -1449,15 +1441,6 @@ export const editorExperimentsConfig = {
|
|
|
1449
1441
|
param: 'isEnabled',
|
|
1450
1442
|
defaultValue: false
|
|
1451
1443
|
}),
|
|
1452
|
-
// Added 2026-07-21
|
|
1453
|
-
platform_editor_table_q4_patch_4: createBooleanExperiment({
|
|
1454
|
-
productKeys: {
|
|
1455
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1456
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1457
|
-
},
|
|
1458
|
-
param: 'isEnabled',
|
|
1459
|
-
defaultValue: false
|
|
1460
|
-
}),
|
|
1461
1444
|
// Added 2026-05-11
|
|
1462
1445
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
1463
1446
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export var testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export var testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_2: false,
|
|
20
19
|
cc_maui_polish_changes_batch_3: false,
|
|
21
20
|
cc_maui_polish_changes_batch_4: false,
|
|
22
21
|
social_proof_3p_unauth_block_exp: false,
|
|
@@ -953,14 +953,6 @@ export var editorExperimentsConfig = {
|
|
|
953
953
|
param: 'isEnabled',
|
|
954
954
|
defaultValue: false
|
|
955
955
|
}),
|
|
956
|
-
// Added 2026-07-24
|
|
957
|
-
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
958
|
-
productKeys: {
|
|
959
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
960
|
-
},
|
|
961
|
-
param: 'isEnabled',
|
|
962
|
-
defaultValue: false
|
|
963
|
-
}),
|
|
964
956
|
// Added 2026-07-29
|
|
965
957
|
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
966
958
|
productKeys: {
|
|
@@ -1449,15 +1441,6 @@ export var editorExperimentsConfig = {
|
|
|
1449
1441
|
param: 'isEnabled',
|
|
1450
1442
|
defaultValue: false
|
|
1451
1443
|
}),
|
|
1452
|
-
// Added 2026-07-21
|
|
1453
|
-
platform_editor_table_q4_patch_4: createBooleanExperiment({
|
|
1454
|
-
productKeys: {
|
|
1455
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1456
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1457
|
-
},
|
|
1458
|
-
param: 'isEnabled',
|
|
1459
|
-
defaultValue: false
|
|
1460
|
-
}),
|
|
1461
1444
|
// Added 2026-05-11
|
|
1462
1445
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
1463
1446
|
productKeys: {
|
|
@@ -751,12 +751,6 @@ export declare const editorExperimentsConfig: {
|
|
|
751
751
|
productKeys?: ProductKeys;
|
|
752
752
|
typeGuard: IsBooleanType;
|
|
753
753
|
};
|
|
754
|
-
cc_maui_polish_changes_batch_2: {
|
|
755
|
-
defaultValue: boolean;
|
|
756
|
-
param: string;
|
|
757
|
-
productKeys?: ProductKeys;
|
|
758
|
-
typeGuard: IsBooleanType;
|
|
759
|
-
};
|
|
760
754
|
cc_maui_polish_changes_batch_3: {
|
|
761
755
|
defaultValue: boolean;
|
|
762
756
|
param: string;
|
|
@@ -1058,12 +1052,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1058
1052
|
productKeys?: ProductKeys;
|
|
1059
1053
|
typeGuard: IsBooleanType;
|
|
1060
1054
|
};
|
|
1061
|
-
platform_editor_table_q4_patch_4: {
|
|
1062
|
-
defaultValue: boolean;
|
|
1063
|
-
param: string;
|
|
1064
|
-
productKeys?: ProductKeys;
|
|
1065
|
-
typeGuard: IsBooleanType;
|
|
1066
|
-
};
|
|
1067
1055
|
platform_editor_table_menu_updates: {
|
|
1068
1056
|
defaultValue: boolean;
|
|
1069
1057
|
param: string;
|
package/package.json
CHANGED