@atlaskit/tmp-editor-statsig 16.18.0 → 16.19.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/experiments-config.js +8 -25
- package/dist/es2019/experiments-config.js +8 -25
- package/dist/esm/experiments-config.js +8 -25
- package/dist/types/experiments-config.d.ts +6 -18
- package/dist/types-ts4.5/experiments-config.d.ts +6 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`20d29306fb10e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d29306fb10e) -
|
|
8
|
+
[ED-29451] clean up platform_editor_toolbar_aifc_patch_5
|
|
9
|
+
- [`c947ea0c83c0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c947ea0c83c0e) -
|
|
10
|
+
[ED-29456] clean up platform_editor_toolbar_aifc_selection_extension
|
|
11
|
+
- [`c8ca7b8cde88d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c8ca7b8cde88d) -
|
|
12
|
+
Remove platform_editor_toolbar_support_custom_components feature flag
|
|
13
|
+
|
|
14
|
+
## 16.18.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`ba05557f777bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ba05557f777bf) -
|
|
19
|
+
Add support to render selection toolbar in editors which have an ancestor elemenent which has
|
|
20
|
+
position fixed, most common use case is for the chromeless appearance when rendered inside modals,
|
|
21
|
+
popups etc.
|
|
22
|
+
|
|
3
23
|
## 16.18.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -716,15 +716,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
716
716
|
param: 'isEnabled',
|
|
717
717
|
defaultValue: false
|
|
718
718
|
}),
|
|
719
|
-
// Added 2025-09-29
|
|
720
|
-
platform_editor_toolbar_aifc_selection_extension: (0, _experimentBuilders.createBooleanExperiment)({
|
|
721
|
-
productKeys: {
|
|
722
|
-
confluence: 'platform_editor_toolbar_aifc_selection_extension',
|
|
723
|
-
jira: 'platform_editor_toolbar_aifc_selection_extension'
|
|
724
|
-
},
|
|
725
|
-
param: 'isEnabled',
|
|
726
|
-
defaultValue: false
|
|
727
|
-
}),
|
|
728
719
|
// Added 2025-08-04
|
|
729
720
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
730
721
|
productKeys: {
|
|
@@ -846,14 +837,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
846
837
|
param: 'isEnabled',
|
|
847
838
|
defaultValue: false
|
|
848
839
|
}),
|
|
849
|
-
// Added 2025-08-27
|
|
850
|
-
platform_editor_toolbar_support_custom_components: (0, _experimentBuilders.createBooleanExperiment)({
|
|
851
|
-
productKeys: {
|
|
852
|
-
confluence: 'platform_editor_toolbar_support_custom_components'
|
|
853
|
-
},
|
|
854
|
-
param: 'isEnabled',
|
|
855
|
-
defaultValue: false
|
|
856
|
-
}),
|
|
857
840
|
// Added 2025-08-25
|
|
858
841
|
platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
859
842
|
productKeys: {
|
|
@@ -936,14 +919,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
936
919
|
param: 'isEnabled',
|
|
937
920
|
defaultValue: false
|
|
938
921
|
}),
|
|
939
|
-
// Added 2025-09-15
|
|
940
|
-
platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
|
|
941
|
-
productKeys: {
|
|
942
|
-
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
943
|
-
},
|
|
944
|
-
param: 'isEnabled',
|
|
945
|
-
defaultValue: false
|
|
946
|
-
}),
|
|
947
922
|
// Added 2025-10-10
|
|
948
923
|
platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
949
924
|
productKeys: {
|
|
@@ -1193,6 +1168,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1193
1168
|
param: 'isEnabled',
|
|
1194
1169
|
defaultValue: false
|
|
1195
1170
|
}),
|
|
1171
|
+
platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1172
|
+
productKeys: {
|
|
1173
|
+
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1174
|
+
jira: 'platform_editor_sel_toolbar_fix'
|
|
1175
|
+
},
|
|
1176
|
+
param: 'isEnabled',
|
|
1177
|
+
defaultValue: false
|
|
1178
|
+
}),
|
|
1196
1179
|
// Added 2025-12-30
|
|
1197
1180
|
platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1198
1181
|
productKeys: {
|
|
@@ -710,15 +710,6 @@ export const editorExperimentsConfig = {
|
|
|
710
710
|
param: 'isEnabled',
|
|
711
711
|
defaultValue: false
|
|
712
712
|
}),
|
|
713
|
-
// Added 2025-09-29
|
|
714
|
-
platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
|
|
715
|
-
productKeys: {
|
|
716
|
-
confluence: 'platform_editor_toolbar_aifc_selection_extension',
|
|
717
|
-
jira: 'platform_editor_toolbar_aifc_selection_extension'
|
|
718
|
-
},
|
|
719
|
-
param: 'isEnabled',
|
|
720
|
-
defaultValue: false
|
|
721
|
-
}),
|
|
722
713
|
// Added 2025-08-04
|
|
723
714
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
724
715
|
productKeys: {
|
|
@@ -840,14 +831,6 @@ export const editorExperimentsConfig = {
|
|
|
840
831
|
param: 'isEnabled',
|
|
841
832
|
defaultValue: false
|
|
842
833
|
}),
|
|
843
|
-
// Added 2025-08-27
|
|
844
|
-
platform_editor_toolbar_support_custom_components: createBooleanExperiment({
|
|
845
|
-
productKeys: {
|
|
846
|
-
confluence: 'platform_editor_toolbar_support_custom_components'
|
|
847
|
-
},
|
|
848
|
-
param: 'isEnabled',
|
|
849
|
-
defaultValue: false
|
|
850
|
-
}),
|
|
851
834
|
// Added 2025-08-25
|
|
852
835
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
853
836
|
productKeys: {
|
|
@@ -930,14 +913,6 @@ export const editorExperimentsConfig = {
|
|
|
930
913
|
param: 'isEnabled',
|
|
931
914
|
defaultValue: false
|
|
932
915
|
}),
|
|
933
|
-
// Added 2025-09-15
|
|
934
|
-
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
935
|
-
productKeys: {
|
|
936
|
-
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
937
|
-
},
|
|
938
|
-
param: 'isEnabled',
|
|
939
|
-
defaultValue: false
|
|
940
|
-
}),
|
|
941
916
|
// Added 2025-10-10
|
|
942
917
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
943
918
|
productKeys: {
|
|
@@ -1187,6 +1162,14 @@ export const editorExperimentsConfig = {
|
|
|
1187
1162
|
param: 'isEnabled',
|
|
1188
1163
|
defaultValue: false
|
|
1189
1164
|
}),
|
|
1165
|
+
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1166
|
+
productKeys: {
|
|
1167
|
+
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1168
|
+
jira: 'platform_editor_sel_toolbar_fix'
|
|
1169
|
+
},
|
|
1170
|
+
param: 'isEnabled',
|
|
1171
|
+
defaultValue: false
|
|
1172
|
+
}),
|
|
1190
1173
|
// Added 2025-12-30
|
|
1191
1174
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1192
1175
|
productKeys: {
|
|
@@ -710,15 +710,6 @@ export var editorExperimentsConfig = {
|
|
|
710
710
|
param: 'isEnabled',
|
|
711
711
|
defaultValue: false
|
|
712
712
|
}),
|
|
713
|
-
// Added 2025-09-29
|
|
714
|
-
platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
|
|
715
|
-
productKeys: {
|
|
716
|
-
confluence: 'platform_editor_toolbar_aifc_selection_extension',
|
|
717
|
-
jira: 'platform_editor_toolbar_aifc_selection_extension'
|
|
718
|
-
},
|
|
719
|
-
param: 'isEnabled',
|
|
720
|
-
defaultValue: false
|
|
721
|
-
}),
|
|
722
713
|
// Added 2025-08-04
|
|
723
714
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
724
715
|
productKeys: {
|
|
@@ -840,14 +831,6 @@ export var editorExperimentsConfig = {
|
|
|
840
831
|
param: 'isEnabled',
|
|
841
832
|
defaultValue: false
|
|
842
833
|
}),
|
|
843
|
-
// Added 2025-08-27
|
|
844
|
-
platform_editor_toolbar_support_custom_components: createBooleanExperiment({
|
|
845
|
-
productKeys: {
|
|
846
|
-
confluence: 'platform_editor_toolbar_support_custom_components'
|
|
847
|
-
},
|
|
848
|
-
param: 'isEnabled',
|
|
849
|
-
defaultValue: false
|
|
850
|
-
}),
|
|
851
834
|
// Added 2025-08-25
|
|
852
835
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
853
836
|
productKeys: {
|
|
@@ -930,14 +913,6 @@ export var editorExperimentsConfig = {
|
|
|
930
913
|
param: 'isEnabled',
|
|
931
914
|
defaultValue: false
|
|
932
915
|
}),
|
|
933
|
-
// Added 2025-09-15
|
|
934
|
-
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
935
|
-
productKeys: {
|
|
936
|
-
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
937
|
-
},
|
|
938
|
-
param: 'isEnabled',
|
|
939
|
-
defaultValue: false
|
|
940
|
-
}),
|
|
941
916
|
// Added 2025-10-10
|
|
942
917
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
943
918
|
productKeys: {
|
|
@@ -1187,6 +1162,14 @@ export var editorExperimentsConfig = {
|
|
|
1187
1162
|
param: 'isEnabled',
|
|
1188
1163
|
defaultValue: false
|
|
1189
1164
|
}),
|
|
1165
|
+
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1166
|
+
productKeys: {
|
|
1167
|
+
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1168
|
+
jira: 'platform_editor_sel_toolbar_fix'
|
|
1169
|
+
},
|
|
1170
|
+
param: 'isEnabled',
|
|
1171
|
+
defaultValue: false
|
|
1172
|
+
}),
|
|
1190
1173
|
// Added 2025-12-30
|
|
1191
1174
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1192
1175
|
productKeys: {
|
|
@@ -669,12 +669,6 @@ export declare const editorExperimentsConfig: {
|
|
|
669
669
|
productKeys?: ProductKeys;
|
|
670
670
|
typeGuard: IsBooleanType;
|
|
671
671
|
};
|
|
672
|
-
platform_editor_toolbar_aifc_patch_5: {
|
|
673
|
-
defaultValue: boolean;
|
|
674
|
-
param: string;
|
|
675
|
-
productKeys?: ProductKeys;
|
|
676
|
-
typeGuard: IsBooleanType;
|
|
677
|
-
};
|
|
678
672
|
platform_editor_toolbar_aifc_patch_6: {
|
|
679
673
|
defaultValue: boolean;
|
|
680
674
|
param: string;
|
|
@@ -687,24 +681,12 @@ export declare const editorExperimentsConfig: {
|
|
|
687
681
|
productKeys?: ProductKeys;
|
|
688
682
|
typeGuard: IsBooleanType;
|
|
689
683
|
};
|
|
690
|
-
platform_editor_toolbar_aifc_selection_extension: {
|
|
691
|
-
defaultValue: boolean;
|
|
692
|
-
param: string;
|
|
693
|
-
productKeys?: ProductKeys;
|
|
694
|
-
typeGuard: IsBooleanType;
|
|
695
|
-
};
|
|
696
684
|
platform_editor_toolbar_aifc_template_editor: {
|
|
697
685
|
defaultValue: boolean;
|
|
698
686
|
param: string;
|
|
699
687
|
productKeys?: ProductKeys;
|
|
700
688
|
typeGuard: IsBooleanType;
|
|
701
689
|
};
|
|
702
|
-
platform_editor_toolbar_support_custom_components: {
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: ProductKeys;
|
|
706
|
-
typeGuard: IsBooleanType;
|
|
707
|
-
};
|
|
708
690
|
platform_editor_usesharedpluginstateselector: {
|
|
709
691
|
defaultValue: boolean;
|
|
710
692
|
param: string;
|
|
@@ -884,6 +866,12 @@ export declare const editorExperimentsConfig: {
|
|
|
884
866
|
productKeys?: ProductKeys;
|
|
885
867
|
typeGuard: IsBooleanType;
|
|
886
868
|
};
|
|
869
|
+
platform_editor_sel_toolbar_fix: {
|
|
870
|
+
defaultValue: boolean;
|
|
871
|
+
param: string;
|
|
872
|
+
productKeys?: ProductKeys;
|
|
873
|
+
typeGuard: IsBooleanType;
|
|
874
|
+
};
|
|
887
875
|
platform_editor_localid_ime_composition_fix: {
|
|
888
876
|
defaultValue: boolean;
|
|
889
877
|
param: string;
|
|
@@ -669,12 +669,6 @@ export declare const editorExperimentsConfig: {
|
|
|
669
669
|
productKeys?: ProductKeys;
|
|
670
670
|
typeGuard: IsBooleanType;
|
|
671
671
|
};
|
|
672
|
-
platform_editor_toolbar_aifc_patch_5: {
|
|
673
|
-
defaultValue: boolean;
|
|
674
|
-
param: string;
|
|
675
|
-
productKeys?: ProductKeys;
|
|
676
|
-
typeGuard: IsBooleanType;
|
|
677
|
-
};
|
|
678
672
|
platform_editor_toolbar_aifc_patch_6: {
|
|
679
673
|
defaultValue: boolean;
|
|
680
674
|
param: string;
|
|
@@ -687,24 +681,12 @@ export declare const editorExperimentsConfig: {
|
|
|
687
681
|
productKeys?: ProductKeys;
|
|
688
682
|
typeGuard: IsBooleanType;
|
|
689
683
|
};
|
|
690
|
-
platform_editor_toolbar_aifc_selection_extension: {
|
|
691
|
-
defaultValue: boolean;
|
|
692
|
-
param: string;
|
|
693
|
-
productKeys?: ProductKeys;
|
|
694
|
-
typeGuard: IsBooleanType;
|
|
695
|
-
};
|
|
696
684
|
platform_editor_toolbar_aifc_template_editor: {
|
|
697
685
|
defaultValue: boolean;
|
|
698
686
|
param: string;
|
|
699
687
|
productKeys?: ProductKeys;
|
|
700
688
|
typeGuard: IsBooleanType;
|
|
701
689
|
};
|
|
702
|
-
platform_editor_toolbar_support_custom_components: {
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: ProductKeys;
|
|
706
|
-
typeGuard: IsBooleanType;
|
|
707
|
-
};
|
|
708
690
|
platform_editor_usesharedpluginstateselector: {
|
|
709
691
|
defaultValue: boolean;
|
|
710
692
|
param: string;
|
|
@@ -884,6 +866,12 @@ export declare const editorExperimentsConfig: {
|
|
|
884
866
|
productKeys?: ProductKeys;
|
|
885
867
|
typeGuard: IsBooleanType;
|
|
886
868
|
};
|
|
869
|
+
platform_editor_sel_toolbar_fix: {
|
|
870
|
+
defaultValue: boolean;
|
|
871
|
+
param: string;
|
|
872
|
+
productKeys?: ProductKeys;
|
|
873
|
+
typeGuard: IsBooleanType;
|
|
874
|
+
};
|
|
887
875
|
platform_editor_localid_ime_composition_fix: {
|
|
888
876
|
defaultValue: boolean;
|
|
889
877
|
param: string;
|
package/package.json
CHANGED