@atlaskit/tmp-editor-statsig 16.18.1 → 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 +11 -0
- package/dist/cjs/experiments-config.js +0 -25
- package/dist/es2019/experiments-config.js +0 -25
- package/dist/esm/experiments-config.js +0 -25
- package/dist/types/experiments-config.d.ts +0 -18
- package/dist/types-ts4.5/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
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
|
+
|
|
3
14
|
## 16.18.1
|
|
4
15
|
|
|
5
16
|
### 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,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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED