@atlaskit/tmp-editor-statsig 55.2.0 → 56.1.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 56.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cfc9d74ff4070`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfc9d74ff4070) -
|
|
8
|
+
Add experiment to changes for adding suggest reply markdown
|
|
9
|
+
|
|
10
|
+
## 56.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`6bdbecda5afa7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6bdbecda5afa7) -
|
|
15
|
+
Clean up experiment editor_fix_embed_width_expand
|
|
16
|
+
|
|
3
17
|
## 55.2.0
|
|
4
18
|
|
|
5
19
|
### 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: {
|
|
@@ -1985,5 +1977,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1985
1977
|
},
|
|
1986
1978
|
param: 'isEnabled',
|
|
1987
1979
|
defaultValue: false
|
|
1980
|
+
}),
|
|
1981
|
+
// Added 2026-04-01
|
|
1982
|
+
show_mentions_in_suggest_reply: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1983
|
+
productKeys: {
|
|
1984
|
+
jira: 'show_mentions_in_suggest_reply'
|
|
1985
|
+
},
|
|
1986
|
+
param: 'isEnabled',
|
|
1987
|
+
defaultValue: false
|
|
1988
1988
|
})
|
|
1989
1989
|
};
|
|
@@ -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: {
|
|
@@ -1979,5 +1971,13 @@ export const editorExperimentsConfig = {
|
|
|
1979
1971
|
},
|
|
1980
1972
|
param: 'isEnabled',
|
|
1981
1973
|
defaultValue: false
|
|
1974
|
+
}),
|
|
1975
|
+
// Added 2026-04-01
|
|
1976
|
+
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1977
|
+
productKeys: {
|
|
1978
|
+
jira: 'show_mentions_in_suggest_reply'
|
|
1979
|
+
},
|
|
1980
|
+
param: 'isEnabled',
|
|
1981
|
+
defaultValue: false
|
|
1982
1982
|
})
|
|
1983
1983
|
};
|
|
@@ -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: {
|
|
@@ -1979,5 +1971,13 @@ export var editorExperimentsConfig = {
|
|
|
1979
1971
|
},
|
|
1980
1972
|
param: 'isEnabled',
|
|
1981
1973
|
defaultValue: false
|
|
1974
|
+
}),
|
|
1975
|
+
// Added 2026-04-01
|
|
1976
|
+
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1977
|
+
productKeys: {
|
|
1978
|
+
jira: 'show_mentions_in_suggest_reply'
|
|
1979
|
+
},
|
|
1980
|
+
param: 'isEnabled',
|
|
1981
|
+
defaultValue: false
|
|
1982
1982
|
})
|
|
1983
1983
|
};
|
|
@@ -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;
|
|
@@ -1459,5 +1453,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1459
1453
|
productKeys?: ProductKeys;
|
|
1460
1454
|
typeGuard: IsBooleanType;
|
|
1461
1455
|
};
|
|
1456
|
+
show_mentions_in_suggest_reply: {
|
|
1457
|
+
defaultValue: boolean;
|
|
1458
|
+
param: string;
|
|
1459
|
+
productKeys?: ProductKeys;
|
|
1460
|
+
typeGuard: IsBooleanType;
|
|
1461
|
+
};
|
|
1462
1462
|
};
|
|
1463
1463
|
export {};
|
|
@@ -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;
|
|
@@ -1459,5 +1453,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1459
1453
|
productKeys?: ProductKeys;
|
|
1460
1454
|
typeGuard: IsBooleanType;
|
|
1461
1455
|
};
|
|
1456
|
+
show_mentions_in_suggest_reply: {
|
|
1457
|
+
defaultValue: boolean;
|
|
1458
|
+
param: string;
|
|
1459
|
+
productKeys?: ProductKeys;
|
|
1460
|
+
typeGuard: IsBooleanType;
|
|
1461
|
+
};
|
|
1462
1462
|
};
|
|
1463
1463
|
export {};
|
package/package.json
CHANGED