@atlaskit/tmp-editor-statsig 16.24.0 → 16.25.1
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 +0 -25
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -25
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -25
- package/dist/types/experiments-config.d.ts +0 -18
- package/dist/types-ts4.5/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.25.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a5727f82cae80`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a5727f82cae80) -
|
|
8
|
+
[NO-ISSUE] Cleans up experiment platform_editor_scroll_gutter_fix
|
|
9
|
+
- [`d29ff5aa0dcec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d29ff5aa0dcec) -
|
|
10
|
+
[NO-ISSUE] cleans up experiment platform_editor_reduce_toolbar_vc_impact
|
|
11
|
+
|
|
12
|
+
## 16.25.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`ee5135bafb31d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee5135bafb31d) -
|
|
17
|
+
[EDITOR-4495] clean up platform_editor_toolbar_aifc_patch_4
|
|
18
|
+
|
|
3
19
|
## 16.24.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -25,7 +25,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
25
25
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
26
26
|
};
|
|
27
27
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
28
|
-
confluence_load_editor_title_on_transition: false,
|
|
29
28
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
30
29
|
platform_editor_feedback_mandatory_rating: false,
|
|
31
30
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -714,15 +714,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
714
714
|
param: 'isEnabled',
|
|
715
715
|
defaultValue: false
|
|
716
716
|
}),
|
|
717
|
-
//Added 2025-09-09
|
|
718
|
-
platform_editor_toolbar_aifc_patch_4: (0, _experimentBuilders.createBooleanExperiment)({
|
|
719
|
-
productKeys: {
|
|
720
|
-
jira: 'platform_editor_toolbar_aifc_patch_4',
|
|
721
|
-
confluence: 'platform_editor_toolbar_aifc_patch_4'
|
|
722
|
-
},
|
|
723
|
-
param: 'isEnabled',
|
|
724
|
-
defaultValue: false
|
|
725
|
-
}),
|
|
726
717
|
// Added 2025-08-04
|
|
727
718
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
728
719
|
productKeys: {
|
|
@@ -1135,14 +1126,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1135
1126
|
param: 'isEnabled',
|
|
1136
1127
|
defaultValue: false
|
|
1137
1128
|
}),
|
|
1138
|
-
// Added 2025-12-04
|
|
1139
|
-
platform_editor_scroll_gutter_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1140
|
-
productKeys: {
|
|
1141
|
-
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1142
|
-
},
|
|
1143
|
-
param: 'isEnabled',
|
|
1144
|
-
defaultValue: false
|
|
1145
|
-
}),
|
|
1146
1129
|
// Added 2025-12-08
|
|
1147
1130
|
platform_editor_add_image_editing: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1148
1131
|
productKeys: {
|
|
@@ -1151,14 +1134,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1151
1134
|
param: 'isEnabled',
|
|
1152
1135
|
defaultValue: false
|
|
1153
1136
|
}),
|
|
1154
|
-
// Added 2025-12-08
|
|
1155
|
-
platform_editor_reduce_toolbar_vc_impact: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1156
|
-
productKeys: {
|
|
1157
|
-
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1158
|
-
},
|
|
1159
|
-
param: 'isEnabled',
|
|
1160
|
-
defaultValue: false
|
|
1161
|
-
}),
|
|
1162
1137
|
// Added 2025-12-15
|
|
1163
1138
|
platform_editor_ai_exp_inline_date_year_refresh: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1164
1139
|
productKeys: {
|
|
@@ -19,7 +19,6 @@ export const testMultivariateOverrides = {
|
|
|
19
19
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
20
20
|
};
|
|
21
21
|
export const testBooleanOverrides = {
|
|
22
|
-
confluence_load_editor_title_on_transition: false,
|
|
23
22
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
24
23
|
platform_editor_feedback_mandatory_rating: false,
|
|
25
24
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -708,15 +708,6 @@ export const editorExperimentsConfig = {
|
|
|
708
708
|
param: 'isEnabled',
|
|
709
709
|
defaultValue: false
|
|
710
710
|
}),
|
|
711
|
-
//Added 2025-09-09
|
|
712
|
-
platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
|
|
713
|
-
productKeys: {
|
|
714
|
-
jira: 'platform_editor_toolbar_aifc_patch_4',
|
|
715
|
-
confluence: 'platform_editor_toolbar_aifc_patch_4'
|
|
716
|
-
},
|
|
717
|
-
param: 'isEnabled',
|
|
718
|
-
defaultValue: false
|
|
719
|
-
}),
|
|
720
711
|
// Added 2025-08-04
|
|
721
712
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
722
713
|
productKeys: {
|
|
@@ -1129,14 +1120,6 @@ export const editorExperimentsConfig = {
|
|
|
1129
1120
|
param: 'isEnabled',
|
|
1130
1121
|
defaultValue: false
|
|
1131
1122
|
}),
|
|
1132
|
-
// Added 2025-12-04
|
|
1133
|
-
platform_editor_scroll_gutter_fix: createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
1123
|
// Added 2025-12-08
|
|
1141
1124
|
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1142
1125
|
productKeys: {
|
|
@@ -1145,14 +1128,6 @@ export const editorExperimentsConfig = {
|
|
|
1145
1128
|
param: 'isEnabled',
|
|
1146
1129
|
defaultValue: false
|
|
1147
1130
|
}),
|
|
1148
|
-
// Added 2025-12-08
|
|
1149
|
-
platform_editor_reduce_toolbar_vc_impact: createBooleanExperiment({
|
|
1150
|
-
productKeys: {
|
|
1151
|
-
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1152
|
-
},
|
|
1153
|
-
param: 'isEnabled',
|
|
1154
|
-
defaultValue: false
|
|
1155
|
-
}),
|
|
1156
1131
|
// Added 2025-12-15
|
|
1157
1132
|
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1158
1133
|
productKeys: {
|
|
@@ -19,7 +19,6 @@ export var testMultivariateOverrides = {
|
|
|
19
19
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
20
20
|
};
|
|
21
21
|
export var testBooleanOverrides = {
|
|
22
|
-
confluence_load_editor_title_on_transition: false,
|
|
23
22
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
24
23
|
platform_editor_feedback_mandatory_rating: false,
|
|
25
24
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -708,15 +708,6 @@ export var editorExperimentsConfig = {
|
|
|
708
708
|
param: 'isEnabled',
|
|
709
709
|
defaultValue: false
|
|
710
710
|
}),
|
|
711
|
-
//Added 2025-09-09
|
|
712
|
-
platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
|
|
713
|
-
productKeys: {
|
|
714
|
-
jira: 'platform_editor_toolbar_aifc_patch_4',
|
|
715
|
-
confluence: 'platform_editor_toolbar_aifc_patch_4'
|
|
716
|
-
},
|
|
717
|
-
param: 'isEnabled',
|
|
718
|
-
defaultValue: false
|
|
719
|
-
}),
|
|
720
711
|
// Added 2025-08-04
|
|
721
712
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
722
713
|
productKeys: {
|
|
@@ -1129,14 +1120,6 @@ export var editorExperimentsConfig = {
|
|
|
1129
1120
|
param: 'isEnabled',
|
|
1130
1121
|
defaultValue: false
|
|
1131
1122
|
}),
|
|
1132
|
-
// Added 2025-12-04
|
|
1133
|
-
platform_editor_scroll_gutter_fix: createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'platform_editor_scroll_gutter_fix'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
1123
|
// Added 2025-12-08
|
|
1141
1124
|
platform_editor_add_image_editing: createBooleanExperiment({
|
|
1142
1125
|
productKeys: {
|
|
@@ -1145,14 +1128,6 @@ export var editorExperimentsConfig = {
|
|
|
1145
1128
|
param: 'isEnabled',
|
|
1146
1129
|
defaultValue: false
|
|
1147
1130
|
}),
|
|
1148
|
-
// Added 2025-12-08
|
|
1149
|
-
platform_editor_reduce_toolbar_vc_impact: createBooleanExperiment({
|
|
1150
|
-
productKeys: {
|
|
1151
|
-
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1152
|
-
},
|
|
1153
|
-
param: 'isEnabled',
|
|
1154
|
-
defaultValue: false
|
|
1155
|
-
}),
|
|
1156
1131
|
// Added 2025-12-15
|
|
1157
1132
|
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1158
1133
|
productKeys: {
|
|
@@ -675,12 +675,6 @@ export declare const editorExperimentsConfig: {
|
|
|
675
675
|
productKeys?: ProductKeys;
|
|
676
676
|
typeGuard: IsBooleanType;
|
|
677
677
|
};
|
|
678
|
-
platform_editor_toolbar_aifc_patch_4: {
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: ProductKeys;
|
|
682
|
-
typeGuard: IsBooleanType;
|
|
683
|
-
};
|
|
684
678
|
platform_editor_toolbar_aifc_patch_6: {
|
|
685
679
|
defaultValue: boolean;
|
|
686
680
|
param: string;
|
|
@@ -836,12 +830,6 @@ export declare const editorExperimentsConfig: {
|
|
|
836
830
|
productKeys?: ProductKeys;
|
|
837
831
|
typeGuard: IsBooleanType;
|
|
838
832
|
};
|
|
839
|
-
platform_editor_reduce_toolbar_vc_impact: {
|
|
840
|
-
defaultValue: boolean;
|
|
841
|
-
param: string;
|
|
842
|
-
productKeys?: ProductKeys;
|
|
843
|
-
typeGuard: IsBooleanType;
|
|
844
|
-
};
|
|
845
833
|
platform_editor_toolbar_delay_render_fix: {
|
|
846
834
|
defaultValue: boolean;
|
|
847
835
|
param: string;
|
|
@@ -854,12 +842,6 @@ export declare const editorExperimentsConfig: {
|
|
|
854
842
|
productKeys?: ProductKeys;
|
|
855
843
|
typeGuard: IsBooleanType;
|
|
856
844
|
};
|
|
857
|
-
platform_editor_scroll_gutter_fix: {
|
|
858
|
-
defaultValue: boolean;
|
|
859
|
-
param: string;
|
|
860
|
-
productKeys?: ProductKeys;
|
|
861
|
-
typeGuard: IsBooleanType;
|
|
862
|
-
};
|
|
863
845
|
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
864
846
|
defaultValue: boolean;
|
|
865
847
|
param: string;
|
|
@@ -675,12 +675,6 @@ export declare const editorExperimentsConfig: {
|
|
|
675
675
|
productKeys?: ProductKeys;
|
|
676
676
|
typeGuard: IsBooleanType;
|
|
677
677
|
};
|
|
678
|
-
platform_editor_toolbar_aifc_patch_4: {
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: ProductKeys;
|
|
682
|
-
typeGuard: IsBooleanType;
|
|
683
|
-
};
|
|
684
678
|
platform_editor_toolbar_aifc_patch_6: {
|
|
685
679
|
defaultValue: boolean;
|
|
686
680
|
param: string;
|
|
@@ -836,12 +830,6 @@ export declare const editorExperimentsConfig: {
|
|
|
836
830
|
productKeys?: ProductKeys;
|
|
837
831
|
typeGuard: IsBooleanType;
|
|
838
832
|
};
|
|
839
|
-
platform_editor_reduce_toolbar_vc_impact: {
|
|
840
|
-
defaultValue: boolean;
|
|
841
|
-
param: string;
|
|
842
|
-
productKeys?: ProductKeys;
|
|
843
|
-
typeGuard: IsBooleanType;
|
|
844
|
-
};
|
|
845
833
|
platform_editor_toolbar_delay_render_fix: {
|
|
846
834
|
defaultValue: boolean;
|
|
847
835
|
param: string;
|
|
@@ -854,12 +842,6 @@ export declare const editorExperimentsConfig: {
|
|
|
854
842
|
productKeys?: ProductKeys;
|
|
855
843
|
typeGuard: IsBooleanType;
|
|
856
844
|
};
|
|
857
|
-
platform_editor_scroll_gutter_fix: {
|
|
858
|
-
defaultValue: boolean;
|
|
859
|
-
param: string;
|
|
860
|
-
productKeys?: ProductKeys;
|
|
861
|
-
typeGuard: IsBooleanType;
|
|
862
|
-
};
|
|
863
845
|
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
864
846
|
defaultValue: boolean;
|
|
865
847
|
param: string;
|
package/package.json
CHANGED