@atlaskit/tmp-editor-statsig 180.0.0 → 183.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 +25 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -24
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -24
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -24
- package/dist/types/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 183.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2d60d5e675439`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2d60d5e675439) -
|
|
8
|
+
Clean up `cc_maui_polish_changes_batch_2` and make its shipped Remix behaviour permanent.
|
|
9
|
+
|
|
10
|
+
## 182.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`6322f75743dc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6322f75743dc1) -
|
|
15
|
+
Clean up experiment `platform_editor_expand_content_a11y`.
|
|
16
|
+
|
|
17
|
+
BREAKING CHANGE: This experiment has been removed from the Editor experiments config. The shipped
|
|
18
|
+
`isEnabled=true` path is now the default. Delete any remaining `expValEquals` / experiment reads
|
|
19
|
+
or test overrides for this key.
|
|
20
|
+
|
|
21
|
+
## 181.0.0
|
|
22
|
+
|
|
23
|
+
### Major Changes
|
|
24
|
+
|
|
25
|
+
- [`d539514424fd9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d539514424fd9) -
|
|
26
|
+
Clean up experiment `platform_editor_fix_table_sort_with_mark`
|
|
27
|
+
|
|
3
28
|
## 180.0.0
|
|
4
29
|
|
|
5
30
|
### 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,
|
|
@@ -413,14 +413,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
413
413
|
param: 'isEnabled',
|
|
414
414
|
defaultValue: false
|
|
415
415
|
}),
|
|
416
|
-
// Added 2026-07-14
|
|
417
|
-
platform_editor_fix_table_sort_with_mark: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
418
|
-
productKeys: {
|
|
419
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
420
|
-
},
|
|
421
|
-
param: 'isEnabled',
|
|
422
|
-
defaultValue: false
|
|
423
|
-
}),
|
|
424
416
|
// Added 2026-07-09
|
|
425
417
|
platform_editor_reduced_agent_profile_cards: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
426
418
|
productKeys: {
|
|
@@ -967,14 +959,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
967
959
|
param: 'isEnabled',
|
|
968
960
|
defaultValue: false
|
|
969
961
|
}),
|
|
970
|
-
// Added 2026-07-24
|
|
971
|
-
cc_maui_polish_changes_batch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
972
|
-
productKeys: {
|
|
973
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
974
|
-
},
|
|
975
|
-
param: 'isEnabled',
|
|
976
|
-
defaultValue: false
|
|
977
|
-
}),
|
|
978
962
|
// Added 2026-07-29
|
|
979
963
|
cc_maui_polish_changes_batch_3: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
980
964
|
productKeys: {
|
|
@@ -1340,14 +1324,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1340
1324
|
param: 'isEnabled',
|
|
1341
1325
|
defaultValue: false
|
|
1342
1326
|
}),
|
|
1343
|
-
// Added 2026-04-28
|
|
1344
|
-
platform_editor_expand_content_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1345
|
-
productKeys: {
|
|
1346
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1347
|
-
},
|
|
1348
|
-
param: 'isEnabled',
|
|
1349
|
-
defaultValue: false
|
|
1350
|
-
}),
|
|
1351
1327
|
// Added 2026-04-15
|
|
1352
1328
|
platform_editor_ai_no_stream_skip_pacer: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1353
1329
|
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,
|
|
@@ -407,14 +407,6 @@ export const editorExperimentsConfig = {
|
|
|
407
407
|
param: 'isEnabled',
|
|
408
408
|
defaultValue: false
|
|
409
409
|
}),
|
|
410
|
-
// Added 2026-07-14
|
|
411
|
-
platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
|
|
412
|
-
productKeys: {
|
|
413
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
414
|
-
},
|
|
415
|
-
param: 'isEnabled',
|
|
416
|
-
defaultValue: false
|
|
417
|
-
}),
|
|
418
410
|
// Added 2026-07-09
|
|
419
411
|
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
420
412
|
productKeys: {
|
|
@@ -961,14 +953,6 @@ export const editorExperimentsConfig = {
|
|
|
961
953
|
param: 'isEnabled',
|
|
962
954
|
defaultValue: false
|
|
963
955
|
}),
|
|
964
|
-
// Added 2026-07-24
|
|
965
|
-
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
966
|
-
productKeys: {
|
|
967
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
968
|
-
},
|
|
969
|
-
param: 'isEnabled',
|
|
970
|
-
defaultValue: false
|
|
971
|
-
}),
|
|
972
956
|
// Added 2026-07-29
|
|
973
957
|
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
974
958
|
productKeys: {
|
|
@@ -1334,14 +1318,6 @@ export const editorExperimentsConfig = {
|
|
|
1334
1318
|
param: 'isEnabled',
|
|
1335
1319
|
defaultValue: false
|
|
1336
1320
|
}),
|
|
1337
|
-
// Added 2026-04-28
|
|
1338
|
-
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1339
|
-
productKeys: {
|
|
1340
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1341
|
-
},
|
|
1342
|
-
param: 'isEnabled',
|
|
1343
|
-
defaultValue: false
|
|
1344
|
-
}),
|
|
1345
1321
|
// Added 2026-04-15
|
|
1346
1322
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1347
1323
|
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,
|
|
@@ -407,14 +407,6 @@ export var editorExperimentsConfig = {
|
|
|
407
407
|
param: 'isEnabled',
|
|
408
408
|
defaultValue: false
|
|
409
409
|
}),
|
|
410
|
-
// Added 2026-07-14
|
|
411
|
-
platform_editor_fix_table_sort_with_mark: createBooleanExperiment({
|
|
412
|
-
productKeys: {
|
|
413
|
-
confluence: 'platform_editor_fix_table_sort_with_mark'
|
|
414
|
-
},
|
|
415
|
-
param: 'isEnabled',
|
|
416
|
-
defaultValue: false
|
|
417
|
-
}),
|
|
418
410
|
// Added 2026-07-09
|
|
419
411
|
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
420
412
|
productKeys: {
|
|
@@ -961,14 +953,6 @@ export var editorExperimentsConfig = {
|
|
|
961
953
|
param: 'isEnabled',
|
|
962
954
|
defaultValue: false
|
|
963
955
|
}),
|
|
964
|
-
// Added 2026-07-24
|
|
965
|
-
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
966
|
-
productKeys: {
|
|
967
|
-
confluence: 'cc_maui_polish_changes_batch_2'
|
|
968
|
-
},
|
|
969
|
-
param: 'isEnabled',
|
|
970
|
-
defaultValue: false
|
|
971
|
-
}),
|
|
972
956
|
// Added 2026-07-29
|
|
973
957
|
cc_maui_polish_changes_batch_3: createBooleanExperiment({
|
|
974
958
|
productKeys: {
|
|
@@ -1334,14 +1318,6 @@ export var editorExperimentsConfig = {
|
|
|
1334
1318
|
param: 'isEnabled',
|
|
1335
1319
|
defaultValue: false
|
|
1336
1320
|
}),
|
|
1337
|
-
// Added 2026-04-28
|
|
1338
|
-
platform_editor_expand_content_a11y: createBooleanExperiment({
|
|
1339
|
-
productKeys: {
|
|
1340
|
-
confluence: 'platform_editor_expand_content_a11y'
|
|
1341
|
-
},
|
|
1342
|
-
param: 'isEnabled',
|
|
1343
|
-
defaultValue: false
|
|
1344
|
-
}),
|
|
1345
1321
|
// Added 2026-04-15
|
|
1346
1322
|
platform_editor_ai_no_stream_skip_pacer: createBooleanExperiment({
|
|
1347
1323
|
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;
|
|
@@ -1028,12 +1022,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1028
1022
|
productKeys?: ProductKeys;
|
|
1029
1023
|
typeGuard: IsBooleanType;
|
|
1030
1024
|
};
|
|
1031
|
-
platform_editor_expand_content_a11y: {
|
|
1032
|
-
defaultValue: boolean;
|
|
1033
|
-
param: string;
|
|
1034
|
-
productKeys?: ProductKeys;
|
|
1035
|
-
typeGuard: IsBooleanType;
|
|
1036
|
-
};
|
|
1037
1025
|
platform_editor_hydration_skip_react_portal: {
|
|
1038
1026
|
defaultValue: boolean;
|
|
1039
1027
|
param: string;
|
|
@@ -1131,12 +1119,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1131
1119
|
productKeys?: ProductKeys;
|
|
1132
1120
|
typeGuard: IsBooleanType;
|
|
1133
1121
|
};
|
|
1134
|
-
platform_editor_fix_table_sort_with_mark: {
|
|
1135
|
-
defaultValue: boolean;
|
|
1136
|
-
param: string;
|
|
1137
|
-
productKeys?: ProductKeys;
|
|
1138
|
-
typeGuard: IsBooleanType;
|
|
1139
|
-
};
|
|
1140
1122
|
platform_editor_ai_replace_doc: {
|
|
1141
1123
|
defaultValue: boolean;
|
|
1142
1124
|
param: string;
|
package/package.json
CHANGED