@atlaskit/tmp-editor-statsig 16.18.1 → 16.20.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 +18 -0
- package/dist/cjs/experiments-config.js +0 -33
- package/dist/es2019/experiments-config.js +0 -33
- package/dist/esm/experiments-config.js +0 -33
- package/dist/types/experiments-config.d.ts +0 -24
- package/dist/types-ts4.5/experiments-config.d.ts +0 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c9c11b2544f4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9c11b2544f4e) -
|
|
8
|
+
Remove platform_editor_toolbar_aifc_template_editor feature flag
|
|
9
|
+
|
|
10
|
+
## 16.19.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`20d29306fb10e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20d29306fb10e) -
|
|
15
|
+
[ED-29451] clean up platform_editor_toolbar_aifc_patch_5
|
|
16
|
+
- [`c947ea0c83c0e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c947ea0c83c0e) -
|
|
17
|
+
[ED-29456] clean up platform_editor_toolbar_aifc_selection_extension
|
|
18
|
+
- [`c8ca7b8cde88d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c8ca7b8cde88d) -
|
|
19
|
+
Remove platform_editor_toolbar_support_custom_components feature flag
|
|
20
|
+
|
|
3
21
|
## 16.18.1
|
|
4
22
|
|
|
5
23
|
### Patch 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,22 +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
|
-
// Added 2025-08-25
|
|
858
|
-
platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
859
|
-
productKeys: {
|
|
860
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
861
|
-
},
|
|
862
|
-
param: 'isEnabled',
|
|
863
|
-
defaultValue: false
|
|
864
|
-
}),
|
|
865
840
|
// Added 2025-09-16
|
|
866
841
|
platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
|
|
867
842
|
productKeys: {
|
|
@@ -936,14 +911,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
936
911
|
param: 'isEnabled',
|
|
937
912
|
defaultValue: false
|
|
938
913
|
}),
|
|
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
914
|
// Added 2025-10-10
|
|
948
915
|
platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
949
916
|
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,22 +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
|
-
// Added 2025-08-25
|
|
852
|
-
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
853
|
-
productKeys: {
|
|
854
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
855
|
-
},
|
|
856
|
-
param: 'isEnabled',
|
|
857
|
-
defaultValue: false
|
|
858
|
-
}),
|
|
859
834
|
// Added 2025-09-16
|
|
860
835
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
861
836
|
productKeys: {
|
|
@@ -930,14 +905,6 @@ export const editorExperimentsConfig = {
|
|
|
930
905
|
param: 'isEnabled',
|
|
931
906
|
defaultValue: false
|
|
932
907
|
}),
|
|
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
908
|
// Added 2025-10-10
|
|
942
909
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
943
910
|
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,22 +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
|
-
// Added 2025-08-25
|
|
852
|
-
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
853
|
-
productKeys: {
|
|
854
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
855
|
-
},
|
|
856
|
-
param: 'isEnabled',
|
|
857
|
-
defaultValue: false
|
|
858
|
-
}),
|
|
859
834
|
// Added 2025-09-16
|
|
860
835
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
861
836
|
productKeys: {
|
|
@@ -930,14 +905,6 @@ export var editorExperimentsConfig = {
|
|
|
930
905
|
param: 'isEnabled',
|
|
931
906
|
defaultValue: false
|
|
932
907
|
}),
|
|
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
908
|
// Added 2025-10-10
|
|
942
909
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
943
910
|
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,6 @@ 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
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
697
|
-
defaultValue: boolean;
|
|
698
|
-
param: string;
|
|
699
|
-
productKeys?: ProductKeys;
|
|
700
|
-
typeGuard: IsBooleanType;
|
|
701
|
-
};
|
|
702
|
-
platform_editor_toolbar_support_custom_components: {
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: ProductKeys;
|
|
706
|
-
typeGuard: IsBooleanType;
|
|
707
|
-
};
|
|
708
684
|
platform_editor_usesharedpluginstateselector: {
|
|
709
685
|
defaultValue: boolean;
|
|
710
686
|
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,6 @@ 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
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
697
|
-
defaultValue: boolean;
|
|
698
|
-
param: string;
|
|
699
|
-
productKeys?: ProductKeys;
|
|
700
|
-
typeGuard: IsBooleanType;
|
|
701
|
-
};
|
|
702
|
-
platform_editor_toolbar_support_custom_components: {
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: ProductKeys;
|
|
706
|
-
typeGuard: IsBooleanType;
|
|
707
|
-
};
|
|
708
684
|
platform_editor_usesharedpluginstateselector: {
|
|
709
685
|
defaultValue: boolean;
|
|
710
686
|
param: string;
|
package/package.json
CHANGED