@atlaskit/tmp-editor-statsig 54.5.1 → 55.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 +22 -0
- package/dist/cjs/experiments-config.js +32 -8
- package/dist/es2019/experiments-config.js +32 -8
- package/dist/esm/experiments-config.js +32 -8
- package/dist/types/experiments-config.d.ts +24 -6
- package/dist/types-ts4.5/experiments-config.d.ts +24 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 55.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e3a3a549232de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3a3a549232de) -
|
|
8
|
+
[ux] Adds functionality to autoselect outcome type when clicking example / suggested prompts on
|
|
9
|
+
AIFC modal behind new experiment
|
|
10
|
+
|
|
11
|
+
## 55.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`0a265af52321f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a265af52321f) -
|
|
16
|
+
Remove stale experiment platform_editor_extension_styles from tmp-editor-statsig
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`3f798d9934a76`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f798d9934a76) -
|
|
21
|
+
[ux] EDITOR-5487 skip react portal initial render when hydration for toc extension node view
|
|
22
|
+
- [`3e4e12085777f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e4e12085777f) -
|
|
23
|
+
Add the platform_editor_ai_fix_move_node experiment config for Confluence editor AI rollout.
|
|
24
|
+
|
|
3
25
|
## 54.5.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -616,14 +616,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
616
616
|
param: 'isEnabled',
|
|
617
617
|
defaultValue: false
|
|
618
618
|
}),
|
|
619
|
-
//Added 2025-07-25
|
|
620
|
-
platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
621
|
-
productKeys: {
|
|
622
|
-
confluence: 'platform_editor_extension_styles'
|
|
623
|
-
},
|
|
624
|
-
param: 'isEnabled',
|
|
625
|
-
defaultValue: false
|
|
626
|
-
}),
|
|
627
619
|
// Added 2025-06-24
|
|
628
620
|
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
629
621
|
productKeys: {
|
|
@@ -1187,6 +1179,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1187
1179
|
param: 'isEnabled',
|
|
1188
1180
|
defaultValue: false
|
|
1189
1181
|
}),
|
|
1182
|
+
// Added 2026-04-07
|
|
1183
|
+
platform_editor_ai_move_node: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
|
+
productKeys: {
|
|
1185
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1186
|
+
},
|
|
1187
|
+
param: 'isEnabled',
|
|
1188
|
+
defaultValue: false
|
|
1189
|
+
}),
|
|
1190
1190
|
// Added 2026-01-08
|
|
1191
1191
|
platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
1192
|
productKeys: {
|
|
@@ -1446,6 +1446,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1446
1446
|
param: 'isEnabled',
|
|
1447
1447
|
defaultValue: false
|
|
1448
1448
|
}),
|
|
1449
|
+
// Added 2026-04-01
|
|
1450
|
+
confluence_fe_cwr_outcome_picker_prompt_autoselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1451
|
+
productKeys: {
|
|
1452
|
+
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1453
|
+
},
|
|
1454
|
+
param: 'isEnabled',
|
|
1455
|
+
defaultValue: false
|
|
1456
|
+
}),
|
|
1449
1457
|
// Added 2026-02-12
|
|
1450
1458
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1451
1459
|
productKeys: {
|
|
@@ -1945,6 +1953,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1945
1953
|
param: 'isEnabled',
|
|
1946
1954
|
defaultValue: false
|
|
1947
1955
|
}),
|
|
1956
|
+
// Added 2026-04-08
|
|
1957
|
+
cc_fd_wb_jira_quick_insert_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1958
|
+
productKeys: {
|
|
1959
|
+
jira: 'cc_fd_wb_jira_quick_insert_experiment'
|
|
1960
|
+
},
|
|
1961
|
+
param: 'isEnabled',
|
|
1962
|
+
defaultValue: false
|
|
1963
|
+
}),
|
|
1948
1964
|
// Added 2026-04-07
|
|
1949
1965
|
platform_editor_lovability_select_all_shortcut: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1950
1966
|
productKeys: {
|
|
@@ -1953,5 +1969,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1953
1969
|
},
|
|
1954
1970
|
param: 'isEnabled',
|
|
1955
1971
|
defaultValue: false
|
|
1972
|
+
}),
|
|
1973
|
+
// Added 2026-04-01
|
|
1974
|
+
platform_editor_hydration_skip_react_portal: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1975
|
+
productKeys: {
|
|
1976
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1977
|
+
},
|
|
1978
|
+
param: 'isEnabled',
|
|
1979
|
+
defaultValue: false
|
|
1956
1980
|
})
|
|
1957
1981
|
};
|
|
@@ -610,14 +610,6 @@ export const editorExperimentsConfig = {
|
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
612
612
|
}),
|
|
613
|
-
//Added 2025-07-25
|
|
614
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
615
|
-
productKeys: {
|
|
616
|
-
confluence: 'platform_editor_extension_styles'
|
|
617
|
-
},
|
|
618
|
-
param: 'isEnabled',
|
|
619
|
-
defaultValue: false
|
|
620
|
-
}),
|
|
621
613
|
// Added 2025-06-24
|
|
622
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
623
615
|
productKeys: {
|
|
@@ -1181,6 +1173,14 @@ export const editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
1184
|
// Added 2026-01-08
|
|
1185
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1186
1186
|
productKeys: {
|
|
@@ -1440,6 +1440,14 @@ export const editorExperimentsConfig = {
|
|
|
1440
1440
|
param: 'isEnabled',
|
|
1441
1441
|
defaultValue: false
|
|
1442
1442
|
}),
|
|
1443
|
+
// Added 2026-04-01
|
|
1444
|
+
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1445
|
+
productKeys: {
|
|
1446
|
+
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1447
|
+
},
|
|
1448
|
+
param: 'isEnabled',
|
|
1449
|
+
defaultValue: false
|
|
1450
|
+
}),
|
|
1443
1451
|
// Added 2026-02-12
|
|
1444
1452
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1445
1453
|
productKeys: {
|
|
@@ -1939,6 +1947,14 @@ export const editorExperimentsConfig = {
|
|
|
1939
1947
|
param: 'isEnabled',
|
|
1940
1948
|
defaultValue: false
|
|
1941
1949
|
}),
|
|
1950
|
+
// Added 2026-04-08
|
|
1951
|
+
cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
|
|
1952
|
+
productKeys: {
|
|
1953
|
+
jira: 'cc_fd_wb_jira_quick_insert_experiment'
|
|
1954
|
+
},
|
|
1955
|
+
param: 'isEnabled',
|
|
1956
|
+
defaultValue: false
|
|
1957
|
+
}),
|
|
1942
1958
|
// Added 2026-04-07
|
|
1943
1959
|
platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
|
|
1944
1960
|
productKeys: {
|
|
@@ -1947,5 +1963,13 @@ export const editorExperimentsConfig = {
|
|
|
1947
1963
|
},
|
|
1948
1964
|
param: 'isEnabled',
|
|
1949
1965
|
defaultValue: false
|
|
1966
|
+
}),
|
|
1967
|
+
// Added 2026-04-01
|
|
1968
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1969
|
+
productKeys: {
|
|
1970
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1971
|
+
},
|
|
1972
|
+
param: 'isEnabled',
|
|
1973
|
+
defaultValue: false
|
|
1950
1974
|
})
|
|
1951
1975
|
};
|
|
@@ -610,14 +610,6 @@ export var editorExperimentsConfig = {
|
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
612
612
|
}),
|
|
613
|
-
//Added 2025-07-25
|
|
614
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
615
|
-
productKeys: {
|
|
616
|
-
confluence: 'platform_editor_extension_styles'
|
|
617
|
-
},
|
|
618
|
-
param: 'isEnabled',
|
|
619
|
-
defaultValue: false
|
|
620
|
-
}),
|
|
621
613
|
// Added 2025-06-24
|
|
622
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
623
615
|
productKeys: {
|
|
@@ -1181,6 +1173,14 @@ export var editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
1184
|
// Added 2026-01-08
|
|
1185
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1186
1186
|
productKeys: {
|
|
@@ -1440,6 +1440,14 @@ export var editorExperimentsConfig = {
|
|
|
1440
1440
|
param: 'isEnabled',
|
|
1441
1441
|
defaultValue: false
|
|
1442
1442
|
}),
|
|
1443
|
+
// Added 2026-04-01
|
|
1444
|
+
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1445
|
+
productKeys: {
|
|
1446
|
+
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1447
|
+
},
|
|
1448
|
+
param: 'isEnabled',
|
|
1449
|
+
defaultValue: false
|
|
1450
|
+
}),
|
|
1443
1451
|
// Added 2026-02-12
|
|
1444
1452
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1445
1453
|
productKeys: {
|
|
@@ -1939,6 +1947,14 @@ export var editorExperimentsConfig = {
|
|
|
1939
1947
|
param: 'isEnabled',
|
|
1940
1948
|
defaultValue: false
|
|
1941
1949
|
}),
|
|
1950
|
+
// Added 2026-04-08
|
|
1951
|
+
cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
|
|
1952
|
+
productKeys: {
|
|
1953
|
+
jira: 'cc_fd_wb_jira_quick_insert_experiment'
|
|
1954
|
+
},
|
|
1955
|
+
param: 'isEnabled',
|
|
1956
|
+
defaultValue: false
|
|
1957
|
+
}),
|
|
1942
1958
|
// Added 2026-04-07
|
|
1943
1959
|
platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
|
|
1944
1960
|
productKeys: {
|
|
@@ -1947,5 +1963,13 @@ export var editorExperimentsConfig = {
|
|
|
1947
1963
|
},
|
|
1948
1964
|
param: 'isEnabled',
|
|
1949
1965
|
defaultValue: false
|
|
1966
|
+
}),
|
|
1967
|
+
// Added 2026-04-01
|
|
1968
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1969
|
+
productKeys: {
|
|
1970
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1971
|
+
},
|
|
1972
|
+
param: 'isEnabled',
|
|
1973
|
+
defaultValue: false
|
|
1950
1974
|
})
|
|
1951
1975
|
};
|
|
@@ -445,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
445
445
|
productKeys?: ProductKeys;
|
|
446
446
|
typeGuard: IsBooleanType;
|
|
447
447
|
};
|
|
448
|
-
platform_editor_extension_styles: {
|
|
449
|
-
defaultValue: boolean;
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: ProductKeys;
|
|
452
|
-
typeGuard: IsBooleanType;
|
|
453
|
-
};
|
|
454
448
|
platform_editor_feedback_mandatory_rating: {
|
|
455
449
|
defaultValue: boolean;
|
|
456
450
|
param: string;
|
|
@@ -953,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
953
947
|
productKeys?: ProductKeys;
|
|
954
948
|
typeGuard: IsBooleanType;
|
|
955
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
956
956
|
confluence_ttvc_inline_extensions: {
|
|
957
957
|
defaultValue: boolean;
|
|
958
958
|
param: string;
|
|
@@ -991,6 +991,12 @@ export declare const editorExperimentsConfig: {
|
|
|
991
991
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
992
992
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
993
993
|
};
|
|
994
|
+
cc_fd_wb_jira_quick_insert_experiment: {
|
|
995
|
+
defaultValue: boolean;
|
|
996
|
+
param: string;
|
|
997
|
+
productKeys?: ProductKeys;
|
|
998
|
+
typeGuard: IsBooleanType;
|
|
999
|
+
};
|
|
994
1000
|
editor_a11y_role_textbox: {
|
|
995
1001
|
defaultValue: boolean;
|
|
996
1002
|
param: string;
|
|
@@ -1093,6 +1099,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1093
1099
|
productKeys?: ProductKeys;
|
|
1094
1100
|
typeGuard: IsBooleanType;
|
|
1095
1101
|
};
|
|
1102
|
+
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1103
|
+
defaultValue: boolean;
|
|
1104
|
+
param: string;
|
|
1105
|
+
productKeys?: ProductKeys;
|
|
1106
|
+
typeGuard: IsBooleanType;
|
|
1107
|
+
};
|
|
1096
1108
|
platform_editor_a11y_escape_link_dialog: {
|
|
1097
1109
|
defaultValue: boolean;
|
|
1098
1110
|
param: string;
|
|
@@ -1435,5 +1447,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1435
1447
|
productKeys?: ProductKeys;
|
|
1436
1448
|
typeGuard: IsBooleanType;
|
|
1437
1449
|
};
|
|
1450
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1451
|
+
defaultValue: boolean;
|
|
1452
|
+
param: string;
|
|
1453
|
+
productKeys?: ProductKeys;
|
|
1454
|
+
typeGuard: IsBooleanType;
|
|
1455
|
+
};
|
|
1438
1456
|
};
|
|
1439
1457
|
export {};
|
|
@@ -445,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
445
445
|
productKeys?: ProductKeys;
|
|
446
446
|
typeGuard: IsBooleanType;
|
|
447
447
|
};
|
|
448
|
-
platform_editor_extension_styles: {
|
|
449
|
-
defaultValue: boolean;
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: ProductKeys;
|
|
452
|
-
typeGuard: IsBooleanType;
|
|
453
|
-
};
|
|
454
448
|
platform_editor_feedback_mandatory_rating: {
|
|
455
449
|
defaultValue: boolean;
|
|
456
450
|
param: string;
|
|
@@ -953,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
953
947
|
productKeys?: ProductKeys;
|
|
954
948
|
typeGuard: IsBooleanType;
|
|
955
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
956
956
|
confluence_ttvc_inline_extensions: {
|
|
957
957
|
defaultValue: boolean;
|
|
958
958
|
param: string;
|
|
@@ -991,6 +991,12 @@ export declare const editorExperimentsConfig: {
|
|
|
991
991
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
992
992
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
993
993
|
};
|
|
994
|
+
cc_fd_wb_jira_quick_insert_experiment: {
|
|
995
|
+
defaultValue: boolean;
|
|
996
|
+
param: string;
|
|
997
|
+
productKeys?: ProductKeys;
|
|
998
|
+
typeGuard: IsBooleanType;
|
|
999
|
+
};
|
|
994
1000
|
editor_a11y_role_textbox: {
|
|
995
1001
|
defaultValue: boolean;
|
|
996
1002
|
param: string;
|
|
@@ -1093,6 +1099,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1093
1099
|
productKeys?: ProductKeys;
|
|
1094
1100
|
typeGuard: IsBooleanType;
|
|
1095
1101
|
};
|
|
1102
|
+
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1103
|
+
defaultValue: boolean;
|
|
1104
|
+
param: string;
|
|
1105
|
+
productKeys?: ProductKeys;
|
|
1106
|
+
typeGuard: IsBooleanType;
|
|
1107
|
+
};
|
|
1096
1108
|
platform_editor_a11y_escape_link_dialog: {
|
|
1097
1109
|
defaultValue: boolean;
|
|
1098
1110
|
param: string;
|
|
@@ -1435,5 +1447,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1435
1447
|
productKeys?: ProductKeys;
|
|
1436
1448
|
typeGuard: IsBooleanType;
|
|
1437
1449
|
};
|
|
1450
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1451
|
+
defaultValue: boolean;
|
|
1452
|
+
param: string;
|
|
1453
|
+
productKeys?: ProductKeys;
|
|
1454
|
+
typeGuard: IsBooleanType;
|
|
1455
|
+
};
|
|
1438
1456
|
};
|
|
1439
1457
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "55.1.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.12.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|