@atlaskit/tmp-editor-statsig 12.3.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 +14 -0
- package/dist/cjs/experiments-config.js +19 -2
- package/dist/es2019/experiments-config.js +19 -2
- package/dist/esm/experiments-config.js +19 -2
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 12.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`5c1589424fcc4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c1589424fcc4) -
|
|
15
|
+
ED-29088 - Add nodesInViewport metric to proseMirrorRendered events.
|
|
16
|
+
|
|
3
17
|
## 12.3.0
|
|
4
18
|
|
|
5
19
|
### 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
|
|
@@ -838,5 +838,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
838
838
|
},
|
|
839
839
|
param: 'isEnabled',
|
|
840
840
|
defaultValue: false
|
|
841
|
+
}),
|
|
842
|
+
// Added 2025-09-02
|
|
843
|
+
platform_editor_ttvc_nodes_in_viewport: (0, _experimentBuilders.createBooleanExperiment)({
|
|
844
|
+
productKeys: {
|
|
845
|
+
confluence: 'platform_editor_ttvc_nodes_in_viewport'
|
|
846
|
+
},
|
|
847
|
+
param: 'isEnabled',
|
|
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
|
|
841
858
|
})
|
|
842
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
|
|
@@ -832,5 +832,22 @@ export const editorExperimentsConfig = {
|
|
|
832
832
|
},
|
|
833
833
|
param: 'isEnabled',
|
|
834
834
|
defaultValue: false
|
|
835
|
+
}),
|
|
836
|
+
// Added 2025-09-02
|
|
837
|
+
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
838
|
+
productKeys: {
|
|
839
|
+
confluence: 'platform_editor_ttvc_nodes_in_viewport'
|
|
840
|
+
},
|
|
841
|
+
param: 'isEnabled',
|
|
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
|
|
835
852
|
})
|
|
836
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
|
|
@@ -832,5 +832,22 @@ export var editorExperimentsConfig = {
|
|
|
832
832
|
},
|
|
833
833
|
param: 'isEnabled',
|
|
834
834
|
defaultValue: false
|
|
835
|
+
}),
|
|
836
|
+
// Added 2025-09-02
|
|
837
|
+
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
838
|
+
productKeys: {
|
|
839
|
+
confluence: 'platform_editor_ttvc_nodes_in_viewport'
|
|
840
|
+
},
|
|
841
|
+
param: 'isEnabled',
|
|
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
|
|
835
852
|
})
|
|
836
853
|
};
|
|
@@ -617,4 +617,16 @@ export declare const editorExperimentsConfig: {
|
|
|
617
617
|
param: string;
|
|
618
618
|
productKeys?: import("./types").ProductKeys;
|
|
619
619
|
};
|
|
620
|
+
platform_editor_ttvc_nodes_in_viewport: {
|
|
621
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
622
|
+
defaultValue: boolean;
|
|
623
|
+
param: string;
|
|
624
|
+
productKeys?: import("./types").ProductKeys;
|
|
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
|
+
};
|
|
620
632
|
};
|
|
@@ -617,4 +617,16 @@ export declare const editorExperimentsConfig: {
|
|
|
617
617
|
param: string;
|
|
618
618
|
productKeys?: import("./types").ProductKeys;
|
|
619
619
|
};
|
|
620
|
+
platform_editor_ttvc_nodes_in_viewport: {
|
|
621
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
622
|
+
defaultValue: boolean;
|
|
623
|
+
param: string;
|
|
624
|
+
productKeys?: import("./types").ProductKeys;
|
|
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
|
+
};
|
|
620
632
|
};
|
package/package.json
CHANGED