@atlaskit/tmp-editor-statsig 12.4.0 → 12.5.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`db97eb262cc5a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db97eb262cc5a) -
|
|
8
|
+
replace platform_editor_toolbar_aifc with separate experiements for jira and confluence
|
|
9
|
+
|
|
3
10
|
## 12.4.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -610,8 +610,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
610
610
|
//Added 2025-07-16
|
|
611
611
|
platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
612
612
|
productKeys: {
|
|
613
|
-
jira: '
|
|
614
|
-
confluence: '
|
|
613
|
+
jira: 'platform_editor_toolbar_aifc_jira',
|
|
614
|
+
confluence: 'platform_editor_toolbar_aifc_confluence'
|
|
615
615
|
},
|
|
616
616
|
param: 'isEnabled',
|
|
617
617
|
defaultValue: false
|
|
@@ -846,5 +846,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
846
846
|
},
|
|
847
847
|
param: 'isEnabled',
|
|
848
848
|
defaultValue: false
|
|
849
|
+
}),
|
|
850
|
+
// Added 03-09-2025
|
|
851
|
+
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
852
|
+
productKeys: {
|
|
853
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
854
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
855
|
+
},
|
|
856
|
+
param: 'isEnabled',
|
|
857
|
+
defaultValue: false
|
|
849
858
|
})
|
|
850
859
|
};
|
|
@@ -604,8 +604,8 @@ export const editorExperimentsConfig = {
|
|
|
604
604
|
//Added 2025-07-16
|
|
605
605
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
606
606
|
productKeys: {
|
|
607
|
-
jira: '
|
|
608
|
-
confluence: '
|
|
607
|
+
jira: 'platform_editor_toolbar_aifc_jira',
|
|
608
|
+
confluence: 'platform_editor_toolbar_aifc_confluence'
|
|
609
609
|
},
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
@@ -840,5 +840,14 @@ export const editorExperimentsConfig = {
|
|
|
840
840
|
},
|
|
841
841
|
param: 'isEnabled',
|
|
842
842
|
defaultValue: false
|
|
843
|
+
}),
|
|
844
|
+
// Added 03-09-2025
|
|
845
|
+
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
846
|
+
productKeys: {
|
|
847
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
848
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
849
|
+
},
|
|
850
|
+
param: 'isEnabled',
|
|
851
|
+
defaultValue: false
|
|
843
852
|
})
|
|
844
853
|
};
|
|
@@ -604,8 +604,8 @@ export var editorExperimentsConfig = {
|
|
|
604
604
|
//Added 2025-07-16
|
|
605
605
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
606
606
|
productKeys: {
|
|
607
|
-
jira: '
|
|
608
|
-
confluence: '
|
|
607
|
+
jira: 'platform_editor_toolbar_aifc_jira',
|
|
608
|
+
confluence: 'platform_editor_toolbar_aifc_confluence'
|
|
609
609
|
},
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
@@ -840,5 +840,14 @@ export var editorExperimentsConfig = {
|
|
|
840
840
|
},
|
|
841
841
|
param: 'isEnabled',
|
|
842
842
|
defaultValue: false
|
|
843
|
+
}),
|
|
844
|
+
// Added 03-09-2025
|
|
845
|
+
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
846
|
+
productKeys: {
|
|
847
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
848
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
849
|
+
},
|
|
850
|
+
param: 'isEnabled',
|
|
851
|
+
defaultValue: false
|
|
843
852
|
})
|
|
844
853
|
};
|
|
@@ -623,4 +623,10 @@ export declare const editorExperimentsConfig: {
|
|
|
623
623
|
param: string;
|
|
624
624
|
productKeys?: import("./types").ProductKeys;
|
|
625
625
|
};
|
|
626
|
+
cc_editor_interactivity_monitoring: {
|
|
627
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
628
|
+
defaultValue: boolean;
|
|
629
|
+
param: string;
|
|
630
|
+
productKeys?: import("./types").ProductKeys;
|
|
631
|
+
};
|
|
626
632
|
};
|
|
@@ -623,4 +623,10 @@ export declare const editorExperimentsConfig: {
|
|
|
623
623
|
param: string;
|
|
624
624
|
productKeys?: import("./types").ProductKeys;
|
|
625
625
|
};
|
|
626
|
+
cc_editor_interactivity_monitoring: {
|
|
627
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
628
|
+
defaultValue: boolean;
|
|
629
|
+
param: string;
|
|
630
|
+
productKeys?: import("./types").ProductKeys;
|
|
631
|
+
};
|
|
626
632
|
};
|
package/package.json
CHANGED