@atlaskit/tmp-editor-statsig 40.1.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 +16 -0
- package/dist/cjs/experiments-config.js +8 -16
- package/dist/es2019/experiments-config.js +8 -16
- package/dist/esm/experiments-config.js +8 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
## 40.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`d7dec29b99a58`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7dec29b99a58) -
|
|
16
|
+
[ux] [EDITOR-5118] his change modifies scrolling behaviour to centre selected content when using
|
|
17
|
+
find and replace, behind exp platform_editor_editor_centre_content_on_find
|
|
18
|
+
|
|
3
19
|
## 40.1.0
|
|
4
20
|
|
|
5
21
|
### 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',
|
|
@@ -1758,6 +1742,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1758
1742
|
defaultValue: false
|
|
1759
1743
|
}),
|
|
1760
1744
|
// Added 2026-03-13
|
|
1745
|
+
platform_editor_editor_centre_content_on_find: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1746
|
+
productKeys: {
|
|
1747
|
+
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1748
|
+
},
|
|
1749
|
+
param: 'isEnabled',
|
|
1750
|
+
defaultValue: false
|
|
1751
|
+
}),
|
|
1752
|
+
// Added 2026-03-13
|
|
1761
1753
|
platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1762
1754
|
productKeys: {
|
|
1763
1755
|
confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
|
|
@@ -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',
|
|
@@ -1752,6 +1736,14 @@ export const editorExperimentsConfig = {
|
|
|
1752
1736
|
defaultValue: false
|
|
1753
1737
|
}),
|
|
1754
1738
|
// Added 2026-03-13
|
|
1739
|
+
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1740
|
+
productKeys: {
|
|
1741
|
+
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1742
|
+
},
|
|
1743
|
+
param: 'isEnabled',
|
|
1744
|
+
defaultValue: false
|
|
1745
|
+
}),
|
|
1746
|
+
// Added 2026-03-13
|
|
1755
1747
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1756
1748
|
productKeys: {
|
|
1757
1749
|
confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
|
|
@@ -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',
|
|
@@ -1752,6 +1736,14 @@ export var editorExperimentsConfig = {
|
|
|
1752
1736
|
defaultValue: false
|
|
1753
1737
|
}),
|
|
1754
1738
|
// Added 2026-03-13
|
|
1739
|
+
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1740
|
+
productKeys: {
|
|
1741
|
+
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1742
|
+
},
|
|
1743
|
+
param: 'isEnabled',
|
|
1744
|
+
defaultValue: false
|
|
1745
|
+
}),
|
|
1746
|
+
// Added 2026-03-13
|
|
1755
1747
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1756
1748
|
productKeys: {
|
|
1757
1749
|
confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
|
|
@@ -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;
|
|
@@ -1284,6 +1272,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1284
1272
|
productKeys?: ProductKeys;
|
|
1285
1273
|
typeGuard: IsBooleanType;
|
|
1286
1274
|
};
|
|
1275
|
+
platform_editor_editor_centre_content_on_find: {
|
|
1276
|
+
defaultValue: boolean;
|
|
1277
|
+
param: string;
|
|
1278
|
+
productKeys?: ProductKeys;
|
|
1279
|
+
typeGuard: IsBooleanType;
|
|
1280
|
+
};
|
|
1287
1281
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1288
1282
|
defaultValue: boolean;
|
|
1289
1283
|
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;
|
|
@@ -1284,6 +1272,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1284
1272
|
productKeys?: ProductKeys;
|
|
1285
1273
|
typeGuard: IsBooleanType;
|
|
1286
1274
|
};
|
|
1275
|
+
platform_editor_editor_centre_content_on_find: {
|
|
1276
|
+
defaultValue: boolean;
|
|
1277
|
+
param: string;
|
|
1278
|
+
productKeys?: ProductKeys;
|
|
1279
|
+
typeGuard: IsBooleanType;
|
|
1280
|
+
};
|
|
1287
1281
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1288
1282
|
defaultValue: boolean;
|
|
1289
1283
|
param: string;
|
package/package.json
CHANGED