@atlaskit/tmp-editor-statsig 12.2.0 → 12.4.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 +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- 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.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5c1589424fcc4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c1589424fcc4) -
|
|
8
|
+
ED-29088 - Add nodesInViewport metric to proseMirrorRendered events.
|
|
9
|
+
|
|
10
|
+
## 12.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`659a799cb7f84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/659a799cb7f84) -
|
|
15
|
+
Added platform_editor_hydratable_ui experiment
|
|
16
|
+
|
|
3
17
|
## 12.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -235,6 +235,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
235
235
|
values: ['control', 'variant1'],
|
|
236
236
|
defaultValue: 'control'
|
|
237
237
|
}),
|
|
238
|
+
// Added 2025-09-03
|
|
239
|
+
platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
240
|
+
productKeys: {
|
|
241
|
+
confluence: 'platform_editor_hydratable_ui'
|
|
242
|
+
},
|
|
243
|
+
param: 'isEnabled',
|
|
244
|
+
defaultValue: false
|
|
245
|
+
}),
|
|
238
246
|
// Added 2025-04-01
|
|
239
247
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
240
248
|
platform_editor_vanilla_dom: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -830,5 +838,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
830
838
|
},
|
|
831
839
|
param: 'isEnabled',
|
|
832
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
|
|
833
849
|
})
|
|
834
850
|
};
|
|
@@ -229,6 +229,14 @@ export const editorExperimentsConfig = {
|
|
|
229
229
|
values: ['control', 'variant1'],
|
|
230
230
|
defaultValue: 'control'
|
|
231
231
|
}),
|
|
232
|
+
// Added 2025-09-03
|
|
233
|
+
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
234
|
+
productKeys: {
|
|
235
|
+
confluence: 'platform_editor_hydratable_ui'
|
|
236
|
+
},
|
|
237
|
+
param: 'isEnabled',
|
|
238
|
+
defaultValue: false
|
|
239
|
+
}),
|
|
232
240
|
// Added 2025-04-01
|
|
233
241
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
234
242
|
platform_editor_vanilla_dom: createBooleanExperiment({
|
|
@@ -824,5 +832,13 @@ export const editorExperimentsConfig = {
|
|
|
824
832
|
},
|
|
825
833
|
param: 'isEnabled',
|
|
826
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
|
|
827
843
|
})
|
|
828
844
|
};
|
|
@@ -229,6 +229,14 @@ export var editorExperimentsConfig = {
|
|
|
229
229
|
values: ['control', 'variant1'],
|
|
230
230
|
defaultValue: 'control'
|
|
231
231
|
}),
|
|
232
|
+
// Added 2025-09-03
|
|
233
|
+
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
234
|
+
productKeys: {
|
|
235
|
+
confluence: 'platform_editor_hydratable_ui'
|
|
236
|
+
},
|
|
237
|
+
param: 'isEnabled',
|
|
238
|
+
defaultValue: false
|
|
239
|
+
}),
|
|
232
240
|
// Added 2025-04-01
|
|
233
241
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
234
242
|
platform_editor_vanilla_dom: createBooleanExperiment({
|
|
@@ -824,5 +832,13 @@ export var editorExperimentsConfig = {
|
|
|
824
832
|
},
|
|
825
833
|
param: 'isEnabled',
|
|
826
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
|
|
827
843
|
})
|
|
828
844
|
};
|
|
@@ -171,6 +171,12 @@ export declare const editorExperimentsConfig: {
|
|
|
171
171
|
param: string;
|
|
172
172
|
productKeys?: import("./types").ProductKeys;
|
|
173
173
|
};
|
|
174
|
+
platform_editor_hydratable_ui: {
|
|
175
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: import("./types").ProductKeys;
|
|
179
|
+
};
|
|
174
180
|
platform_editor_vanilla_dom: {
|
|
175
181
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
176
182
|
defaultValue: boolean;
|
|
@@ -611,4 +617,10 @@ export declare const editorExperimentsConfig: {
|
|
|
611
617
|
param: string;
|
|
612
618
|
productKeys?: import("./types").ProductKeys;
|
|
613
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
|
+
};
|
|
614
626
|
};
|
|
@@ -171,6 +171,12 @@ export declare const editorExperimentsConfig: {
|
|
|
171
171
|
param: string;
|
|
172
172
|
productKeys?: import("./types").ProductKeys;
|
|
173
173
|
};
|
|
174
|
+
platform_editor_hydratable_ui: {
|
|
175
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
176
|
+
defaultValue: boolean;
|
|
177
|
+
param: string;
|
|
178
|
+
productKeys?: import("./types").ProductKeys;
|
|
179
|
+
};
|
|
174
180
|
platform_editor_vanilla_dom: {
|
|
175
181
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
176
182
|
defaultValue: boolean;
|
|
@@ -611,4 +617,10 @@ export declare const editorExperimentsConfig: {
|
|
|
611
617
|
param: string;
|
|
612
618
|
productKeys?: import("./types").ProductKeys;
|
|
613
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
|
+
};
|
|
614
626
|
};
|
package/package.json
CHANGED