@atlaskit/tmp-editor-statsig 144.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 +9 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -2
- 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,14 @@
|
|
|
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
|
+
|
|
3
12
|
## 144.0.0
|
|
4
13
|
|
|
5
14
|
### 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,
|
|
@@ -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,14 +743,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
751
743
|
param: 'isEnabled',
|
|
752
744
|
defaultValue: false
|
|
753
745
|
}),
|
|
754
|
-
// Added 2025-06-26
|
|
755
|
-
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
756
|
-
productKeys: {
|
|
757
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
758
|
-
},
|
|
759
|
-
param: 'isEnabled',
|
|
760
|
-
defaultValue: false
|
|
761
|
-
}),
|
|
762
746
|
// Added 2025-07-15
|
|
763
747
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
764
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,
|
|
@@ -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,14 +737,6 @@ export const editorExperimentsConfig = {
|
|
|
745
737
|
param: 'isEnabled',
|
|
746
738
|
defaultValue: false
|
|
747
739
|
}),
|
|
748
|
-
// Added 2025-06-26
|
|
749
|
-
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
740
|
// Added 2025-07-15
|
|
757
741
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
758
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,
|
|
@@ -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,14 +737,6 @@ export var editorExperimentsConfig = {
|
|
|
745
737
|
param: 'isEnabled',
|
|
746
738
|
defaultValue: false
|
|
747
739
|
}),
|
|
748
|
-
// Added 2025-06-26
|
|
749
|
-
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_feedback_mandatory_rating'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
740
|
// Added 2025-07-15
|
|
757
741
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
758
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;
|
|
@@ -701,12 +695,6 @@ export declare const editorExperimentsConfig: {
|
|
|
701
695
|
productKeys?: ProductKeys;
|
|
702
696
|
typeGuard: IsBooleanType;
|
|
703
697
|
};
|
|
704
|
-
platform_editor_tables_drag_and_drop: {
|
|
705
|
-
defaultValue: boolean;
|
|
706
|
-
param: string;
|
|
707
|
-
productKeys?: ProductKeys;
|
|
708
|
-
typeGuard: IsBooleanType;
|
|
709
|
-
};
|
|
710
698
|
platform_editor_table_col_insert: {
|
|
711
699
|
defaultValue: boolean;
|
|
712
700
|
param: string;
|
package/package.json
CHANGED