@atlaskit/tmp-editor-statsig 21.2.0 → 22.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 +9 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -7
- package/dist/types-ts4.5/experiments-config.d.ts +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 22.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`5f7b94aaccfec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f7b94aaccfec) -
|
|
8
|
+
[ux] Cleaned up the platform_inline_smartcard_connect_button_exp experiment gate, enabling the
|
|
9
|
+
blue unauthorised connect button by default. Updated VR tests across multiple packages relying on
|
|
10
|
+
the inline smart card
|
|
11
|
+
|
|
3
12
|
## 21.2.0
|
|
4
13
|
|
|
5
14
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED