@atlaskit/tmp-editor-statsig 55.2.0 → 56.0.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
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 56.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`6bdbecda5afa7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bdbecda5afa7) -
|
|
8
|
+
Clean up experiment editor_fix_embed_width_expand
|
|
9
|
+
|
|
3
10
|
## 55.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -560,14 +560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
560
560
|
param: 'isEnabled',
|
|
561
561
|
defaultValue: false
|
|
562
562
|
}),
|
|
563
|
-
// Added 2025-12-17
|
|
564
|
-
editor_fix_embed_width_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
565
|
-
productKeys: {
|
|
566
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
567
|
-
},
|
|
568
|
-
param: 'isEnabled',
|
|
569
|
-
defaultValue: false
|
|
570
|
-
}),
|
|
571
563
|
// Added 2026-02-17
|
|
572
564
|
platform_editor_aifc_sync_block_stream_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
573
565
|
productKeys: {
|
|
@@ -554,14 +554,6 @@ export const editorExperimentsConfig = {
|
|
|
554
554
|
param: 'isEnabled',
|
|
555
555
|
defaultValue: false
|
|
556
556
|
}),
|
|
557
|
-
// Added 2025-12-17
|
|
558
|
-
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
559
|
-
productKeys: {
|
|
560
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
561
|
-
},
|
|
562
|
-
param: 'isEnabled',
|
|
563
|
-
defaultValue: false
|
|
564
|
-
}),
|
|
565
557
|
// Added 2026-02-17
|
|
566
558
|
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
567
559
|
productKeys: {
|
|
@@ -554,14 +554,6 @@ export var editorExperimentsConfig = {
|
|
|
554
554
|
param: 'isEnabled',
|
|
555
555
|
defaultValue: false
|
|
556
556
|
}),
|
|
557
|
-
// Added 2025-12-17
|
|
558
|
-
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
559
|
-
productKeys: {
|
|
560
|
-
confluence: 'editor_fix_embed_width_expand'
|
|
561
|
-
},
|
|
562
|
-
param: 'isEnabled',
|
|
563
|
-
defaultValue: false
|
|
564
|
-
}),
|
|
565
557
|
// Added 2026-02-17
|
|
566
558
|
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
567
559
|
productKeys: {
|
|
@@ -637,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
637
|
productKeys?: ProductKeys;
|
|
638
638
|
typeGuard: IsBooleanType;
|
|
639
639
|
};
|
|
640
|
-
editor_fix_embed_width_expand: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
640
|
platform_editor_table_excerpts_fix: {
|
|
647
641
|
defaultValue: boolean;
|
|
648
642
|
param: string;
|
|
@@ -637,12 +637,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
637
|
productKeys?: ProductKeys;
|
|
638
638
|
typeGuard: IsBooleanType;
|
|
639
639
|
};
|
|
640
|
-
editor_fix_embed_width_expand: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
640
|
platform_editor_table_excerpts_fix: {
|
|
647
641
|
defaultValue: boolean;
|
|
648
642
|
param: string;
|
package/package.json
CHANGED