@atlaskit/tmp-editor-statsig 14.1.3 → 14.3.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 +20 -0
- package/dist/cjs/exp-test-overrides.js +3 -1
- package/dist/cjs/experiments-config.js +28 -0
- package/dist/es2019/exp-test-overrides.js +3 -1
- package/dist/es2019/experiments-config.js +28 -0
- package/dist/esm/exp-test-overrides.js +3 -1
- package/dist/esm/experiments-config.js +28 -0
- package/dist/types/experiments-config.d.ts +20 -0
- package/dist/types-ts4.5/experiments-config.d.ts +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 14.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ada8445a9624f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ada8445a9624f) -
|
|
8
|
+
Add experiment to fix ascii emoji replacement behaviour
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`62db1dbb5e93b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/62db1dbb5e93b) -
|
|
13
|
+
Add shortlinks to link clicked events. Only for updating metrics. Experiment here -
|
|
14
|
+
smart_link_confluence_short_link_analytics.
|
|
15
|
+
|
|
16
|
+
## 14.2.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`ee7dfc1442426`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee7dfc1442426) -
|
|
21
|
+
[ux] Make 3P Unauthenticated links pasted on a new line to convert to block card
|
|
22
|
+
|
|
3
23
|
## 14.1.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -19,12 +19,14 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
19
19
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
20
20
|
platform_hover_card_preview_panel: 'control',
|
|
21
21
|
platform_hover_card_preview_panel_modal: 'control',
|
|
22
|
+
smart_link_confluence_short_link_analytics: 'control',
|
|
22
23
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
23
24
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
24
25
|
cc_editor_insm_outlier_events: 'test',
|
|
25
26
|
platform_editor_disable_table_overflow_shadows: 'control',
|
|
26
27
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
27
|
-
platform_editor_table_sticky_header_improvements: 'control'
|
|
28
|
+
platform_editor_table_sticky_header_improvements: 'control',
|
|
29
|
+
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
28
30
|
};
|
|
29
31
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
30
32
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -602,6 +602,16 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
602
602
|
values: ['control', 'test'],
|
|
603
603
|
defaultValue: 'control'
|
|
604
604
|
}),
|
|
605
|
+
// Added 2025-11-25
|
|
606
|
+
smart_link_confluence_short_link_analytics: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
607
|
+
productKeys: {
|
|
608
|
+
confluence: 'smart-link-confluence-short-link-analytics',
|
|
609
|
+
jira: 'smart-link-confluence-short-link-analytics'
|
|
610
|
+
},
|
|
611
|
+
param: 'cohort',
|
|
612
|
+
values: ['control', 'test'],
|
|
613
|
+
defaultValue: 'control'
|
|
614
|
+
}),
|
|
605
615
|
// Added 2025--8-05
|
|
606
616
|
platform_editor_block_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
607
617
|
productKeys: {
|
|
@@ -1130,6 +1140,16 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1130
1140
|
param: 'isEnabled',
|
|
1131
1141
|
defaultValue: false
|
|
1132
1142
|
}),
|
|
1143
|
+
// Added 2025-11-27
|
|
1144
|
+
platform_sl_3p_unauth_paste_as_block_card: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1145
|
+
productKeys: {
|
|
1146
|
+
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1147
|
+
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1148
|
+
},
|
|
1149
|
+
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1150
|
+
param: 'cohort',
|
|
1151
|
+
defaultValue: 'control'
|
|
1152
|
+
}),
|
|
1133
1153
|
// Added 2025-11-25
|
|
1134
1154
|
platform_editor_remove_ncsStepMetrics_plugin: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
1155
|
productKeys: {
|
|
@@ -1137,5 +1157,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1137
1157
|
},
|
|
1138
1158
|
param: 'isEnabled',
|
|
1139
1159
|
defaultValue: false
|
|
1160
|
+
}),
|
|
1161
|
+
// Added 2025-11-18
|
|
1162
|
+
platform_editor_wait_for_space_after_ascii_emoji: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1163
|
+
productKeys: {
|
|
1164
|
+
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1165
|
+
},
|
|
1166
|
+
param: 'isEnabled',
|
|
1167
|
+
defaultValue: false
|
|
1140
1168
|
})
|
|
1141
1169
|
};
|
|
@@ -13,12 +13,14 @@ export const testMultivariateOverrides = {
|
|
|
13
13
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
14
14
|
platform_hover_card_preview_panel: 'control',
|
|
15
15
|
platform_hover_card_preview_panel_modal: 'control',
|
|
16
|
+
smart_link_confluence_short_link_analytics: 'control',
|
|
16
17
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
18
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
18
19
|
cc_editor_insm_outlier_events: 'test',
|
|
19
20
|
platform_editor_disable_table_overflow_shadows: 'control',
|
|
20
21
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
21
|
-
platform_editor_table_sticky_header_improvements: 'control'
|
|
22
|
+
platform_editor_table_sticky_header_improvements: 'control',
|
|
23
|
+
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
22
24
|
};
|
|
23
25
|
export const testBooleanOverrides = {
|
|
24
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -596,6 +596,16 @@ export const editorExperimentsConfig = {
|
|
|
596
596
|
values: ['control', 'test'],
|
|
597
597
|
defaultValue: 'control'
|
|
598
598
|
}),
|
|
599
|
+
// Added 2025-11-25
|
|
600
|
+
smart_link_confluence_short_link_analytics: createMultivariateExperiment({
|
|
601
|
+
productKeys: {
|
|
602
|
+
confluence: 'smart-link-confluence-short-link-analytics',
|
|
603
|
+
jira: 'smart-link-confluence-short-link-analytics'
|
|
604
|
+
},
|
|
605
|
+
param: 'cohort',
|
|
606
|
+
values: ['control', 'test'],
|
|
607
|
+
defaultValue: 'control'
|
|
608
|
+
}),
|
|
599
609
|
// Added 2025--8-05
|
|
600
610
|
platform_editor_block_menu: createBooleanExperiment({
|
|
601
611
|
productKeys: {
|
|
@@ -1124,6 +1134,16 @@ export const editorExperimentsConfig = {
|
|
|
1124
1134
|
param: 'isEnabled',
|
|
1125
1135
|
defaultValue: false
|
|
1126
1136
|
}),
|
|
1137
|
+
// Added 2025-11-27
|
|
1138
|
+
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
1139
|
+
productKeys: {
|
|
1140
|
+
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1141
|
+
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1142
|
+
},
|
|
1143
|
+
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1144
|
+
param: 'cohort',
|
|
1145
|
+
defaultValue: 'control'
|
|
1146
|
+
}),
|
|
1127
1147
|
// Added 2025-11-25
|
|
1128
1148
|
platform_editor_remove_ncsStepMetrics_plugin: createBooleanExperiment({
|
|
1129
1149
|
productKeys: {
|
|
@@ -1131,5 +1151,13 @@ export const editorExperimentsConfig = {
|
|
|
1131
1151
|
},
|
|
1132
1152
|
param: 'isEnabled',
|
|
1133
1153
|
defaultValue: false
|
|
1154
|
+
}),
|
|
1155
|
+
// Added 2025-11-18
|
|
1156
|
+
platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
|
|
1157
|
+
productKeys: {
|
|
1158
|
+
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1159
|
+
},
|
|
1160
|
+
param: 'isEnabled',
|
|
1161
|
+
defaultValue: false
|
|
1134
1162
|
})
|
|
1135
1163
|
};
|
|
@@ -13,12 +13,14 @@ export var testMultivariateOverrides = {
|
|
|
13
13
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
14
14
|
platform_hover_card_preview_panel: 'control',
|
|
15
15
|
platform_hover_card_preview_panel_modal: 'control',
|
|
16
|
+
smart_link_confluence_short_link_analytics: 'control',
|
|
16
17
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
18
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
18
19
|
cc_editor_insm_outlier_events: 'test',
|
|
19
20
|
platform_editor_disable_table_overflow_shadows: 'control',
|
|
20
21
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
21
|
-
platform_editor_table_sticky_header_improvements: 'control'
|
|
22
|
+
platform_editor_table_sticky_header_improvements: 'control',
|
|
23
|
+
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
22
24
|
};
|
|
23
25
|
export var testBooleanOverrides = {
|
|
24
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -596,6 +596,16 @@ export var editorExperimentsConfig = {
|
|
|
596
596
|
values: ['control', 'test'],
|
|
597
597
|
defaultValue: 'control'
|
|
598
598
|
}),
|
|
599
|
+
// Added 2025-11-25
|
|
600
|
+
smart_link_confluence_short_link_analytics: createMultivariateExperiment({
|
|
601
|
+
productKeys: {
|
|
602
|
+
confluence: 'smart-link-confluence-short-link-analytics',
|
|
603
|
+
jira: 'smart-link-confluence-short-link-analytics'
|
|
604
|
+
},
|
|
605
|
+
param: 'cohort',
|
|
606
|
+
values: ['control', 'test'],
|
|
607
|
+
defaultValue: 'control'
|
|
608
|
+
}),
|
|
599
609
|
// Added 2025--8-05
|
|
600
610
|
platform_editor_block_menu: createBooleanExperiment({
|
|
601
611
|
productKeys: {
|
|
@@ -1124,6 +1134,16 @@ export var editorExperimentsConfig = {
|
|
|
1124
1134
|
param: 'isEnabled',
|
|
1125
1135
|
defaultValue: false
|
|
1126
1136
|
}),
|
|
1137
|
+
// Added 2025-11-27
|
|
1138
|
+
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
1139
|
+
productKeys: {
|
|
1140
|
+
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1141
|
+
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1142
|
+
},
|
|
1143
|
+
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1144
|
+
param: 'cohort',
|
|
1145
|
+
defaultValue: 'control'
|
|
1146
|
+
}),
|
|
1127
1147
|
// Added 2025-11-25
|
|
1128
1148
|
platform_editor_remove_ncsStepMetrics_plugin: createBooleanExperiment({
|
|
1129
1149
|
productKeys: {
|
|
@@ -1131,5 +1151,13 @@ export var editorExperimentsConfig = {
|
|
|
1131
1151
|
},
|
|
1132
1152
|
param: 'isEnabled',
|
|
1133
1153
|
defaultValue: false
|
|
1154
|
+
}),
|
|
1155
|
+
// Added 2025-11-18
|
|
1156
|
+
platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
|
|
1157
|
+
productKeys: {
|
|
1158
|
+
confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
|
|
1159
|
+
},
|
|
1160
|
+
param: 'isEnabled',
|
|
1161
|
+
defaultValue: false
|
|
1134
1162
|
})
|
|
1135
1163
|
};
|
|
@@ -769,6 +769,12 @@ export declare const editorExperimentsConfig: {
|
|
|
769
769
|
productKeys?: ProductKeys;
|
|
770
770
|
typeGuard: IsBooleanType;
|
|
771
771
|
};
|
|
772
|
+
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
773
|
+
defaultValue: boolean;
|
|
774
|
+
param: string;
|
|
775
|
+
productKeys?: ProductKeys;
|
|
776
|
+
typeGuard: IsBooleanType;
|
|
777
|
+
};
|
|
772
778
|
platform_hover_card_preview_panel: {
|
|
773
779
|
defaultValue: 'control' | 'test';
|
|
774
780
|
param: string;
|
|
@@ -820,6 +826,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
826
|
productKeys?: ProductKeys;
|
|
821
827
|
typeGuard: IsBooleanType;
|
|
822
828
|
};
|
|
829
|
+
smart_link_confluence_short_link_analytics: {
|
|
830
|
+
defaultValue: 'control' | 'test';
|
|
831
|
+
param: string;
|
|
832
|
+
productKeys?: ProductKeys;
|
|
833
|
+
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
834
|
+
values: ('control' | 'test')[];
|
|
835
|
+
};
|
|
823
836
|
support_table_in_comment: {
|
|
824
837
|
defaultValue: boolean;
|
|
825
838
|
param: string;
|
|
@@ -832,6 +845,13 @@ export declare const editorExperimentsConfig: {
|
|
|
832
845
|
productKeys?: ProductKeys;
|
|
833
846
|
typeGuard: IsBooleanType;
|
|
834
847
|
};
|
|
848
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
849
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
850
|
+
param: string;
|
|
851
|
+
productKeys?: ProductKeys;
|
|
852
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
853
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
854
|
+
};
|
|
835
855
|
'test-new-experiments-package': {
|
|
836
856
|
defaultValue: boolean;
|
|
837
857
|
param: string;
|
|
@@ -769,6 +769,12 @@ export declare const editorExperimentsConfig: {
|
|
|
769
769
|
productKeys?: ProductKeys;
|
|
770
770
|
typeGuard: IsBooleanType;
|
|
771
771
|
};
|
|
772
|
+
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
773
|
+
defaultValue: boolean;
|
|
774
|
+
param: string;
|
|
775
|
+
productKeys?: ProductKeys;
|
|
776
|
+
typeGuard: IsBooleanType;
|
|
777
|
+
};
|
|
772
778
|
platform_hover_card_preview_panel: {
|
|
773
779
|
defaultValue: 'control' | 'test';
|
|
774
780
|
param: string;
|
|
@@ -820,6 +826,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
826
|
productKeys?: ProductKeys;
|
|
821
827
|
typeGuard: IsBooleanType;
|
|
822
828
|
};
|
|
829
|
+
smart_link_confluence_short_link_analytics: {
|
|
830
|
+
defaultValue: 'control' | 'test';
|
|
831
|
+
param: string;
|
|
832
|
+
productKeys?: ProductKeys;
|
|
833
|
+
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
834
|
+
values: ('control' | 'test')[];
|
|
835
|
+
};
|
|
823
836
|
support_table_in_comment: {
|
|
824
837
|
defaultValue: boolean;
|
|
825
838
|
param: string;
|
|
@@ -832,6 +845,13 @@ export declare const editorExperimentsConfig: {
|
|
|
832
845
|
productKeys?: ProductKeys;
|
|
833
846
|
typeGuard: IsBooleanType;
|
|
834
847
|
};
|
|
848
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
849
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
850
|
+
param: string;
|
|
851
|
+
productKeys?: ProductKeys;
|
|
852
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
853
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
854
|
+
};
|
|
835
855
|
'test-new-experiments-package': {
|
|
836
856
|
defaultValue: boolean;
|
|
837
857
|
param: string;
|
package/package.json
CHANGED