@atlaskit/tmp-editor-statsig 38.1.0 → 39.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 +24 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -25
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -25
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -25
- package/dist/types/experiments-config.d.ts +6 -18
- package/dist/types-ts4.5/experiments-config.d.ts +6 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 39.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0efca55740b36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0efca55740b36) -
|
|
8
|
+
[FFCLEANUP-71458] clean up experiment platform_editor_toggle_expand_on_match_found
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`abc8407f36ad1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abc8407f36ad1) -
|
|
13
|
+
cleanup platform_editor_no_state_plugin_injection_api
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`83fabdbe13830`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83fabdbe13830) -
|
|
18
|
+
cleanup platform_editor_context_context_types_migration
|
|
19
|
+
|
|
20
|
+
## 38.1.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [`7386e335aa805`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7386e335aa805) -
|
|
25
|
+
EDITOR-3953: Fix unwanted paragraph insertion when adding lists at end of document
|
|
26
|
+
|
|
3
27
|
## 38.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -47,7 +47,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
47
47
|
platform_editor_block_controls_perf_optimization: false,
|
|
48
48
|
platform_editor_enable_single_player_step_merging: false,
|
|
49
49
|
platform_editor_find_and_replace_improvements: false,
|
|
50
|
-
platform_editor_toggle_expand_on_match_found: false,
|
|
51
50
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
52
51
|
platform_editor_prosemirror_rendered_data: false,
|
|
53
52
|
confluence_compact_text_format: false,
|
|
@@ -486,14 +486,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
486
486
|
param: 'isEnabled',
|
|
487
487
|
defaultValue: false
|
|
488
488
|
}),
|
|
489
|
-
// Added 2025-12-01
|
|
490
|
-
platform_editor_no_state_plugin_injection_api: (0, _experimentBuilders.createBooleanExperiment)({
|
|
491
|
-
productKeys: {
|
|
492
|
-
confluence: 'platform_editor_no_state_plugin_injection_api'
|
|
493
|
-
},
|
|
494
|
-
param: 'isEnabled',
|
|
495
|
-
defaultValue: false
|
|
496
|
-
}),
|
|
497
489
|
// Added 2025-06-10
|
|
498
490
|
platform_editor_no_cursor_on_edit_page_init: (0, _experimentBuilders.createBooleanExperiment)({
|
|
499
491
|
productKeys: {
|
|
@@ -615,14 +607,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
615
607
|
param: 'isEnabled',
|
|
616
608
|
defaultValue: false
|
|
617
609
|
}),
|
|
618
|
-
// Added 2025-07-07
|
|
619
|
-
platform_editor_toggle_expand_on_match_found: (0, _experimentBuilders.createBooleanExperiment)({
|
|
620
|
-
productKeys: {
|
|
621
|
-
confluence: 'platform_editor_toggle_expand_on_match_found'
|
|
622
|
-
},
|
|
623
|
-
param: 'isEnabled',
|
|
624
|
-
defaultValue: false
|
|
625
|
-
}),
|
|
626
610
|
// Added 2025-07-15
|
|
627
611
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
628
612
|
productKeys: {
|
|
@@ -1243,15 +1227,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1243
1227
|
param: 'isEnabled',
|
|
1244
1228
|
defaultValue: false
|
|
1245
1229
|
}),
|
|
1246
|
-
// Added 2026-01-14
|
|
1247
|
-
platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1248
|
-
productKeys: {
|
|
1249
|
-
confluence: 'platform_editor_context_context_types_migration',
|
|
1250
|
-
jira: 'platform_editor_context_context_types_migration'
|
|
1251
|
-
},
|
|
1252
|
-
param: 'isEnabled',
|
|
1253
|
-
defaultValue: false
|
|
1254
|
-
}),
|
|
1255
1230
|
// Added 2026-01-16
|
|
1256
1231
|
platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1257
1232
|
productKeys: {
|
|
@@ -1765,6 +1740,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1765
1740
|
param: 'isEnabled',
|
|
1766
1741
|
defaultValue: false
|
|
1767
1742
|
}),
|
|
1743
|
+
// Added 2026-03-11
|
|
1744
|
+
platform_editor_disable_last_node_para: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1745
|
+
productKeys: {
|
|
1746
|
+
confluence: 'platform_editor_disable_last_node_para',
|
|
1747
|
+
jira: 'platform_editor_disable_last_node_para'
|
|
1748
|
+
},
|
|
1749
|
+
param: 'isEnabled',
|
|
1750
|
+
defaultValue: false
|
|
1751
|
+
}),
|
|
1768
1752
|
// Added 2026-03-09
|
|
1769
1753
|
platform_editor_remove_collab_step_metrics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1770
1754
|
productKeys: {
|
|
@@ -41,7 +41,6 @@ export const testBooleanOverrides = {
|
|
|
41
41
|
platform_editor_block_controls_perf_optimization: false,
|
|
42
42
|
platform_editor_enable_single_player_step_merging: false,
|
|
43
43
|
platform_editor_find_and_replace_improvements: false,
|
|
44
|
-
platform_editor_toggle_expand_on_match_found: false,
|
|
45
44
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
46
45
|
platform_editor_prosemirror_rendered_data: false,
|
|
47
46
|
confluence_compact_text_format: false,
|
|
@@ -480,14 +480,6 @@ export const editorExperimentsConfig = {
|
|
|
480
480
|
param: 'isEnabled',
|
|
481
481
|
defaultValue: false
|
|
482
482
|
}),
|
|
483
|
-
// Added 2025-12-01
|
|
484
|
-
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
485
|
-
productKeys: {
|
|
486
|
-
confluence: 'platform_editor_no_state_plugin_injection_api'
|
|
487
|
-
},
|
|
488
|
-
param: 'isEnabled',
|
|
489
|
-
defaultValue: false
|
|
490
|
-
}),
|
|
491
483
|
// Added 2025-06-10
|
|
492
484
|
platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
|
|
493
485
|
productKeys: {
|
|
@@ -609,14 +601,6 @@ export const editorExperimentsConfig = {
|
|
|
609
601
|
param: 'isEnabled',
|
|
610
602
|
defaultValue: false
|
|
611
603
|
}),
|
|
612
|
-
// Added 2025-07-07
|
|
613
|
-
platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
|
|
614
|
-
productKeys: {
|
|
615
|
-
confluence: 'platform_editor_toggle_expand_on_match_found'
|
|
616
|
-
},
|
|
617
|
-
param: 'isEnabled',
|
|
618
|
-
defaultValue: false
|
|
619
|
-
}),
|
|
620
604
|
// Added 2025-07-15
|
|
621
605
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
622
606
|
productKeys: {
|
|
@@ -1237,15 +1221,6 @@ export const editorExperimentsConfig = {
|
|
|
1237
1221
|
param: 'isEnabled',
|
|
1238
1222
|
defaultValue: false
|
|
1239
1223
|
}),
|
|
1240
|
-
// Added 2026-01-14
|
|
1241
|
-
platform_editor_context_context_types_migration: createBooleanExperiment({
|
|
1242
|
-
productKeys: {
|
|
1243
|
-
confluence: 'platform_editor_context_context_types_migration',
|
|
1244
|
-
jira: 'platform_editor_context_context_types_migration'
|
|
1245
|
-
},
|
|
1246
|
-
param: 'isEnabled',
|
|
1247
|
-
defaultValue: false
|
|
1248
|
-
}),
|
|
1249
1224
|
// Added 2026-01-16
|
|
1250
1225
|
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1251
1226
|
productKeys: {
|
|
@@ -1759,6 +1734,15 @@ export const editorExperimentsConfig = {
|
|
|
1759
1734
|
param: 'isEnabled',
|
|
1760
1735
|
defaultValue: false
|
|
1761
1736
|
}),
|
|
1737
|
+
// Added 2026-03-11
|
|
1738
|
+
platform_editor_disable_last_node_para: createBooleanExperiment({
|
|
1739
|
+
productKeys: {
|
|
1740
|
+
confluence: 'platform_editor_disable_last_node_para',
|
|
1741
|
+
jira: 'platform_editor_disable_last_node_para'
|
|
1742
|
+
},
|
|
1743
|
+
param: 'isEnabled',
|
|
1744
|
+
defaultValue: false
|
|
1745
|
+
}),
|
|
1762
1746
|
// Added 2026-03-09
|
|
1763
1747
|
platform_editor_remove_collab_step_metrics: createBooleanExperiment({
|
|
1764
1748
|
productKeys: {
|
|
@@ -41,7 +41,6 @@ export var testBooleanOverrides = {
|
|
|
41
41
|
platform_editor_block_controls_perf_optimization: false,
|
|
42
42
|
platform_editor_enable_single_player_step_merging: false,
|
|
43
43
|
platform_editor_find_and_replace_improvements: false,
|
|
44
|
-
platform_editor_toggle_expand_on_match_found: false,
|
|
45
44
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
46
45
|
platform_editor_prosemirror_rendered_data: false,
|
|
47
46
|
confluence_compact_text_format: false,
|
|
@@ -480,14 +480,6 @@ export var editorExperimentsConfig = {
|
|
|
480
480
|
param: 'isEnabled',
|
|
481
481
|
defaultValue: false
|
|
482
482
|
}),
|
|
483
|
-
// Added 2025-12-01
|
|
484
|
-
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
485
|
-
productKeys: {
|
|
486
|
-
confluence: 'platform_editor_no_state_plugin_injection_api'
|
|
487
|
-
},
|
|
488
|
-
param: 'isEnabled',
|
|
489
|
-
defaultValue: false
|
|
490
|
-
}),
|
|
491
483
|
// Added 2025-06-10
|
|
492
484
|
platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
|
|
493
485
|
productKeys: {
|
|
@@ -609,14 +601,6 @@ export var editorExperimentsConfig = {
|
|
|
609
601
|
param: 'isEnabled',
|
|
610
602
|
defaultValue: false
|
|
611
603
|
}),
|
|
612
|
-
// Added 2025-07-07
|
|
613
|
-
platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
|
|
614
|
-
productKeys: {
|
|
615
|
-
confluence: 'platform_editor_toggle_expand_on_match_found'
|
|
616
|
-
},
|
|
617
|
-
param: 'isEnabled',
|
|
618
|
-
defaultValue: false
|
|
619
|
-
}),
|
|
620
604
|
// Added 2025-07-15
|
|
621
605
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
622
606
|
productKeys: {
|
|
@@ -1237,15 +1221,6 @@ export var editorExperimentsConfig = {
|
|
|
1237
1221
|
param: 'isEnabled',
|
|
1238
1222
|
defaultValue: false
|
|
1239
1223
|
}),
|
|
1240
|
-
// Added 2026-01-14
|
|
1241
|
-
platform_editor_context_context_types_migration: createBooleanExperiment({
|
|
1242
|
-
productKeys: {
|
|
1243
|
-
confluence: 'platform_editor_context_context_types_migration',
|
|
1244
|
-
jira: 'platform_editor_context_context_types_migration'
|
|
1245
|
-
},
|
|
1246
|
-
param: 'isEnabled',
|
|
1247
|
-
defaultValue: false
|
|
1248
|
-
}),
|
|
1249
1224
|
// Added 2026-01-16
|
|
1250
1225
|
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1251
1226
|
productKeys: {
|
|
@@ -1759,6 +1734,15 @@ export var editorExperimentsConfig = {
|
|
|
1759
1734
|
param: 'isEnabled',
|
|
1760
1735
|
defaultValue: false
|
|
1761
1736
|
}),
|
|
1737
|
+
// Added 2026-03-11
|
|
1738
|
+
platform_editor_disable_last_node_para: createBooleanExperiment({
|
|
1739
|
+
productKeys: {
|
|
1740
|
+
confluence: 'platform_editor_disable_last_node_para',
|
|
1741
|
+
jira: 'platform_editor_disable_last_node_para'
|
|
1742
|
+
},
|
|
1743
|
+
param: 'isEnabled',
|
|
1744
|
+
defaultValue: false
|
|
1745
|
+
}),
|
|
1762
1746
|
// Added 2026-03-09
|
|
1763
1747
|
platform_editor_remove_collab_step_metrics: createBooleanExperiment({
|
|
1764
1748
|
productKeys: {
|
|
@@ -571,12 +571,6 @@ export declare const editorExperimentsConfig: {
|
|
|
571
571
|
productKeys?: ProductKeys;
|
|
572
572
|
typeGuard: IsBooleanType;
|
|
573
573
|
};
|
|
574
|
-
platform_editor_no_state_plugin_injection_api: {
|
|
575
|
-
defaultValue: boolean;
|
|
576
|
-
param: string;
|
|
577
|
-
productKeys?: ProductKeys;
|
|
578
|
-
typeGuard: IsBooleanType;
|
|
579
|
-
};
|
|
580
574
|
platform_editor_offline_editing_web: {
|
|
581
575
|
defaultValue: boolean;
|
|
582
576
|
param: string;
|
|
@@ -680,12 +674,6 @@ export declare const editorExperimentsConfig: {
|
|
|
680
674
|
productKeys?: ProductKeys;
|
|
681
675
|
typeGuard: IsBooleanType;
|
|
682
676
|
};
|
|
683
|
-
platform_editor_toggle_expand_on_match_found: {
|
|
684
|
-
defaultValue: boolean;
|
|
685
|
-
param: string;
|
|
686
|
-
productKeys?: ProductKeys;
|
|
687
|
-
typeGuard: IsBooleanType;
|
|
688
|
-
};
|
|
689
677
|
platform_editor_toolbar_aifc: {
|
|
690
678
|
defaultValue: boolean;
|
|
691
679
|
param: string;
|
|
@@ -905,12 +893,6 @@ export declare const editorExperimentsConfig: {
|
|
|
905
893
|
productKeys?: ProductKeys;
|
|
906
894
|
typeGuard: IsBooleanType;
|
|
907
895
|
};
|
|
908
|
-
platform_editor_context_context_types_migration: {
|
|
909
|
-
defaultValue: boolean;
|
|
910
|
-
param: string;
|
|
911
|
-
productKeys?: ProductKeys;
|
|
912
|
-
typeGuard: IsBooleanType;
|
|
913
|
-
};
|
|
914
896
|
platform_editor_ai_edit_unsupported_content: {
|
|
915
897
|
defaultValue: boolean;
|
|
916
898
|
param: string;
|
|
@@ -1308,5 +1290,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1290
|
productKeys?: ProductKeys;
|
|
1309
1291
|
typeGuard: IsBooleanType;
|
|
1310
1292
|
};
|
|
1293
|
+
platform_editor_disable_last_node_para: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1311
1299
|
};
|
|
1312
1300
|
export {};
|
|
@@ -571,12 +571,6 @@ export declare const editorExperimentsConfig: {
|
|
|
571
571
|
productKeys?: ProductKeys;
|
|
572
572
|
typeGuard: IsBooleanType;
|
|
573
573
|
};
|
|
574
|
-
platform_editor_no_state_plugin_injection_api: {
|
|
575
|
-
defaultValue: boolean;
|
|
576
|
-
param: string;
|
|
577
|
-
productKeys?: ProductKeys;
|
|
578
|
-
typeGuard: IsBooleanType;
|
|
579
|
-
};
|
|
580
574
|
platform_editor_offline_editing_web: {
|
|
581
575
|
defaultValue: boolean;
|
|
582
576
|
param: string;
|
|
@@ -680,12 +674,6 @@ export declare const editorExperimentsConfig: {
|
|
|
680
674
|
productKeys?: ProductKeys;
|
|
681
675
|
typeGuard: IsBooleanType;
|
|
682
676
|
};
|
|
683
|
-
platform_editor_toggle_expand_on_match_found: {
|
|
684
|
-
defaultValue: boolean;
|
|
685
|
-
param: string;
|
|
686
|
-
productKeys?: ProductKeys;
|
|
687
|
-
typeGuard: IsBooleanType;
|
|
688
|
-
};
|
|
689
677
|
platform_editor_toolbar_aifc: {
|
|
690
678
|
defaultValue: boolean;
|
|
691
679
|
param: string;
|
|
@@ -905,12 +893,6 @@ export declare const editorExperimentsConfig: {
|
|
|
905
893
|
productKeys?: ProductKeys;
|
|
906
894
|
typeGuard: IsBooleanType;
|
|
907
895
|
};
|
|
908
|
-
platform_editor_context_context_types_migration: {
|
|
909
|
-
defaultValue: boolean;
|
|
910
|
-
param: string;
|
|
911
|
-
productKeys?: ProductKeys;
|
|
912
|
-
typeGuard: IsBooleanType;
|
|
913
|
-
};
|
|
914
896
|
platform_editor_ai_edit_unsupported_content: {
|
|
915
897
|
defaultValue: boolean;
|
|
916
898
|
param: string;
|
|
@@ -1308,5 +1290,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1290
|
productKeys?: ProductKeys;
|
|
1309
1291
|
typeGuard: IsBooleanType;
|
|
1310
1292
|
};
|
|
1293
|
+
platform_editor_disable_last_node_para: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1311
1299
|
};
|
|
1312
1300
|
export {};
|
package/package.json
CHANGED