@atlaskit/tmp-editor-statsig 35.3.0 → 35.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 +7 -0
- package/dist/cjs/experiments-config.js +17 -0
- package/dist/es2019/experiments-config.js +17 -0
- package/dist/esm/experiments-config.js +17 -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
|
@@ -95,6 +95,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
95
95
|
param: 'isEnabled',
|
|
96
96
|
defaultValue: false
|
|
97
97
|
}),
|
|
98
|
+
// Added 05-03-2026
|
|
99
|
+
platform_editor_ai_headingautocomplete: (0, _experimentBuilders.createBooleanExperiment)({
|
|
100
|
+
productKeys: {
|
|
101
|
+
confluence: 'platform_editor_ai_headingautocomplete'
|
|
102
|
+
},
|
|
103
|
+
param: 'isEnabled',
|
|
104
|
+
defaultValue: false
|
|
105
|
+
}),
|
|
98
106
|
// Added 2026-02-16
|
|
99
107
|
platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
|
|
100
108
|
productKeys: {
|
|
@@ -280,6 +288,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
280
288
|
param: 'isEnabled',
|
|
281
289
|
defaultValue: false
|
|
282
290
|
}),
|
|
291
|
+
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
292
|
+
platform_editor_experience_tracking_observer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
293
|
+
productKeys: {
|
|
294
|
+
confluence: 'platform_editor_experience_tracking_observer',
|
|
295
|
+
jira: 'platform_editor_experience_tracking_observer'
|
|
296
|
+
},
|
|
297
|
+
param: 'isEnabled',
|
|
298
|
+
defaultValue: false
|
|
299
|
+
}),
|
|
283
300
|
// Added 2025-05-26
|
|
284
301
|
platform_editor_prevent_toolbar_layout_shifts: (0, _experimentBuilders.createBooleanExperiment)({
|
|
285
302
|
productKeys: {
|
|
@@ -89,6 +89,14 @@ export const editorExperimentsConfig = {
|
|
|
89
89
|
param: 'isEnabled',
|
|
90
90
|
defaultValue: false
|
|
91
91
|
}),
|
|
92
|
+
// Added 05-03-2026
|
|
93
|
+
platform_editor_ai_headingautocomplete: createBooleanExperiment({
|
|
94
|
+
productKeys: {
|
|
95
|
+
confluence: 'platform_editor_ai_headingautocomplete'
|
|
96
|
+
},
|
|
97
|
+
param: 'isEnabled',
|
|
98
|
+
defaultValue: false
|
|
99
|
+
}),
|
|
92
100
|
// Added 2026-02-16
|
|
93
101
|
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
94
102
|
productKeys: {
|
|
@@ -274,6 +282,15 @@ export const editorExperimentsConfig = {
|
|
|
274
282
|
param: 'isEnabled',
|
|
275
283
|
defaultValue: false
|
|
276
284
|
}),
|
|
285
|
+
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
286
|
+
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
287
|
+
productKeys: {
|
|
288
|
+
confluence: 'platform_editor_experience_tracking_observer',
|
|
289
|
+
jira: 'platform_editor_experience_tracking_observer'
|
|
290
|
+
},
|
|
291
|
+
param: 'isEnabled',
|
|
292
|
+
defaultValue: false
|
|
293
|
+
}),
|
|
277
294
|
// Added 2025-05-26
|
|
278
295
|
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
279
296
|
productKeys: {
|
|
@@ -89,6 +89,14 @@ export var editorExperimentsConfig = {
|
|
|
89
89
|
param: 'isEnabled',
|
|
90
90
|
defaultValue: false
|
|
91
91
|
}),
|
|
92
|
+
// Added 05-03-2026
|
|
93
|
+
platform_editor_ai_headingautocomplete: createBooleanExperiment({
|
|
94
|
+
productKeys: {
|
|
95
|
+
confluence: 'platform_editor_ai_headingautocomplete'
|
|
96
|
+
},
|
|
97
|
+
param: 'isEnabled',
|
|
98
|
+
defaultValue: false
|
|
99
|
+
}),
|
|
92
100
|
// Added 2026-02-16
|
|
93
101
|
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
94
102
|
productKeys: {
|
|
@@ -274,6 +282,15 @@ export var editorExperimentsConfig = {
|
|
|
274
282
|
param: 'isEnabled',
|
|
275
283
|
defaultValue: false
|
|
276
284
|
}),
|
|
285
|
+
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
286
|
+
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
287
|
+
productKeys: {
|
|
288
|
+
confluence: 'platform_editor_experience_tracking_observer',
|
|
289
|
+
jira: 'platform_editor_experience_tracking_observer'
|
|
290
|
+
},
|
|
291
|
+
param: 'isEnabled',
|
|
292
|
+
defaultValue: false
|
|
293
|
+
}),
|
|
277
294
|
// Added 2025-05-26
|
|
278
295
|
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
279
296
|
productKeys: {
|
|
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
+
platform_editor_ai_headingautocomplete: {
|
|
92
|
+
defaultValue: boolean;
|
|
93
|
+
param: string;
|
|
94
|
+
productKeys?: ProductKeys;
|
|
95
|
+
typeGuard: IsBooleanType;
|
|
96
|
+
};
|
|
91
97
|
cc_editor_lcm_readonly_initial: {
|
|
92
98
|
defaultValue: boolean;
|
|
93
99
|
param: string;
|
|
@@ -433,6 +439,12 @@ export declare const editorExperimentsConfig: {
|
|
|
433
439
|
productKeys?: ProductKeys;
|
|
434
440
|
typeGuard: IsBooleanType;
|
|
435
441
|
};
|
|
442
|
+
platform_editor_experience_tracking_observer: {
|
|
443
|
+
defaultValue: boolean;
|
|
444
|
+
param: string;
|
|
445
|
+
productKeys?: ProductKeys;
|
|
446
|
+
typeGuard: IsBooleanType;
|
|
447
|
+
};
|
|
436
448
|
platform_editor_extension_styles: {
|
|
437
449
|
defaultValue: boolean;
|
|
438
450
|
param: string;
|
|
@@ -88,6 +88,12 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
+
platform_editor_ai_headingautocomplete: {
|
|
92
|
+
defaultValue: boolean;
|
|
93
|
+
param: string;
|
|
94
|
+
productKeys?: ProductKeys;
|
|
95
|
+
typeGuard: IsBooleanType;
|
|
96
|
+
};
|
|
91
97
|
cc_editor_lcm_readonly_initial: {
|
|
92
98
|
defaultValue: boolean;
|
|
93
99
|
param: string;
|
|
@@ -433,6 +439,12 @@ export declare const editorExperimentsConfig: {
|
|
|
433
439
|
productKeys?: ProductKeys;
|
|
434
440
|
typeGuard: IsBooleanType;
|
|
435
441
|
};
|
|
442
|
+
platform_editor_experience_tracking_observer: {
|
|
443
|
+
defaultValue: boolean;
|
|
444
|
+
param: string;
|
|
445
|
+
productKeys?: ProductKeys;
|
|
446
|
+
typeGuard: IsBooleanType;
|
|
447
|
+
};
|
|
436
448
|
platform_editor_extension_styles: {
|
|
437
449
|
defaultValue: boolean;
|
|
438
450
|
param: string;
|
package/package.json
CHANGED