@atlaskit/tmp-editor-statsig 12.14.0 → 12.16.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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`99f67e6caf2b2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/99f67e6caf2b2) -
8
+ Add aria-label to table floating insert buttons to address button-name A11Y violation
9
+ - [`d352feb9b2d97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d352feb9b2d97) -
10
+ [ux] NO-ISSUE Change blocktaskItem enablement experiment to a new tenantId based experiment
11
+
12
+ ## 12.15.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`66414cddf2784`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66414cddf2784) -
17
+ Add new platform_editor_toolbar_aifc_fix_editor_view experiment, replace destructured objects with
18
+ direct property access
19
+
20
+ ### Patch Changes
21
+
22
+ - [`f31129999be36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f31129999be36) -
23
+ Add improve writing on paste AA test
24
+
3
25
  ## 12.14.0
4
26
 
5
27
  ### Minor Changes
@@ -64,5 +64,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
64
64
  platform_editor_toggle_expand_on_match_found: false,
65
65
  platform_editor_reduce_noisy_steps_ncs: false,
66
66
  cc_improve_writing_on_paste: false,
67
+ cc_improve_writing_on_paste_aa: false,
67
68
  platform_editor_ai_aifc: false
68
69
  };
@@ -160,6 +160,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
160
160
  values: ['control', 'test'],
161
161
  defaultValue: 'control'
162
162
  }),
163
+ platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
164
+ productKeys: {
165
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
166
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
167
+ },
168
+ param: 'isEnabled',
169
+ defaultValue: false
170
+ }),
163
171
  // added 2024-11-06
164
172
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
165
173
  'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
@@ -719,9 +727,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
719
727
  defaultValue: false
720
728
  }),
721
729
  // Added 2025-07-30
722
- platform_editor_blocktaskitem_node: (0, _experimentBuilders.createBooleanExperiment)({
730
+ platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
723
731
  productKeys: {
724
- confluence: 'platform_editor_blocktaskitem_node'
732
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
725
733
  },
726
734
  param: 'isEnabled',
727
735
  defaultValue: false
@@ -790,6 +798,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
790
798
  param: 'isEnabled',
791
799
  defaultValue: false
792
800
  }),
801
+ // Added 2025-09-10
802
+ cc_improve_writing_on_paste_aa: (0, _experimentBuilders.createBooleanExperiment)({
803
+ productKeys: {
804
+ confluence: 'cc_improve_writing_on_paste_aa'
805
+ },
806
+ param: 'isEnabled',
807
+ defaultValue: false
808
+ }),
793
809
  // Added 2025-08-18
794
810
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
795
811
  productKeys: {
@@ -892,6 +908,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
892
908
  param: 'isEnabled',
893
909
  defaultValue: false
894
910
  }),
911
+ // Added 2025-09-10
912
+ platform_editor_fix_button_name_violation_in_table: (0, _experimentBuilders.createBooleanExperiment)({
913
+ productKeys: {
914
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
915
+ },
916
+ param: 'isEnabled',
917
+ defaultValue: false
918
+ }),
895
919
  // Added 2025-09-11
896
920
  platform_editor_quick_insert_image_wrap_right_fix: (0, _experimentBuilders.createBooleanExperiment)({
897
921
  productKeys: {
@@ -58,5 +58,6 @@ export const testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste: false,
61
+ cc_improve_writing_on_paste_aa: false,
61
62
  platform_editor_ai_aifc: false
62
63
  };
@@ -154,6 +154,14 @@ export const editorExperimentsConfig = {
154
154
  values: ['control', 'test'],
155
155
  defaultValue: 'control'
156
156
  }),
157
+ platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
158
+ productKeys: {
159
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
160
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
161
+ },
162
+ param: 'isEnabled',
163
+ defaultValue: false
164
+ }),
157
165
  // added 2024-11-06
158
166
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
159
167
  'nested-tables-in-tables': createBooleanExperiment({
@@ -713,9 +721,9 @@ export const editorExperimentsConfig = {
713
721
  defaultValue: false
714
722
  }),
715
723
  // Added 2025-07-30
716
- platform_editor_blocktaskitem_node: createBooleanExperiment({
724
+ platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
718
- confluence: 'platform_editor_blocktaskitem_node'
726
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
719
727
  },
720
728
  param: 'isEnabled',
721
729
  defaultValue: false
@@ -784,6 +792,14 @@ export const editorExperimentsConfig = {
784
792
  param: 'isEnabled',
785
793
  defaultValue: false
786
794
  }),
795
+ // Added 2025-09-10
796
+ cc_improve_writing_on_paste_aa: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'cc_improve_writing_on_paste_aa'
799
+ },
800
+ param: 'isEnabled',
801
+ defaultValue: false
802
+ }),
787
803
  // Added 2025-08-18
788
804
  platform_editor_locale_datepicker: createBooleanExperiment({
789
805
  productKeys: {
@@ -886,6 +902,14 @@ export const editorExperimentsConfig = {
886
902
  param: 'isEnabled',
887
903
  defaultValue: false
888
904
  }),
905
+ // Added 2025-09-10
906
+ platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
907
+ productKeys: {
908
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
909
+ },
910
+ param: 'isEnabled',
911
+ defaultValue: false
912
+ }),
889
913
  // Added 2025-09-11
890
914
  platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
891
915
  productKeys: {
@@ -58,5 +58,6 @@ export var testBooleanOverrides = {
58
58
  platform_editor_toggle_expand_on_match_found: false,
59
59
  platform_editor_reduce_noisy_steps_ncs: false,
60
60
  cc_improve_writing_on_paste: false,
61
+ cc_improve_writing_on_paste_aa: false,
61
62
  platform_editor_ai_aifc: false
62
63
  };
@@ -154,6 +154,14 @@ export var editorExperimentsConfig = {
154
154
  values: ['control', 'test'],
155
155
  defaultValue: 'control'
156
156
  }),
157
+ platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
158
+ productKeys: {
159
+ confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
160
+ jira: 'platform_editor_toolbar_aifc_fix_editor_view'
161
+ },
162
+ param: 'isEnabled',
163
+ defaultValue: false
164
+ }),
157
165
  // added 2024-11-06
158
166
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
159
167
  'nested-tables-in-tables': createBooleanExperiment({
@@ -713,9 +721,9 @@ export var editorExperimentsConfig = {
713
721
  defaultValue: false
714
722
  }),
715
723
  // Added 2025-07-30
716
- platform_editor_blocktaskitem_node: createBooleanExperiment({
724
+ platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
718
- confluence: 'platform_editor_blocktaskitem_node'
726
+ confluence: 'platform_editor_blocktaskitem_node_tenantid'
719
727
  },
720
728
  param: 'isEnabled',
721
729
  defaultValue: false
@@ -784,6 +792,14 @@ export var editorExperimentsConfig = {
784
792
  param: 'isEnabled',
785
793
  defaultValue: false
786
794
  }),
795
+ // Added 2025-09-10
796
+ cc_improve_writing_on_paste_aa: createBooleanExperiment({
797
+ productKeys: {
798
+ confluence: 'cc_improve_writing_on_paste_aa'
799
+ },
800
+ param: 'isEnabled',
801
+ defaultValue: false
802
+ }),
787
803
  // Added 2025-08-18
788
804
  platform_editor_locale_datepicker: createBooleanExperiment({
789
805
  productKeys: {
@@ -886,6 +902,14 @@ export var editorExperimentsConfig = {
886
902
  param: 'isEnabled',
887
903
  defaultValue: false
888
904
  }),
905
+ // Added 2025-09-10
906
+ platform_editor_fix_button_name_violation_in_table: createBooleanExperiment({
907
+ productKeys: {
908
+ confluence: 'platform_editor_fix_button_name_violation_in_table'
909
+ },
910
+ param: 'isEnabled',
911
+ defaultValue: false
912
+ }),
889
913
  // Added 2025-09-11
890
914
  platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
891
915
  productKeys: {
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
115
115
  param: string;
116
116
  productKeys?: import("./types").ProductKeys;
117
117
  };
118
+ platform_editor_toolbar_aifc_fix_editor_view: {
119
+ typeGuard: typeof import("./type-guards").isBoolean;
120
+ defaultValue: boolean;
121
+ param: string;
122
+ productKeys?: import("./types").ProductKeys;
123
+ };
118
124
  'nested-tables-in-tables': {
119
125
  typeGuard: typeof import("./type-guards").isBoolean;
120
126
  defaultValue: boolean;
@@ -528,7 +534,7 @@ export declare const editorExperimentsConfig: {
528
534
  param: string;
529
535
  productKeys?: import("./types").ProductKeys;
530
536
  };
531
- platform_editor_blocktaskitem_node: {
537
+ platform_editor_blocktaskitem_node_tenantid: {
532
538
  typeGuard: typeof import("./type-guards").isBoolean;
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -582,6 +588,12 @@ export declare const editorExperimentsConfig: {
582
588
  param: string;
583
589
  productKeys?: import("./types").ProductKeys;
584
590
  };
591
+ cc_improve_writing_on_paste_aa: {
592
+ typeGuard: typeof import("./type-guards").isBoolean;
593
+ defaultValue: boolean;
594
+ param: string;
595
+ productKeys?: import("./types").ProductKeys;
596
+ };
585
597
  platform_editor_locale_datepicker: {
586
598
  typeGuard: typeof import("./type-guards").isBoolean;
587
599
  defaultValue: boolean;
@@ -654,6 +666,12 @@ export declare const editorExperimentsConfig: {
654
666
  param: string;
655
667
  productKeys?: import("./types").ProductKeys;
656
668
  };
669
+ platform_editor_fix_button_name_violation_in_table: {
670
+ typeGuard: typeof import("./type-guards").isBoolean;
671
+ defaultValue: boolean;
672
+ param: string;
673
+ productKeys?: import("./types").ProductKeys;
674
+ };
657
675
  platform_editor_quick_insert_image_wrap_right_fix: {
658
676
  typeGuard: typeof import("./type-guards").isBoolean;
659
677
  defaultValue: boolean;
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
115
115
  param: string;
116
116
  productKeys?: import("./types").ProductKeys;
117
117
  };
118
+ platform_editor_toolbar_aifc_fix_editor_view: {
119
+ typeGuard: typeof import("./type-guards").isBoolean;
120
+ defaultValue: boolean;
121
+ param: string;
122
+ productKeys?: import("./types").ProductKeys;
123
+ };
118
124
  'nested-tables-in-tables': {
119
125
  typeGuard: typeof import("./type-guards").isBoolean;
120
126
  defaultValue: boolean;
@@ -528,7 +534,7 @@ export declare const editorExperimentsConfig: {
528
534
  param: string;
529
535
  productKeys?: import("./types").ProductKeys;
530
536
  };
531
- platform_editor_blocktaskitem_node: {
537
+ platform_editor_blocktaskitem_node_tenantid: {
532
538
  typeGuard: typeof import("./type-guards").isBoolean;
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -582,6 +588,12 @@ export declare const editorExperimentsConfig: {
582
588
  param: string;
583
589
  productKeys?: import("./types").ProductKeys;
584
590
  };
591
+ cc_improve_writing_on_paste_aa: {
592
+ typeGuard: typeof import("./type-guards").isBoolean;
593
+ defaultValue: boolean;
594
+ param: string;
595
+ productKeys?: import("./types").ProductKeys;
596
+ };
585
597
  platform_editor_locale_datepicker: {
586
598
  typeGuard: typeof import("./type-guards").isBoolean;
587
599
  defaultValue: boolean;
@@ -654,6 +666,12 @@ export declare const editorExperimentsConfig: {
654
666
  param: string;
655
667
  productKeys?: import("./types").ProductKeys;
656
668
  };
669
+ platform_editor_fix_button_name_violation_in_table: {
670
+ typeGuard: typeof import("./type-guards").isBoolean;
671
+ defaultValue: boolean;
672
+ param: string;
673
+ productKeys?: import("./types").ProductKeys;
674
+ };
657
675
  platform_editor_quick_insert_image_wrap_right_fix: {
658
676
  typeGuard: typeof import("./type-guards").isBoolean;
659
677
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.14.0",
3
+ "version": "12.16.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",