@atlaskit/tmp-editor-statsig 21.2.0 → 22.1.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -9
- package/dist/types/experiments-config.d.ts +6 -7
- package/dist/types-ts4.5/experiments-config.d.ts +6 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 22.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2126e50c0c9e4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2126e50c0c9e4) -
|
|
8
|
+
[EDITOR-4926] add new experiment to statsig config
|
|
9
|
+
|
|
10
|
+
## 22.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`5f7b94aaccfec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f7b94aaccfec) -
|
|
15
|
+
[ux] Cleaned up the platform_inline_smartcard_connect_button_exp experiment gate, enabling the
|
|
16
|
+
blue unauthorised connect button by default. Updated VR tests across multiple packages relying on
|
|
17
|
+
the inline smart card
|
|
18
|
+
|
|
3
19
|
## 21.2.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -11,7 +11,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
11
11
|
cc_editor_ai_content_mode: 'control',
|
|
12
12
|
platform_hover_card_preview_panel: 'control',
|
|
13
13
|
smart_link_confluence_short_link_analytics: 'control',
|
|
14
|
-
platform_inline_smartcard_connect_button_exp: 'control',
|
|
15
14
|
cc_editor_insm_outlier_events: 'test',
|
|
16
15
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
17
16
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
@@ -894,15 +894,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
894
894
|
defaultValue: false
|
|
895
895
|
}),
|
|
896
896
|
// Added 2025-10-01
|
|
897
|
-
platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
898
|
-
productKeys: {
|
|
899
|
-
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
900
|
-
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
901
|
-
},
|
|
902
|
-
param: 'cohort',
|
|
903
|
-
values: ['control', 'test1', 'test2'],
|
|
904
|
-
defaultValue: 'control'
|
|
905
|
-
}),
|
|
906
897
|
// Added 2025-10-13
|
|
907
898
|
platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
908
899
|
productKeys: {
|
|
@@ -1323,5 +1314,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1323
1314
|
},
|
|
1324
1315
|
param: 'isEnabled',
|
|
1325
1316
|
defaultValue: false
|
|
1317
|
+
}),
|
|
1318
|
+
// Added 2026-02-05
|
|
1319
|
+
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1320
|
+
productKeys: {
|
|
1321
|
+
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1322
|
+
},
|
|
1323
|
+
param: 'isEnabled',
|
|
1324
|
+
defaultValue: false
|
|
1326
1325
|
})
|
|
1327
1326
|
};
|
|
@@ -5,7 +5,6 @@ export const testMultivariateOverrides = {
|
|
|
5
5
|
cc_editor_ai_content_mode: 'control',
|
|
6
6
|
platform_hover_card_preview_panel: 'control',
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
|
-
platform_inline_smartcard_connect_button_exp: 'control',
|
|
9
8
|
cc_editor_insm_outlier_events: 'test',
|
|
10
9
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
11
10
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
@@ -888,15 +888,6 @@ export const editorExperimentsConfig = {
|
|
|
888
888
|
defaultValue: false
|
|
889
889
|
}),
|
|
890
890
|
// Added 2025-10-01
|
|
891
|
-
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
892
|
-
productKeys: {
|
|
893
|
-
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
894
|
-
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
895
|
-
},
|
|
896
|
-
param: 'cohort',
|
|
897
|
-
values: ['control', 'test1', 'test2'],
|
|
898
|
-
defaultValue: 'control'
|
|
899
|
-
}),
|
|
900
891
|
// Added 2025-10-13
|
|
901
892
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
902
893
|
productKeys: {
|
|
@@ -1317,5 +1308,13 @@ export const editorExperimentsConfig = {
|
|
|
1317
1308
|
},
|
|
1318
1309
|
param: 'isEnabled',
|
|
1319
1310
|
defaultValue: false
|
|
1311
|
+
}),
|
|
1312
|
+
// Added 2026-02-05
|
|
1313
|
+
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1314
|
+
productKeys: {
|
|
1315
|
+
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1316
|
+
},
|
|
1317
|
+
param: 'isEnabled',
|
|
1318
|
+
defaultValue: false
|
|
1320
1319
|
})
|
|
1321
1320
|
};
|
|
@@ -5,7 +5,6 @@ export var testMultivariateOverrides = {
|
|
|
5
5
|
cc_editor_ai_content_mode: 'control',
|
|
6
6
|
platform_hover_card_preview_panel: 'control',
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
|
-
platform_inline_smartcard_connect_button_exp: 'control',
|
|
9
8
|
cc_editor_insm_outlier_events: 'test',
|
|
10
9
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
11
10
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
@@ -888,15 +888,6 @@ export var editorExperimentsConfig = {
|
|
|
888
888
|
defaultValue: false
|
|
889
889
|
}),
|
|
890
890
|
// Added 2025-10-01
|
|
891
|
-
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
892
|
-
productKeys: {
|
|
893
|
-
confluence: 'platform_inline_smartcard_connect_button_exp',
|
|
894
|
-
jira: 'platform_inline_smartcard_connect_button_exp'
|
|
895
|
-
},
|
|
896
|
-
param: 'cohort',
|
|
897
|
-
values: ['control', 'test1', 'test2'],
|
|
898
|
-
defaultValue: 'control'
|
|
899
|
-
}),
|
|
900
891
|
// Added 2025-10-13
|
|
901
892
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
902
893
|
productKeys: {
|
|
@@ -1317,5 +1308,13 @@ export var editorExperimentsConfig = {
|
|
|
1317
1308
|
},
|
|
1318
1309
|
param: 'isEnabled',
|
|
1319
1310
|
defaultValue: false
|
|
1311
|
+
}),
|
|
1312
|
+
// Added 2026-02-05
|
|
1313
|
+
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1314
|
+
productKeys: {
|
|
1315
|
+
confluence: 'platform_editor_toolbar_split_button_ui'
|
|
1316
|
+
},
|
|
1317
|
+
param: 'isEnabled',
|
|
1318
|
+
defaultValue: false
|
|
1320
1319
|
})
|
|
1321
1320
|
};
|
|
@@ -670,13 +670,6 @@ export declare const editorExperimentsConfig: {
|
|
|
670
670
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
671
671
|
values: ('control' | 'test')[];
|
|
672
672
|
};
|
|
673
|
-
platform_inline_smartcard_connect_button_exp: {
|
|
674
|
-
defaultValue: 'control' | 'test1' | 'test2';
|
|
675
|
-
param: string;
|
|
676
|
-
productKeys?: ProductKeys;
|
|
677
|
-
typeGuard: (value: unknown) => value is 'control' | 'test1' | 'test2';
|
|
678
|
-
values: ('control' | 'test1' | 'test2')[];
|
|
679
|
-
};
|
|
680
673
|
platform_renderer_fix_analytics_memo_callback: {
|
|
681
674
|
defaultValue: boolean;
|
|
682
675
|
param: string;
|
|
@@ -979,5 +972,11 @@ export declare const editorExperimentsConfig: {
|
|
|
979
972
|
productKeys?: ProductKeys;
|
|
980
973
|
typeGuard: IsBooleanType;
|
|
981
974
|
};
|
|
975
|
+
platform_editor_toolbar_split_button_ui: {
|
|
976
|
+
defaultValue: boolean;
|
|
977
|
+
param: string;
|
|
978
|
+
productKeys?: ProductKeys;
|
|
979
|
+
typeGuard: IsBooleanType;
|
|
980
|
+
};
|
|
982
981
|
};
|
|
983
982
|
export {};
|
|
@@ -670,13 +670,6 @@ export declare const editorExperimentsConfig: {
|
|
|
670
670
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
671
671
|
values: ('control' | 'test')[];
|
|
672
672
|
};
|
|
673
|
-
platform_inline_smartcard_connect_button_exp: {
|
|
674
|
-
defaultValue: 'control' | 'test1' | 'test2';
|
|
675
|
-
param: string;
|
|
676
|
-
productKeys?: ProductKeys;
|
|
677
|
-
typeGuard: (value: unknown) => value is 'control' | 'test1' | 'test2';
|
|
678
|
-
values: ('control' | 'test1' | 'test2')[];
|
|
679
|
-
};
|
|
680
673
|
platform_renderer_fix_analytics_memo_callback: {
|
|
681
674
|
defaultValue: boolean;
|
|
682
675
|
param: string;
|
|
@@ -979,5 +972,11 @@ export declare const editorExperimentsConfig: {
|
|
|
979
972
|
productKeys?: ProductKeys;
|
|
980
973
|
typeGuard: IsBooleanType;
|
|
981
974
|
};
|
|
975
|
+
platform_editor_toolbar_split_button_ui: {
|
|
976
|
+
defaultValue: boolean;
|
|
977
|
+
param: string;
|
|
978
|
+
productKeys?: ProductKeys;
|
|
979
|
+
typeGuard: IsBooleanType;
|
|
980
|
+
};
|
|
982
981
|
};
|
|
983
982
|
export {};
|
package/package.json
CHANGED