@atlaskit/tmp-editor-statsig 16.4.0 → 16.6.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 +15 -0
- package/dist/cjs/experiments-config.js +0 -15
- package/dist/es2019/experiments-config.js +0 -15
- package/dist/esm/experiments-config.js +0 -15
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`77df724ec737e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77df724ec737e) -
|
|
8
|
+
[https://product-fabric.atlassian.net/browse/ED-28631](ED-28631) - cleanup the
|
|
9
|
+
platform_editor_smart_card_otp Statsig experiment
|
|
10
|
+
|
|
11
|
+
## 16.5.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`4fb60e6294885`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4fb60e6294885) -
|
|
16
|
+
Cleanup platform_editor_no_ssr flag
|
|
17
|
+
|
|
3
18
|
## 16.4.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -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: {
|
|
@@ -568,13 +560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
568
560
|
param: 'isEnabled',
|
|
569
561
|
defaultValue: false
|
|
570
562
|
}),
|
|
571
|
-
platform_editor_smart_card_otp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
572
|
-
productKeys: {
|
|
573
|
-
confluence: 'platform_editor_smart_card_otp'
|
|
574
|
-
},
|
|
575
|
-
param: 'isEnabled',
|
|
576
|
-
defaultValue: false
|
|
577
|
-
}),
|
|
578
563
|
// Added 2025-07-15
|
|
579
564
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
580
565
|
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: {
|
|
@@ -562,13 +554,6 @@ export const editorExperimentsConfig = {
|
|
|
562
554
|
param: 'isEnabled',
|
|
563
555
|
defaultValue: false
|
|
564
556
|
}),
|
|
565
|
-
platform_editor_smart_card_otp: createBooleanExperiment({
|
|
566
|
-
productKeys: {
|
|
567
|
-
confluence: 'platform_editor_smart_card_otp'
|
|
568
|
-
},
|
|
569
|
-
param: 'isEnabled',
|
|
570
|
-
defaultValue: false
|
|
571
|
-
}),
|
|
572
557
|
// Added 2025-07-15
|
|
573
558
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
574
559
|
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: {
|
|
@@ -562,13 +554,6 @@ export var editorExperimentsConfig = {
|
|
|
562
554
|
param: 'isEnabled',
|
|
563
555
|
defaultValue: false
|
|
564
556
|
}),
|
|
565
|
-
platform_editor_smart_card_otp: createBooleanExperiment({
|
|
566
|
-
productKeys: {
|
|
567
|
-
confluence: 'platform_editor_smart_card_otp'
|
|
568
|
-
},
|
|
569
|
-
param: 'isEnabled',
|
|
570
|
-
defaultValue: false
|
|
571
|
-
}),
|
|
572
557
|
// Added 2025-07-15
|
|
573
558
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
574
559
|
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;
|
|
@@ -603,12 +597,6 @@ export declare const editorExperimentsConfig: {
|
|
|
603
597
|
productKeys?: ProductKeys;
|
|
604
598
|
typeGuard: IsBooleanType;
|
|
605
599
|
};
|
|
606
|
-
platform_editor_smart_card_otp: {
|
|
607
|
-
defaultValue: boolean;
|
|
608
|
-
param: string;
|
|
609
|
-
productKeys?: ProductKeys;
|
|
610
|
-
typeGuard: IsBooleanType;
|
|
611
|
-
};
|
|
612
600
|
editor_fix_embed_width_expand: {
|
|
613
601
|
defaultValue: boolean;
|
|
614
602
|
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;
|
|
@@ -603,12 +597,6 @@ export declare const editorExperimentsConfig: {
|
|
|
603
597
|
productKeys?: ProductKeys;
|
|
604
598
|
typeGuard: IsBooleanType;
|
|
605
599
|
};
|
|
606
|
-
platform_editor_smart_card_otp: {
|
|
607
|
-
defaultValue: boolean;
|
|
608
|
-
param: string;
|
|
609
|
-
productKeys?: ProductKeys;
|
|
610
|
-
typeGuard: IsBooleanType;
|
|
611
|
-
};
|
|
612
600
|
editor_fix_embed_width_expand: {
|
|
613
601
|
defaultValue: boolean;
|
|
614
602
|
param: string;
|
package/package.json
CHANGED