@atlaskit/tmp-editor-statsig 184.0.0 → 185.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
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 185.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2ca8a0b02c20e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ca8a0b02c20e) -
|
|
8
|
+
Clean up experiment `platform_editor_bodiedextension_layoutshift_fix` by making the bodied
|
|
9
|
+
extension layout shift fix permanent.
|
|
10
|
+
- [`9142c78d2fa96`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9142c78d2fa96) -
|
|
11
|
+
Remove the `platform_editor_vc90_transition_mentions` experiment and ship its enabled behavior for
|
|
12
|
+
mention highlighting
|
|
13
|
+
- [`475ea06f001bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/475ea06f001bd) -
|
|
14
|
+
Clean up experiment `platform_editor_ai_aifc_space_shortcut_patch`
|
|
15
|
+
|
|
3
16
|
## 184.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -895,14 +895,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
895
895
|
param: 'isEnabled',
|
|
896
896
|
defaultValue: false
|
|
897
897
|
}),
|
|
898
|
-
// Added 2026-02-12
|
|
899
|
-
platform_editor_bodiedextension_layoutshift_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
900
|
-
productKeys: {
|
|
901
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
902
|
-
},
|
|
903
|
-
param: 'isEnabled',
|
|
904
|
-
defaultValue: false
|
|
905
|
-
}),
|
|
906
898
|
// Added 2026-04-01
|
|
907
899
|
cc_page_experiences_editor_image_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
908
900
|
productKeys: {
|
|
@@ -1065,14 +1057,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1065
1057
|
param: 'isEnabled',
|
|
1066
1058
|
defaultValue: false
|
|
1067
1059
|
}),
|
|
1068
|
-
// Added 2026-03-04
|
|
1069
|
-
platform_editor_vc90_transition_mentions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1070
|
-
productKeys: {
|
|
1071
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1072
|
-
},
|
|
1073
|
-
param: 'isEnabled',
|
|
1074
|
-
defaultValue: false
|
|
1075
|
-
}),
|
|
1076
1060
|
// Added 2026-02-19
|
|
1077
1061
|
platform_editor_flexible_list_indentation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1078
1062
|
productKeys: {
|
|
@@ -1166,14 +1150,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1166
1150
|
param: 'isEnabled',
|
|
1167
1151
|
defaultValue: false
|
|
1168
1152
|
}),
|
|
1169
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1170
|
-
platform_editor_ai_aifc_space_shortcut_patch: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1171
|
-
productKeys: {
|
|
1172
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1173
|
-
},
|
|
1174
|
-
param: 'isEnabled',
|
|
1175
|
-
defaultValue: false
|
|
1176
|
-
}),
|
|
1177
1153
|
// Added 2026-03-04
|
|
1178
1154
|
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1179
1155
|
productKeys: {
|
|
@@ -889,14 +889,6 @@ export const editorExperimentsConfig = {
|
|
|
889
889
|
param: 'isEnabled',
|
|
890
890
|
defaultValue: false
|
|
891
891
|
}),
|
|
892
|
-
// Added 2026-02-12
|
|
893
|
-
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
894
|
-
productKeys: {
|
|
895
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
896
|
-
},
|
|
897
|
-
param: 'isEnabled',
|
|
898
|
-
defaultValue: false
|
|
899
|
-
}),
|
|
900
892
|
// Added 2026-04-01
|
|
901
893
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
902
894
|
productKeys: {
|
|
@@ -1059,14 +1051,6 @@ export const editorExperimentsConfig = {
|
|
|
1059
1051
|
param: 'isEnabled',
|
|
1060
1052
|
defaultValue: false
|
|
1061
1053
|
}),
|
|
1062
|
-
// Added 2026-03-04
|
|
1063
|
-
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1064
|
-
productKeys: {
|
|
1065
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1066
|
-
},
|
|
1067
|
-
param: 'isEnabled',
|
|
1068
|
-
defaultValue: false
|
|
1069
|
-
}),
|
|
1070
1054
|
// Added 2026-02-19
|
|
1071
1055
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1072
1056
|
productKeys: {
|
|
@@ -1160,14 +1144,6 @@ export const editorExperimentsConfig = {
|
|
|
1160
1144
|
param: 'isEnabled',
|
|
1161
1145
|
defaultValue: false
|
|
1162
1146
|
}),
|
|
1163
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1164
|
-
platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1167
|
-
},
|
|
1168
|
-
param: 'isEnabled',
|
|
1169
|
-
defaultValue: false
|
|
1170
|
-
}),
|
|
1171
1147
|
// Added 2026-03-04
|
|
1172
1148
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1173
1149
|
productKeys: {
|
|
@@ -889,14 +889,6 @@ export var editorExperimentsConfig = {
|
|
|
889
889
|
param: 'isEnabled',
|
|
890
890
|
defaultValue: false
|
|
891
891
|
}),
|
|
892
|
-
// Added 2026-02-12
|
|
893
|
-
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
894
|
-
productKeys: {
|
|
895
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
896
|
-
},
|
|
897
|
-
param: 'isEnabled',
|
|
898
|
-
defaultValue: false
|
|
899
|
-
}),
|
|
900
892
|
// Added 2026-04-01
|
|
901
893
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
902
894
|
productKeys: {
|
|
@@ -1059,14 +1051,6 @@ export var editorExperimentsConfig = {
|
|
|
1059
1051
|
param: 'isEnabled',
|
|
1060
1052
|
defaultValue: false
|
|
1061
1053
|
}),
|
|
1062
|
-
// Added 2026-03-04
|
|
1063
|
-
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1064
|
-
productKeys: {
|
|
1065
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1066
|
-
},
|
|
1067
|
-
param: 'isEnabled',
|
|
1068
|
-
defaultValue: false
|
|
1069
|
-
}),
|
|
1070
1054
|
// Added 2026-02-19
|
|
1071
1055
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1072
1056
|
productKeys: {
|
|
@@ -1160,14 +1144,6 @@ export var editorExperimentsConfig = {
|
|
|
1160
1144
|
param: 'isEnabled',
|
|
1161
1145
|
defaultValue: false
|
|
1162
1146
|
}),
|
|
1163
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1164
|
-
platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1167
|
-
},
|
|
1168
|
-
param: 'isEnabled',
|
|
1169
|
-
defaultValue: false
|
|
1170
|
-
}),
|
|
1171
1147
|
// Added 2026-03-04
|
|
1172
1148
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1173
1149
|
productKeys: {
|
|
@@ -679,12 +679,6 @@ export declare const editorExperimentsConfig: {
|
|
|
679
679
|
productKeys?: ProductKeys;
|
|
680
680
|
typeGuard: IsBooleanType;
|
|
681
681
|
};
|
|
682
|
-
platform_editor_bodiedextension_layoutshift_fix: {
|
|
683
|
-
defaultValue: boolean;
|
|
684
|
-
param: string;
|
|
685
|
-
productKeys?: ProductKeys;
|
|
686
|
-
typeGuard: IsBooleanType;
|
|
687
|
-
};
|
|
688
682
|
platform_editor_layout_column_menu: {
|
|
689
683
|
defaultValue: boolean;
|
|
690
684
|
param: string;
|
|
@@ -848,12 +842,6 @@ export declare const editorExperimentsConfig: {
|
|
|
848
842
|
productKeys?: ProductKeys;
|
|
849
843
|
typeGuard: IsBooleanType;
|
|
850
844
|
};
|
|
851
|
-
platform_editor_vc90_transition_mentions: {
|
|
852
|
-
defaultValue: boolean;
|
|
853
|
-
param: string;
|
|
854
|
-
productKeys?: ProductKeys;
|
|
855
|
-
typeGuard: IsBooleanType;
|
|
856
|
-
};
|
|
857
845
|
platform_editor_emoji_default_scale: {
|
|
858
846
|
defaultValue: boolean;
|
|
859
847
|
param: string;
|
|
@@ -902,12 +890,6 @@ export declare const editorExperimentsConfig: {
|
|
|
902
890
|
productKeys?: ProductKeys;
|
|
903
891
|
typeGuard: IsBooleanType;
|
|
904
892
|
};
|
|
905
|
-
platform_editor_ai_aifc_space_shortcut_patch: {
|
|
906
|
-
defaultValue: boolean;
|
|
907
|
-
param: string;
|
|
908
|
-
productKeys?: ProductKeys;
|
|
909
|
-
typeGuard: IsBooleanType;
|
|
910
|
-
};
|
|
911
893
|
platform_editor_media_external_badge_bbc_fix: {
|
|
912
894
|
defaultValue: boolean;
|
|
913
895
|
param: string;
|
package/package.json
CHANGED