@atlaskit/tmp-editor-statsig 88.3.0 → 88.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 +17 -0
- package/dist/cjs/exp-test-overrides.js +2 -1
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/exp-test-overrides.js +2 -1
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/exp-test-overrides.js +2 -1
- package/dist/esm/experiments-config.js +16 -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
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 88.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e52fe1a335508`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e52fe1a335508) -
|
|
8
|
+
[ux] Fixed evaluating experiment as FG instead of experiment
|
|
9
|
+
|
|
10
|
+
## 88.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`f53b4391ccd54`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f53b4391ccd54) -
|
|
15
|
+
Fix table menu popup placement near viewport edges
|
|
16
|
+
|
|
17
|
+
Add new editor experiment platform_editor_table_close_cell_menu_on_move_exp to fix legacy menu
|
|
18
|
+
staying open when changing cells.
|
|
19
|
+
|
|
3
20
|
## 88.3.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -68,5 +68,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
68
68
|
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
69
69
|
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
70
70
|
// it does not gate this feature.
|
|
71
|
-
platform_editor_ai_new_aifc_editor_experience: false
|
|
71
|
+
platform_editor_ai_new_aifc_editor_experience: false,
|
|
72
|
+
cc_page_experiences_editor_image_generation: false
|
|
72
73
|
};
|
|
@@ -1405,6 +1405,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1405
1405
|
param: 'isEnabled',
|
|
1406
1406
|
defaultValue: false
|
|
1407
1407
|
}),
|
|
1408
|
+
// Added 2026-06-02
|
|
1409
|
+
aifc_page_create_with_rovo_include_infographics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1410
|
+
productKeys: {
|
|
1411
|
+
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1412
|
+
},
|
|
1413
|
+
param: 'isEnabled',
|
|
1414
|
+
defaultValue: false
|
|
1415
|
+
}),
|
|
1408
1416
|
// Added 2026-02-23
|
|
1409
1417
|
'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1410
1418
|
productKeys: {
|
|
@@ -2105,6 +2113,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2105
2113
|
param: 'isEnabled',
|
|
2106
2114
|
defaultValue: true
|
|
2107
2115
|
}),
|
|
2116
|
+
platform_editor_table_close_cell_menu_on_move_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2117
|
+
productKeys: {
|
|
2118
|
+
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
2119
|
+
jira: 'platform_editor_table_close_cell_menu_on_move_exp'
|
|
2120
|
+
},
|
|
2121
|
+
param: 'isEnabled',
|
|
2122
|
+
defaultValue: false
|
|
2123
|
+
}),
|
|
2108
2124
|
// Added 2026-04-14
|
|
2109
2125
|
platform_editor_ai_rename_add_polish: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2110
2126
|
productKeys: {
|
|
@@ -62,5 +62,6 @@ export const testBooleanOverrides = {
|
|
|
62
62
|
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
63
63
|
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
64
64
|
// it does not gate this feature.
|
|
65
|
-
platform_editor_ai_new_aifc_editor_experience: false
|
|
65
|
+
platform_editor_ai_new_aifc_editor_experience: false,
|
|
66
|
+
cc_page_experiences_editor_image_generation: false
|
|
66
67
|
};
|
|
@@ -1399,6 +1399,14 @@ export const editorExperimentsConfig = {
|
|
|
1399
1399
|
param: 'isEnabled',
|
|
1400
1400
|
defaultValue: false
|
|
1401
1401
|
}),
|
|
1402
|
+
// Added 2026-06-02
|
|
1403
|
+
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1404
|
+
productKeys: {
|
|
1405
|
+
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1406
|
+
},
|
|
1407
|
+
param: 'isEnabled',
|
|
1408
|
+
defaultValue: false
|
|
1409
|
+
}),
|
|
1402
1410
|
// Added 2026-02-23
|
|
1403
1411
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1404
1412
|
productKeys: {
|
|
@@ -2099,6 +2107,14 @@ export const editorExperimentsConfig = {
|
|
|
2099
2107
|
param: 'isEnabled',
|
|
2100
2108
|
defaultValue: true
|
|
2101
2109
|
}),
|
|
2110
|
+
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
2111
|
+
productKeys: {
|
|
2112
|
+
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
2113
|
+
jira: 'platform_editor_table_close_cell_menu_on_move_exp'
|
|
2114
|
+
},
|
|
2115
|
+
param: 'isEnabled',
|
|
2116
|
+
defaultValue: false
|
|
2117
|
+
}),
|
|
2102
2118
|
// Added 2026-04-14
|
|
2103
2119
|
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
2104
2120
|
productKeys: {
|
|
@@ -62,5 +62,6 @@ export var testBooleanOverrides = {
|
|
|
62
62
|
// `platform_editor_ai_replace_doc` as the AND partner; the unrelated
|
|
63
63
|
// `platform_editor_ai_replace_doc: false` override has been removed since
|
|
64
64
|
// it does not gate this feature.
|
|
65
|
-
platform_editor_ai_new_aifc_editor_experience: false
|
|
65
|
+
platform_editor_ai_new_aifc_editor_experience: false,
|
|
66
|
+
cc_page_experiences_editor_image_generation: false
|
|
66
67
|
};
|
|
@@ -1399,6 +1399,14 @@ export var editorExperimentsConfig = {
|
|
|
1399
1399
|
param: 'isEnabled',
|
|
1400
1400
|
defaultValue: false
|
|
1401
1401
|
}),
|
|
1402
|
+
// Added 2026-06-02
|
|
1403
|
+
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1404
|
+
productKeys: {
|
|
1405
|
+
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1406
|
+
},
|
|
1407
|
+
param: 'isEnabled',
|
|
1408
|
+
defaultValue: false
|
|
1409
|
+
}),
|
|
1402
1410
|
// Added 2026-02-23
|
|
1403
1411
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1404
1412
|
productKeys: {
|
|
@@ -2099,6 +2107,14 @@ export var editorExperimentsConfig = {
|
|
|
2099
2107
|
param: 'isEnabled',
|
|
2100
2108
|
defaultValue: true
|
|
2101
2109
|
}),
|
|
2110
|
+
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
2111
|
+
productKeys: {
|
|
2112
|
+
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
2113
|
+
jira: 'platform_editor_table_close_cell_menu_on_move_exp'
|
|
2114
|
+
},
|
|
2115
|
+
param: 'isEnabled',
|
|
2116
|
+
defaultValue: false
|
|
2117
|
+
}),
|
|
2102
2118
|
// Added 2026-04-14
|
|
2103
2119
|
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
2104
2120
|
productKeys: {
|
|
@@ -1087,6 +1087,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1087
1087
|
productKeys?: ProductKeys;
|
|
1088
1088
|
typeGuard: IsBooleanType;
|
|
1089
1089
|
};
|
|
1090
|
+
aifc_page_create_with_rovo_include_infographics: {
|
|
1091
|
+
defaultValue: boolean;
|
|
1092
|
+
param: string;
|
|
1093
|
+
productKeys?: ProductKeys;
|
|
1094
|
+
typeGuard: IsBooleanType;
|
|
1095
|
+
};
|
|
1090
1096
|
'cc-maui-experiment': {
|
|
1091
1097
|
defaultValue: boolean;
|
|
1092
1098
|
param: string;
|
|
@@ -1549,6 +1555,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1549
1555
|
productKeys?: ProductKeys;
|
|
1550
1556
|
typeGuard: IsBooleanType;
|
|
1551
1557
|
};
|
|
1558
|
+
platform_editor_table_close_cell_menu_on_move_exp: {
|
|
1559
|
+
defaultValue: boolean;
|
|
1560
|
+
param: string;
|
|
1561
|
+
productKeys?: ProductKeys;
|
|
1562
|
+
typeGuard: IsBooleanType;
|
|
1563
|
+
};
|
|
1552
1564
|
platform_editor_ai_rename_add_polish: {
|
|
1553
1565
|
defaultValue: boolean;
|
|
1554
1566
|
param: string;
|
|
@@ -1087,6 +1087,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1087
1087
|
productKeys?: ProductKeys;
|
|
1088
1088
|
typeGuard: IsBooleanType;
|
|
1089
1089
|
};
|
|
1090
|
+
aifc_page_create_with_rovo_include_infographics: {
|
|
1091
|
+
defaultValue: boolean;
|
|
1092
|
+
param: string;
|
|
1093
|
+
productKeys?: ProductKeys;
|
|
1094
|
+
typeGuard: IsBooleanType;
|
|
1095
|
+
};
|
|
1090
1096
|
'cc-maui-experiment': {
|
|
1091
1097
|
defaultValue: boolean;
|
|
1092
1098
|
param: string;
|
|
@@ -1549,6 +1555,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1549
1555
|
productKeys?: ProductKeys;
|
|
1550
1556
|
typeGuard: IsBooleanType;
|
|
1551
1557
|
};
|
|
1558
|
+
platform_editor_table_close_cell_menu_on_move_exp: {
|
|
1559
|
+
defaultValue: boolean;
|
|
1560
|
+
param: string;
|
|
1561
|
+
productKeys?: ProductKeys;
|
|
1562
|
+
typeGuard: IsBooleanType;
|
|
1563
|
+
};
|
|
1552
1564
|
platform_editor_ai_rename_add_polish: {
|
|
1553
1565
|
defaultValue: boolean;
|
|
1554
1566
|
param: string;
|
package/package.json
CHANGED