@atlaskit/tmp-editor-statsig 143.0.0 → 145.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +0 -3
- package/dist/cjs/experiments-config.js +0 -24
- package/dist/es2019/exp-test-overrides.js +0 -3
- package/dist/es2019/experiments-config.js +0 -24
- package/dist/esm/exp-test-overrides.js +0 -3
- package/dist/esm/experiments-config.js +0 -24
- package/dist/types/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 145.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`31d6b0eaca46e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31d6b0eaca46e) -
|
|
8
|
+
Clean up experiment `platform_editor_tables_drag_and_drop`.
|
|
9
|
+
- [`c35cab8f8008f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c35cab8f8008f) -
|
|
10
|
+
[FFCLEANUP-139804] clean up mandatory emoji rating feedback experiment
|
|
11
|
+
|
|
12
|
+
## 144.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`42931028bd815`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42931028bd815) -
|
|
17
|
+
[FFCLEANUP-138148] clean up experiment `platform_editor_find_and_replace_improvements`
|
|
18
|
+
|
|
3
19
|
## 143.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -29,7 +29,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
29
29
|
social_proof_3p_unauth_block_exp: false,
|
|
30
30
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
31
31
|
cwr_blank_object_experiment: false,
|
|
32
|
-
platform_editor_feedback_mandatory_rating: false,
|
|
33
32
|
platform_editor_preview_panel_responsiveness: false,
|
|
34
33
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
35
34
|
platform_editor_toolbar_aifc: false,
|
|
@@ -44,7 +43,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
44
43
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
45
44
|
platform_editor_ai_edit_response_in_preview: false,
|
|
46
45
|
platform_editor_offline_editing_web: false,
|
|
47
|
-
platform_editor_tables_drag_and_drop: false,
|
|
48
46
|
platform_editor_tables_table_selector: false,
|
|
49
47
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
50
48
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -52,7 +50,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
50
|
platform_editor_breakout_resizing: false,
|
|
53
51
|
platform_editor_block_controls_perf_optimization: false,
|
|
54
52
|
platform_editor_enable_single_player_step_merging: false,
|
|
55
|
-
platform_editor_find_and_replace_improvements: false,
|
|
56
53
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
57
54
|
platform_editor_paste_actions_menu: false,
|
|
58
55
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -604,14 +604,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
604
604
|
param: 'isEnabled',
|
|
605
605
|
defaultValue: false
|
|
606
606
|
}),
|
|
607
|
-
// Added 2025-04-17
|
|
608
|
-
platform_editor_tables_drag_and_drop: (0, _experimentBuilders.createBooleanExperiment)({
|
|
609
|
-
productKeys: {
|
|
610
|
-
confluence: 'platform_editor_tables_drag_and_drop'
|
|
611
|
-
},
|
|
612
|
-
param: 'isEnabled',
|
|
613
|
-
defaultValue: false
|
|
614
|
-
}),
|
|
615
607
|
// Added 2026-06-02
|
|
616
608
|
platform_editor_layout_keywords: (0, _experimentBuilders.createBooleanExperiment)({
|
|
617
609
|
productKeys: {
|
|
@@ -751,22 +743,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
751
743
|
param: 'isEnabled',
|
|
752
744
|
defaultValue: false
|
|
753
745
|
}),
|
|
754
|
-
// Added 2025-06-24
|
|
755
|
-
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
756
|
-
productKeys: {
|
|
757
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
758
|
-
},
|
|
759
|
-
param: 'isEnabled',
|
|
760
|
-
defaultValue: false
|
|
761
|
-
}),
|
|
762
|
-
// Added 2025-06-26
|
|
763
|
-
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
764
|
-
productKeys: {
|
|
765
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
766
|
-
},
|
|
767
|
-
param: 'isEnabled',
|
|
768
|
-
defaultValue: false
|
|
769
|
-
}),
|
|
770
746
|
// Added 2025-07-15
|
|
771
747
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
772
748
|
productKeys: {
|
|
@@ -23,7 +23,6 @@ export const testBooleanOverrides = {
|
|
|
23
23
|
social_proof_3p_unauth_block_exp: false,
|
|
24
24
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
25
25
|
cwr_blank_object_experiment: false,
|
|
26
|
-
platform_editor_feedback_mandatory_rating: false,
|
|
27
26
|
platform_editor_preview_panel_responsiveness: false,
|
|
28
27
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
29
28
|
platform_editor_toolbar_aifc: false,
|
|
@@ -38,7 +37,6 @@ export const testBooleanOverrides = {
|
|
|
38
37
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
39
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
39
|
platform_editor_offline_editing_web: false,
|
|
41
|
-
platform_editor_tables_drag_and_drop: false,
|
|
42
40
|
platform_editor_tables_table_selector: false,
|
|
43
41
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
44
42
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -46,7 +44,6 @@ export const testBooleanOverrides = {
|
|
|
46
44
|
platform_editor_breakout_resizing: false,
|
|
47
45
|
platform_editor_block_controls_perf_optimization: false,
|
|
48
46
|
platform_editor_enable_single_player_step_merging: false,
|
|
49
|
-
platform_editor_find_and_replace_improvements: false,
|
|
50
47
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
51
48
|
platform_editor_paste_actions_menu: false,
|
|
52
49
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -598,14 +598,6 @@ export const editorExperimentsConfig = {
|
|
|
598
598
|
param: 'isEnabled',
|
|
599
599
|
defaultValue: false
|
|
600
600
|
}),
|
|
601
|
-
// Added 2025-04-17
|
|
602
|
-
platform_editor_tables_drag_and_drop: createBooleanExperiment({
|
|
603
|
-
productKeys: {
|
|
604
|
-
confluence: 'platform_editor_tables_drag_and_drop'
|
|
605
|
-
},
|
|
606
|
-
param: 'isEnabled',
|
|
607
|
-
defaultValue: false
|
|
608
|
-
}),
|
|
609
601
|
// Added 2026-06-02
|
|
610
602
|
platform_editor_layout_keywords: createBooleanExperiment({
|
|
611
603
|
productKeys: {
|
|
@@ -745,22 +737,6 @@ export const editorExperimentsConfig = {
|
|
|
745
737
|
param: 'isEnabled',
|
|
746
738
|
defaultValue: false
|
|
747
739
|
}),
|
|
748
|
-
// Added 2025-06-24
|
|
749
|
-
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
|
-
// Added 2025-06-26
|
|
757
|
-
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
758
|
-
productKeys: {
|
|
759
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
760
|
-
},
|
|
761
|
-
param: 'isEnabled',
|
|
762
|
-
defaultValue: false
|
|
763
|
-
}),
|
|
764
740
|
// Added 2025-07-15
|
|
765
741
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
766
742
|
productKeys: {
|
|
@@ -23,7 +23,6 @@ export var testBooleanOverrides = {
|
|
|
23
23
|
social_proof_3p_unauth_block_exp: false,
|
|
24
24
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
25
25
|
cwr_blank_object_experiment: false,
|
|
26
|
-
platform_editor_feedback_mandatory_rating: false,
|
|
27
26
|
platform_editor_preview_panel_responsiveness: false,
|
|
28
27
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
29
28
|
platform_editor_toolbar_aifc: false,
|
|
@@ -38,7 +37,6 @@ export var testBooleanOverrides = {
|
|
|
38
37
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
39
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
39
|
platform_editor_offline_editing_web: false,
|
|
41
|
-
platform_editor_tables_drag_and_drop: false,
|
|
42
40
|
platform_editor_tables_table_selector: false,
|
|
43
41
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
44
42
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -46,7 +44,6 @@ export var testBooleanOverrides = {
|
|
|
46
44
|
platform_editor_breakout_resizing: false,
|
|
47
45
|
platform_editor_block_controls_perf_optimization: false,
|
|
48
46
|
platform_editor_enable_single_player_step_merging: false,
|
|
49
|
-
platform_editor_find_and_replace_improvements: false,
|
|
50
47
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
51
48
|
platform_editor_paste_actions_menu: false,
|
|
52
49
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -598,14 +598,6 @@ export var editorExperimentsConfig = {
|
|
|
598
598
|
param: 'isEnabled',
|
|
599
599
|
defaultValue: false
|
|
600
600
|
}),
|
|
601
|
-
// Added 2025-04-17
|
|
602
|
-
platform_editor_tables_drag_and_drop: createBooleanExperiment({
|
|
603
|
-
productKeys: {
|
|
604
|
-
confluence: 'platform_editor_tables_drag_and_drop'
|
|
605
|
-
},
|
|
606
|
-
param: 'isEnabled',
|
|
607
|
-
defaultValue: false
|
|
608
|
-
}),
|
|
609
601
|
// Added 2026-06-02
|
|
610
602
|
platform_editor_layout_keywords: createBooleanExperiment({
|
|
611
603
|
productKeys: {
|
|
@@ -745,22 +737,6 @@ export var editorExperimentsConfig = {
|
|
|
745
737
|
param: 'isEnabled',
|
|
746
738
|
defaultValue: false
|
|
747
739
|
}),
|
|
748
|
-
// Added 2025-06-24
|
|
749
|
-
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
|
-
// Added 2025-06-26
|
|
757
|
-
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
758
|
-
productKeys: {
|
|
759
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
760
|
-
},
|
|
761
|
-
param: 'isEnabled',
|
|
762
|
-
defaultValue: false
|
|
763
|
-
}),
|
|
764
740
|
// Added 2025-07-15
|
|
765
741
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
766
742
|
productKeys: {
|
|
@@ -520,12 +520,6 @@ export declare const editorExperimentsConfig: {
|
|
|
520
520
|
productKeys?: ProductKeys;
|
|
521
521
|
typeGuard: IsBooleanType;
|
|
522
522
|
};
|
|
523
|
-
platform_editor_feedback_mandatory_rating: {
|
|
524
|
-
defaultValue: boolean;
|
|
525
|
-
param: string;
|
|
526
|
-
productKeys?: ProductKeys;
|
|
527
|
-
typeGuard: IsBooleanType;
|
|
528
|
-
};
|
|
529
523
|
platform_editor_table_a11y_eslint_fix: {
|
|
530
524
|
defaultValue: boolean;
|
|
531
525
|
param: string;
|
|
@@ -538,12 +532,6 @@ export declare const editorExperimentsConfig: {
|
|
|
538
532
|
productKeys?: ProductKeys;
|
|
539
533
|
typeGuard: IsBooleanType;
|
|
540
534
|
};
|
|
541
|
-
platform_editor_find_and_replace_improvements: {
|
|
542
|
-
defaultValue: boolean;
|
|
543
|
-
param: string;
|
|
544
|
-
productKeys?: ProductKeys;
|
|
545
|
-
typeGuard: IsBooleanType;
|
|
546
|
-
};
|
|
547
535
|
platform_editor_inline_card_dispatch_guard: {
|
|
548
536
|
defaultValue: boolean;
|
|
549
537
|
param: string;
|
|
@@ -707,12 +695,6 @@ export declare const editorExperimentsConfig: {
|
|
|
707
695
|
productKeys?: ProductKeys;
|
|
708
696
|
typeGuard: IsBooleanType;
|
|
709
697
|
};
|
|
710
|
-
platform_editor_tables_drag_and_drop: {
|
|
711
|
-
defaultValue: boolean;
|
|
712
|
-
param: string;
|
|
713
|
-
productKeys?: ProductKeys;
|
|
714
|
-
typeGuard: IsBooleanType;
|
|
715
|
-
};
|
|
716
698
|
platform_editor_table_col_insert: {
|
|
717
699
|
defaultValue: boolean;
|
|
718
700
|
param: string;
|
package/package.json
CHANGED