@atlaskit/tmp-editor-statsig 13.2.0 → 13.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +2 -1
- package/dist/cjs/experiments-config.js +10 -8
- package/dist/es2019/exp-test-overrides.js +2 -1
- package/dist/es2019/experiments-config.js +10 -8
- package/dist/esm/exp-test-overrides.js +2 -1
- package/dist/esm/experiments-config.js +10 -8
- package/dist/types/experiments-config.d.ts +7 -6
- package/dist/types-ts4.5/experiments-config.d.ts +7 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`482bcdc75598e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/482bcdc75598e) -
|
|
8
|
+
ED-29462 Clean up platform_editor_toolbar_aifc_responsiveness_update
|
|
9
|
+
|
|
10
|
+
## 13.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`27d1948b0874f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/27d1948b0874f) -
|
|
15
|
+
[ux] @atlaskit/smart-card: Added experiment variation coloring for the inline smartlink connect
|
|
16
|
+
button. @atlaskit/tmp-editor-statsig: Added experiment gate to test config and overrides setup
|
|
17
|
+
|
|
3
18
|
## 13.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -19,7 +19,8 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
19
19
|
platform_editor_ai_iw_adf_streaming: 'control',
|
|
20
20
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
21
21
|
platform_hover_card_preview_panel: 'control',
|
|
22
|
-
platform_hover_card_preview_panel_modal: 'control'
|
|
22
|
+
platform_hover_card_preview_panel_modal: 'control',
|
|
23
|
+
platform_inline_smartcard_connect_button_exp: 'control'
|
|
23
24
|
};
|
|
24
25
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
25
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -713,14 +713,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
713
713
|
param: 'isEnabled',
|
|
714
714
|
defaultValue: false
|
|
715
715
|
}),
|
|
716
|
-
// Added 2025-09-19
|
|
717
|
-
platform_editor_toolbar_aifc_responsiveness_update: (0, _experimentBuilders.createBooleanExperiment)({
|
|
718
|
-
productKeys: {
|
|
719
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
720
|
-
},
|
|
721
|
-
param: 'isEnabled',
|
|
722
|
-
defaultValue: false
|
|
723
|
-
}),
|
|
724
716
|
// Added 2025-07-30
|
|
725
717
|
platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
726
718
|
productKeys: {
|
|
@@ -1071,5 +1063,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1071
1063
|
},
|
|
1072
1064
|
param: 'isEnabled',
|
|
1073
1065
|
defaultValue: false
|
|
1066
|
+
}),
|
|
1067
|
+
// Added 2025-10-01
|
|
1068
|
+
platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1069
|
+
productKeys: {
|
|
1070
|
+
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
1071
|
+
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
1072
|
+
},
|
|
1073
|
+
param: 'cohort',
|
|
1074
|
+
values: ['control', 'test1', 'test2'],
|
|
1075
|
+
defaultValue: 'control'
|
|
1074
1076
|
})
|
|
1075
1077
|
};
|
|
@@ -13,7 +13,8 @@ export const testMultivariateOverrides = {
|
|
|
13
13
|
platform_editor_ai_iw_adf_streaming: 'control',
|
|
14
14
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
15
15
|
platform_hover_card_preview_panel: 'control',
|
|
16
|
-
platform_hover_card_preview_panel_modal: 'control'
|
|
16
|
+
platform_hover_card_preview_panel_modal: 'control',
|
|
17
|
+
platform_inline_smartcard_connect_button_exp: 'control'
|
|
17
18
|
};
|
|
18
19
|
export const testBooleanOverrides = {
|
|
19
20
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -707,14 +707,6 @@ export const editorExperimentsConfig = {
|
|
|
707
707
|
param: 'isEnabled',
|
|
708
708
|
defaultValue: false
|
|
709
709
|
}),
|
|
710
|
-
// Added 2025-09-19
|
|
711
|
-
platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
|
|
712
|
-
productKeys: {
|
|
713
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
714
|
-
},
|
|
715
|
-
param: 'isEnabled',
|
|
716
|
-
defaultValue: false
|
|
717
|
-
}),
|
|
718
710
|
// Added 2025-07-30
|
|
719
711
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
720
712
|
productKeys: {
|
|
@@ -1065,5 +1057,15 @@ export const editorExperimentsConfig = {
|
|
|
1065
1057
|
},
|
|
1066
1058
|
param: 'isEnabled',
|
|
1067
1059
|
defaultValue: false
|
|
1060
|
+
}),
|
|
1061
|
+
// Added 2025-10-01
|
|
1062
|
+
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
1063
|
+
productKeys: {
|
|
1064
|
+
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
1065
|
+
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
1066
|
+
},
|
|
1067
|
+
param: 'cohort',
|
|
1068
|
+
values: ['control', 'test1', 'test2'],
|
|
1069
|
+
defaultValue: 'control'
|
|
1068
1070
|
})
|
|
1069
1071
|
};
|
|
@@ -13,7 +13,8 @@ export var testMultivariateOverrides = {
|
|
|
13
13
|
platform_editor_ai_iw_adf_streaming: 'control',
|
|
14
14
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
15
15
|
platform_hover_card_preview_panel: 'control',
|
|
16
|
-
platform_hover_card_preview_panel_modal: 'control'
|
|
16
|
+
platform_hover_card_preview_panel_modal: 'control',
|
|
17
|
+
platform_inline_smartcard_connect_button_exp: 'control'
|
|
17
18
|
};
|
|
18
19
|
export var testBooleanOverrides = {
|
|
19
20
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -707,14 +707,6 @@ export var editorExperimentsConfig = {
|
|
|
707
707
|
param: 'isEnabled',
|
|
708
708
|
defaultValue: false
|
|
709
709
|
}),
|
|
710
|
-
// Added 2025-09-19
|
|
711
|
-
platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
|
|
712
|
-
productKeys: {
|
|
713
|
-
confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
|
|
714
|
-
},
|
|
715
|
-
param: 'isEnabled',
|
|
716
|
-
defaultValue: false
|
|
717
|
-
}),
|
|
718
710
|
// Added 2025-07-30
|
|
719
711
|
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
720
712
|
productKeys: {
|
|
@@ -1065,5 +1057,15 @@ export var editorExperimentsConfig = {
|
|
|
1065
1057
|
},
|
|
1066
1058
|
param: 'isEnabled',
|
|
1067
1059
|
defaultValue: false
|
|
1060
|
+
}),
|
|
1061
|
+
// Added 2025-10-01
|
|
1062
|
+
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
1063
|
+
productKeys: {
|
|
1064
|
+
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
1065
|
+
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
1066
|
+
},
|
|
1067
|
+
param: 'cohort',
|
|
1068
|
+
values: ['control', 'test1', 'test2'],
|
|
1069
|
+
defaultValue: 'control'
|
|
1068
1070
|
})
|
|
1069
1071
|
};
|
|
@@ -523,12 +523,6 @@ export declare const editorExperimentsConfig: {
|
|
|
523
523
|
param: string;
|
|
524
524
|
productKeys?: import("./types").ProductKeys;
|
|
525
525
|
};
|
|
526
|
-
platform_editor_toolbar_aifc_responsiveness_update: {
|
|
527
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
528
|
-
defaultValue: boolean;
|
|
529
|
-
param: string;
|
|
530
|
-
productKeys?: import("./types").ProductKeys;
|
|
531
|
-
};
|
|
532
526
|
platform_editor_pasting_nested_table_fix: {
|
|
533
527
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
534
528
|
defaultValue: boolean;
|
|
@@ -788,4 +782,11 @@ export declare const editorExperimentsConfig: {
|
|
|
788
782
|
param: string;
|
|
789
783
|
productKeys?: import("./types").ProductKeys;
|
|
790
784
|
};
|
|
785
|
+
platform_inline_smartcard_connect_button_exp: {
|
|
786
|
+
values: ("control" | "test1" | "test2")[];
|
|
787
|
+
typeGuard: (value: unknown) => value is "control" | "test1" | "test2";
|
|
788
|
+
defaultValue: "control" | "test1" | "test2";
|
|
789
|
+
param: string;
|
|
790
|
+
productKeys?: import("./types").ProductKeys;
|
|
791
|
+
};
|
|
791
792
|
};
|
|
@@ -523,12 +523,6 @@ export declare const editorExperimentsConfig: {
|
|
|
523
523
|
param: string;
|
|
524
524
|
productKeys?: import("./types").ProductKeys;
|
|
525
525
|
};
|
|
526
|
-
platform_editor_toolbar_aifc_responsiveness_update: {
|
|
527
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
528
|
-
defaultValue: boolean;
|
|
529
|
-
param: string;
|
|
530
|
-
productKeys?: import("./types").ProductKeys;
|
|
531
|
-
};
|
|
532
526
|
platform_editor_pasting_nested_table_fix: {
|
|
533
527
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
534
528
|
defaultValue: boolean;
|
|
@@ -788,4 +782,11 @@ export declare const editorExperimentsConfig: {
|
|
|
788
782
|
param: string;
|
|
789
783
|
productKeys?: import("./types").ProductKeys;
|
|
790
784
|
};
|
|
785
|
+
platform_inline_smartcard_connect_button_exp: {
|
|
786
|
+
values: ("control" | "test1" | "test2")[];
|
|
787
|
+
typeGuard: (value: unknown) => value is "control" | "test1" | "test2";
|
|
788
|
+
defaultValue: "control" | "test1" | "test2";
|
|
789
|
+
param: string;
|
|
790
|
+
productKeys?: import("./types").ProductKeys;
|
|
791
|
+
};
|
|
791
792
|
};
|
package/package.json
CHANGED