@atlaskit/tmp-editor-statsig 14.7.0 → 14.8.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 14.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`361f88d13201f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/361f88d13201f) -
|
|
8
|
+
Removes experiment gate cc_complexit_fe_emoji_stability
|
|
9
|
+
|
|
3
10
|
## 14.7.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -990,14 +990,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
990
990
|
param: 'isEnabled',
|
|
991
991
|
defaultValue: false
|
|
992
992
|
}),
|
|
993
|
-
// Added 2025-09-17
|
|
994
|
-
cc_complexit_fe_emoji_stability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
995
|
-
productKeys: {
|
|
996
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
997
|
-
},
|
|
998
|
-
param: 'isEnabled',
|
|
999
|
-
defaultValue: false
|
|
1000
|
-
}),
|
|
1001
993
|
// Added 2025-09-23
|
|
1002
994
|
cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1003
995
|
productKeys: {
|
|
@@ -984,14 +984,6 @@ export const editorExperimentsConfig = {
|
|
|
984
984
|
param: 'isEnabled',
|
|
985
985
|
defaultValue: false
|
|
986
986
|
}),
|
|
987
|
-
// Added 2025-09-17
|
|
988
|
-
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
989
|
-
productKeys: {
|
|
990
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
991
|
-
},
|
|
992
|
-
param: 'isEnabled',
|
|
993
|
-
defaultValue: false
|
|
994
|
-
}),
|
|
995
987
|
// Added 2025-09-23
|
|
996
988
|
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
997
989
|
productKeys: {
|
|
@@ -984,14 +984,6 @@ export var editorExperimentsConfig = {
|
|
|
984
984
|
param: 'isEnabled',
|
|
985
985
|
defaultValue: false
|
|
986
986
|
}),
|
|
987
|
-
// Added 2025-09-17
|
|
988
|
-
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
989
|
-
productKeys: {
|
|
990
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
991
|
-
},
|
|
992
|
-
param: 'isEnabled',
|
|
993
|
-
defaultValue: false
|
|
994
|
-
}),
|
|
995
987
|
// Added 2025-09-23
|
|
996
988
|
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
997
989
|
productKeys: {
|
|
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
-
cc_complexit_fe_emoji_stability: {
|
|
30
|
-
defaultValue: boolean;
|
|
31
|
-
param: string;
|
|
32
|
-
productKeys?: ProductKeys;
|
|
33
|
-
typeGuard: IsBooleanType;
|
|
34
|
-
};
|
|
35
29
|
cc_editor_ai_content_mode: {
|
|
36
30
|
defaultValue: 'control' | 'test';
|
|
37
31
|
param: string;
|
|
@@ -820,6 +814,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
814
|
productKeys?: ProductKeys;
|
|
821
815
|
typeGuard: IsBooleanType;
|
|
822
816
|
};
|
|
817
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
818
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
819
|
+
param: string;
|
|
820
|
+
productKeys?: ProductKeys;
|
|
821
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
822
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
823
|
+
};
|
|
823
824
|
platform_synced_block: {
|
|
824
825
|
defaultValue: boolean;
|
|
825
826
|
param: string;
|
|
@@ -857,13 +858,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
858
|
productKeys?: ProductKeys;
|
|
858
859
|
typeGuard: IsBooleanType;
|
|
859
860
|
};
|
|
860
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
861
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
865
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
866
|
-
};
|
|
867
861
|
'test-new-experiments-package': {
|
|
868
862
|
defaultValue: boolean;
|
|
869
863
|
param: string;
|
|
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
-
cc_complexit_fe_emoji_stability: {
|
|
30
|
-
defaultValue: boolean;
|
|
31
|
-
param: string;
|
|
32
|
-
productKeys?: ProductKeys;
|
|
33
|
-
typeGuard: IsBooleanType;
|
|
34
|
-
};
|
|
35
29
|
cc_editor_ai_content_mode: {
|
|
36
30
|
defaultValue: 'control' | 'test';
|
|
37
31
|
param: string;
|
|
@@ -820,6 +814,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
814
|
productKeys?: ProductKeys;
|
|
821
815
|
typeGuard: IsBooleanType;
|
|
822
816
|
};
|
|
817
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
818
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
819
|
+
param: string;
|
|
820
|
+
productKeys?: ProductKeys;
|
|
821
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
822
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
823
|
+
};
|
|
823
824
|
platform_synced_block: {
|
|
824
825
|
defaultValue: boolean;
|
|
825
826
|
param: string;
|
|
@@ -857,13 +858,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
858
|
productKeys?: ProductKeys;
|
|
858
859
|
typeGuard: IsBooleanType;
|
|
859
860
|
};
|
|
860
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
861
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
865
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
866
|
-
};
|
|
867
861
|
'test-new-experiments-package': {
|
|
868
862
|
defaultValue: boolean;
|
|
869
863
|
param: string;
|
package/package.json
CHANGED