@atlaskit/tmp-editor-statsig 16.4.0 → 16.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
|
@@ -364,14 +364,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
364
364
|
param: 'isEnabled',
|
|
365
365
|
defaultValue: false
|
|
366
366
|
}),
|
|
367
|
-
// Added 2025-10-15
|
|
368
|
-
platform_editor_no_ssr: (0, _experimentBuilders.createBooleanExperiment)({
|
|
369
|
-
productKeys: {
|
|
370
|
-
confluence: 'platform_editor_no_ssr'
|
|
371
|
-
},
|
|
372
|
-
param: 'isEnabled',
|
|
373
|
-
defaultValue: false
|
|
374
|
-
}),
|
|
375
367
|
// Added 2025-10-31
|
|
376
368
|
platform_editor_lovability_suppress_toolbar_event: (0, _experimentBuilders.createBooleanExperiment)({
|
|
377
369
|
productKeys: {
|
|
@@ -358,14 +358,6 @@ export const editorExperimentsConfig = {
|
|
|
358
358
|
param: 'isEnabled',
|
|
359
359
|
defaultValue: false
|
|
360
360
|
}),
|
|
361
|
-
// Added 2025-10-15
|
|
362
|
-
platform_editor_no_ssr: createBooleanExperiment({
|
|
363
|
-
productKeys: {
|
|
364
|
-
confluence: 'platform_editor_no_ssr'
|
|
365
|
-
},
|
|
366
|
-
param: 'isEnabled',
|
|
367
|
-
defaultValue: false
|
|
368
|
-
}),
|
|
369
361
|
// Added 2025-10-31
|
|
370
362
|
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
371
363
|
productKeys: {
|
|
@@ -358,14 +358,6 @@ export var editorExperimentsConfig = {
|
|
|
358
358
|
param: 'isEnabled',
|
|
359
359
|
defaultValue: false
|
|
360
360
|
}),
|
|
361
|
-
// Added 2025-10-15
|
|
362
|
-
platform_editor_no_ssr: createBooleanExperiment({
|
|
363
|
-
productKeys: {
|
|
364
|
-
confluence: 'platform_editor_no_ssr'
|
|
365
|
-
},
|
|
366
|
-
param: 'isEnabled',
|
|
367
|
-
defaultValue: false
|
|
368
|
-
}),
|
|
369
361
|
// Added 2025-10-31
|
|
370
362
|
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
371
363
|
productKeys: {
|
|
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
513
513
|
productKeys?: ProductKeys;
|
|
514
514
|
typeGuard: IsBooleanType;
|
|
515
515
|
};
|
|
516
|
-
platform_editor_no_ssr: {
|
|
517
|
-
defaultValue: boolean;
|
|
518
|
-
param: string;
|
|
519
|
-
productKeys?: ProductKeys;
|
|
520
|
-
typeGuard: IsBooleanType;
|
|
521
|
-
};
|
|
522
516
|
platform_editor_no_state_plugin_injection_api: {
|
|
523
517
|
defaultValue: boolean;
|
|
524
518
|
param: string;
|
|
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
513
513
|
productKeys?: ProductKeys;
|
|
514
514
|
typeGuard: IsBooleanType;
|
|
515
515
|
};
|
|
516
|
-
platform_editor_no_ssr: {
|
|
517
|
-
defaultValue: boolean;
|
|
518
|
-
param: string;
|
|
519
|
-
productKeys?: ProductKeys;
|
|
520
|
-
typeGuard: IsBooleanType;
|
|
521
|
-
};
|
|
522
516
|
platform_editor_no_state_plugin_injection_api: {
|
|
523
517
|
defaultValue: boolean;
|
|
524
518
|
param: string;
|
package/package.json
CHANGED