@atlaskit/tmp-editor-statsig 40.2.0 → 40.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 +8 -0
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 40.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b6830be30e686`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6830be30e686) -
|
|
8
|
+
Removed platform_editor_sel_toolbar_fix and platform_editor_sel_toolbar_scroll_pos_fix_exp
|
|
9
|
+
experiments from experiments config
|
|
10
|
+
|
|
3
11
|
## 40.2.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -710,14 +710,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
710
710
|
param: 'isEnabled',
|
|
711
711
|
defaultValue: false
|
|
712
712
|
}),
|
|
713
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
714
|
-
productKeys: {
|
|
715
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
716
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
717
|
-
},
|
|
718
|
-
param: 'isEnabled',
|
|
719
|
-
defaultValue: false
|
|
720
|
-
}),
|
|
721
713
|
// Added 2025-07-31
|
|
722
714
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
723
715
|
productKeys: {
|
|
@@ -1131,14 +1123,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1131
1123
|
param: 'isEnabled',
|
|
1132
1124
|
defaultValue: false
|
|
1133
1125
|
}),
|
|
1134
|
-
platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
|
-
productKeys: {
|
|
1136
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1137
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1138
|
-
},
|
|
1139
|
-
param: 'isEnabled',
|
|
1140
|
-
defaultValue: false
|
|
1141
|
-
}),
|
|
1142
1126
|
platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1143
1127
|
productKeys: {
|
|
1144
1128
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -704,14 +704,6 @@ export const editorExperimentsConfig = {
|
|
|
704
704
|
param: 'isEnabled',
|
|
705
705
|
defaultValue: false
|
|
706
706
|
}),
|
|
707
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
710
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
711
|
-
},
|
|
712
|
-
param: 'isEnabled',
|
|
713
|
-
defaultValue: false
|
|
714
|
-
}),
|
|
715
707
|
// Added 2025-07-31
|
|
716
708
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
717
709
|
productKeys: {
|
|
@@ -1125,14 +1117,6 @@ export const editorExperimentsConfig = {
|
|
|
1125
1117
|
param: 'isEnabled',
|
|
1126
1118
|
defaultValue: false
|
|
1127
1119
|
}),
|
|
1128
|
-
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1129
|
-
productKeys: {
|
|
1130
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1131
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1132
|
-
},
|
|
1133
|
-
param: 'isEnabled',
|
|
1134
|
-
defaultValue: false
|
|
1135
|
-
}),
|
|
1136
1120
|
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1137
1121
|
productKeys: {
|
|
1138
1122
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -704,14 +704,6 @@ export var editorExperimentsConfig = {
|
|
|
704
704
|
param: 'isEnabled',
|
|
705
705
|
defaultValue: false
|
|
706
706
|
}),
|
|
707
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
710
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
711
|
-
},
|
|
712
|
-
param: 'isEnabled',
|
|
713
|
-
defaultValue: false
|
|
714
|
-
}),
|
|
715
707
|
// Added 2025-07-31
|
|
716
708
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
717
709
|
productKeys: {
|
|
@@ -1125,14 +1117,6 @@ export var editorExperimentsConfig = {
|
|
|
1125
1117
|
param: 'isEnabled',
|
|
1126
1118
|
defaultValue: false
|
|
1127
1119
|
}),
|
|
1128
|
-
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1129
|
-
productKeys: {
|
|
1130
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1131
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1132
|
-
},
|
|
1133
|
-
param: 'isEnabled',
|
|
1134
|
-
defaultValue: false
|
|
1135
|
-
}),
|
|
1136
1120
|
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1137
1121
|
productKeys: {
|
|
1138
1122
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
|
|
|
190
190
|
productKeys?: ProductKeys;
|
|
191
191
|
typeGuard: IsBooleanType;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
194
|
-
defaultValue: boolean;
|
|
195
|
-
param: string;
|
|
196
|
-
productKeys?: ProductKeys;
|
|
197
|
-
typeGuard: IsBooleanType;
|
|
198
|
-
};
|
|
199
193
|
editor_enable_image_alignment_in_expand: {
|
|
200
194
|
defaultValue: boolean;
|
|
201
195
|
param: string;
|
|
@@ -839,12 +833,6 @@ export declare const editorExperimentsConfig: {
|
|
|
839
833
|
productKeys?: ProductKeys;
|
|
840
834
|
typeGuard: IsBooleanType;
|
|
841
835
|
};
|
|
842
|
-
platform_editor_sel_toolbar_fix: {
|
|
843
|
-
defaultValue: boolean;
|
|
844
|
-
param: string;
|
|
845
|
-
productKeys?: ProductKeys;
|
|
846
|
-
typeGuard: IsBooleanType;
|
|
847
|
-
};
|
|
848
836
|
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
849
837
|
defaultValue: boolean;
|
|
850
838
|
param: string;
|
|
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
|
|
|
190
190
|
productKeys?: ProductKeys;
|
|
191
191
|
typeGuard: IsBooleanType;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
194
|
-
defaultValue: boolean;
|
|
195
|
-
param: string;
|
|
196
|
-
productKeys?: ProductKeys;
|
|
197
|
-
typeGuard: IsBooleanType;
|
|
198
|
-
};
|
|
199
193
|
editor_enable_image_alignment_in_expand: {
|
|
200
194
|
defaultValue: boolean;
|
|
201
195
|
param: string;
|
|
@@ -839,12 +833,6 @@ export declare const editorExperimentsConfig: {
|
|
|
839
833
|
productKeys?: ProductKeys;
|
|
840
834
|
typeGuard: IsBooleanType;
|
|
841
835
|
};
|
|
842
|
-
platform_editor_sel_toolbar_fix: {
|
|
843
|
-
defaultValue: boolean;
|
|
844
|
-
param: string;
|
|
845
|
-
productKeys?: ProductKeys;
|
|
846
|
-
typeGuard: IsBooleanType;
|
|
847
|
-
};
|
|
848
836
|
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
849
837
|
defaultValue: boolean;
|
|
850
838
|
param: string;
|
package/package.json
CHANGED