@atlaskit/tmp-editor-statsig 182.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 182.0.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
package/package.json
CHANGED