@atlaskit/tmp-editor-statsig 117.0.0 → 119.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/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
|
+
## 119.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a16b0166df4c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16b0166df4c4) -
|
|
8
|
+
[ux] Clean up confluence_fe_cwr_outcome_picker_prompt_autoselect, set to true
|
|
9
|
+
|
|
10
|
+
## 118.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`46ee61dd53e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ee61dd53e91) -
|
|
15
|
+
Remove stale experiment confluence_compact_text_format (FFCLEANUP-85812): inline final values
|
|
16
|
+
(flag enabled), simplify conditions, remove experiment config entries.
|
|
17
|
+
|
|
3
18
|
## 117.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -50,7 +50,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
50
50
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
51
|
platform_editor_find_and_replace_improvements: false,
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
|
-
confluence_compact_text_format: false,
|
|
54
53
|
platform_editor_paste_actions_menu: false,
|
|
55
54
|
platform_editor_diff_plugin_extended: false,
|
|
56
55
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -903,14 +903,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
903
903
|
param: 'isEnabled',
|
|
904
904
|
defaultValue: false
|
|
905
905
|
}),
|
|
906
|
-
// Added 2025-12-04
|
|
907
|
-
confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
|
|
908
|
-
productKeys: {
|
|
909
|
-
confluence: 'confluence_compact_text_format'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
906
|
// Added 2026-03-05
|
|
915
907
|
platform_editor_abort_ufo_on_user_interaction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
916
908
|
productKeys: {
|
|
@@ -1375,14 +1367,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1375
1367
|
param: 'isEnabled',
|
|
1376
1368
|
defaultValue: false
|
|
1377
1369
|
}),
|
|
1378
|
-
// Added 2026-04-01
|
|
1379
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1380
|
-
productKeys: {
|
|
1381
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1382
|
-
},
|
|
1383
|
-
param: 'isEnabled',
|
|
1384
|
-
defaultValue: false
|
|
1385
|
-
}),
|
|
1386
1370
|
// Added 2026-04-24
|
|
1387
1371
|
'cwr-modal-ui-refresh': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1388
1372
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export const testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export const editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -1369,14 +1361,6 @@ export const editorExperimentsConfig = {
|
|
|
1369
1361
|
param: 'isEnabled',
|
|
1370
1362
|
defaultValue: false
|
|
1371
1363
|
}),
|
|
1372
|
-
// Added 2026-04-01
|
|
1373
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1374
|
-
productKeys: {
|
|
1375
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1376
|
-
},
|
|
1377
|
-
param: 'isEnabled',
|
|
1378
|
-
defaultValue: false
|
|
1379
|
-
}),
|
|
1380
1364
|
// Added 2026-04-24
|
|
1381
1365
|
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1382
1366
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export var testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export var editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -1369,14 +1361,6 @@ export var editorExperimentsConfig = {
|
|
|
1369
1361
|
param: 'isEnabled',
|
|
1370
1362
|
defaultValue: false
|
|
1371
1363
|
}),
|
|
1372
|
-
// Added 2026-04-01
|
|
1373
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1374
|
-
productKeys: {
|
|
1375
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1376
|
-
},
|
|
1377
|
-
param: 'isEnabled',
|
|
1378
|
-
defaultValue: false
|
|
1379
|
-
}),
|
|
1380
1364
|
// Added 2026-04-24
|
|
1381
1365
|
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1382
1366
|
productKeys: {
|
|
@@ -173,12 +173,6 @@ export declare const editorExperimentsConfig: {
|
|
|
173
173
|
productKeys?: ProductKeys;
|
|
174
174
|
typeGuard: IsBooleanType;
|
|
175
175
|
};
|
|
176
|
-
confluence_compact_text_format: {
|
|
177
|
-
defaultValue: boolean;
|
|
178
|
-
param: string;
|
|
179
|
-
productKeys?: ProductKeys;
|
|
180
|
-
typeGuard: IsBooleanType;
|
|
181
|
-
};
|
|
182
176
|
ai_speech_to_text_in_editor: {
|
|
183
177
|
defaultValue: boolean;
|
|
184
178
|
param: string;
|
|
@@ -1052,12 +1046,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1052
1046
|
productKeys?: ProductKeys;
|
|
1053
1047
|
typeGuard: IsBooleanType;
|
|
1054
1048
|
};
|
|
1055
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1056
|
-
defaultValue: boolean;
|
|
1057
|
-
param: string;
|
|
1058
|
-
productKeys?: ProductKeys;
|
|
1059
|
-
typeGuard: IsBooleanType;
|
|
1060
|
-
};
|
|
1061
1049
|
'cwr-modal-ui-refresh': {
|
|
1062
1050
|
defaultValue: boolean;
|
|
1063
1051
|
param: string;
|
package/package.json
CHANGED