@atlaskit/tmp-editor-statsig 20.2.0 → 21.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 21.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`7b679117f4605`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b679117f4605) -
8
+ [ux] Productionizes `confluence-whiteboards-quick-insert-eligible` and
9
+ `confluence-whiteboards-quick-insert-l10n-eligible` feature gates and
10
+ `confluence_whiteboards_quick_insert_localised` experiment. Ship "Diagram" variant.
11
+
12
+ ## 20.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`0a4441336cdd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a4441336cdd0) -
17
+ Add platform_editor_toolbar_aifc_use_editor_typography experiment, and use editor custom
18
+ typography tokens in dropdown menus
19
+ - [`c986619215b4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c986619215b4c) -
20
+ Cleanup minor AIFC flags
21
+
3
22
  ## 20.2.0
4
23
 
5
24
  ### Minor Changes
@@ -8,8 +8,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
8
8
  'example-multivariate': 'one',
9
9
  'platform_editor_ai-prompts-placeholder': 'control',
10
10
  platform_editor_controls: 'control',
11
- confluence_whiteboards_quick_insert_localised: 'control',
12
- confluence_whiteboards_quick_insert_localised_aa: 'control',
13
11
  cc_editor_ai_content_mode: 'control',
14
12
  platform_hover_card_preview_panel: 'control',
15
13
  smart_link_confluence_short_link_analytics: 'control',
@@ -803,13 +803,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
803
803
  param: 'isEnabled',
804
804
  defaultValue: false
805
805
  }),
806
- platform_editor_ai_update_set_attrs_selection: (0, _experimentBuilders.createBooleanExperiment)({
807
- productKeys: {
808
- confluence: 'platform_editor_ai_update_set_attrs_selection'
809
- },
810
- param: 'isEnabled',
811
- defaultValue: false
812
- }),
813
806
  // Added 2025-09-08
814
807
  platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
815
808
  productKeys: {
@@ -902,24 +895,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
902
895
  param: 'isEnabled',
903
896
  defaultValue: false
904
897
  }),
905
- // Added 2025-10-20
906
- confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
907
- productKeys: {
908
- confluence: 'confluence_whiteboards_quick_insert_localised'
909
- },
910
- param: 'cohort',
911
- values: ['control', 'test_blank', 'test_diagram'],
912
- defaultValue: 'control'
913
- }),
914
- // Added 2025-10-28
915
- confluence_whiteboards_quick_insert_localised_aa: (0, _experimentBuilders.createMultivariateExperiment)({
916
- productKeys: {
917
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
918
- },
919
- param: 'cohort',
920
- values: ['control', 'test_diagram'],
921
- defaultValue: 'control'
922
- }),
923
898
  // Added 2025-10-22
924
899
  platform_editor_remove_bidi_char_warning: (0, _experimentBuilders.createBooleanExperiment)({
925
900
  productKeys: {
@@ -1085,6 +1060,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1085
1060
  param: 'isEnabled',
1086
1061
  defaultValue: false
1087
1062
  }),
1063
+ platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
1064
+ productKeys: {
1065
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1066
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1067
+ },
1068
+ param: 'isEnabled',
1069
+ defaultValue: false
1070
+ }),
1088
1071
  // Added 2025-12-30
1089
1072
  platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
1090
1073
  productKeys: {
@@ -2,8 +2,6 @@ export const testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert_localised: 'control',
6
- confluence_whiteboards_quick_insert_localised_aa: 'control',
7
5
  cc_editor_ai_content_mode: 'control',
8
6
  platform_hover_card_preview_panel: 'control',
9
7
  smart_link_confluence_short_link_analytics: 'control',
@@ -797,13 +797,6 @@ export const editorExperimentsConfig = {
797
797
  param: 'isEnabled',
798
798
  defaultValue: false
799
799
  }),
800
- platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
801
- productKeys: {
802
- confluence: 'platform_editor_ai_update_set_attrs_selection'
803
- },
804
- param: 'isEnabled',
805
- defaultValue: false
806
- }),
807
800
  // Added 2025-09-08
808
801
  platform_editor_editor_width_analytics: createBooleanExperiment({
809
802
  productKeys: {
@@ -896,24 +889,6 @@ export const editorExperimentsConfig = {
896
889
  param: 'isEnabled',
897
890
  defaultValue: false
898
891
  }),
899
- // Added 2025-10-20
900
- confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
901
- productKeys: {
902
- confluence: 'confluence_whiteboards_quick_insert_localised'
903
- },
904
- param: 'cohort',
905
- values: ['control', 'test_blank', 'test_diagram'],
906
- defaultValue: 'control'
907
- }),
908
- // Added 2025-10-28
909
- confluence_whiteboards_quick_insert_localised_aa: createMultivariateExperiment({
910
- productKeys: {
911
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
912
- },
913
- param: 'cohort',
914
- values: ['control', 'test_diagram'],
915
- defaultValue: 'control'
916
- }),
917
892
  // Added 2025-10-22
918
893
  platform_editor_remove_bidi_char_warning: createBooleanExperiment({
919
894
  productKeys: {
@@ -1079,6 +1054,14 @@ export const editorExperimentsConfig = {
1079
1054
  param: 'isEnabled',
1080
1055
  defaultValue: false
1081
1056
  }),
1057
+ platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1058
+ productKeys: {
1059
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1060
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1061
+ },
1062
+ param: 'isEnabled',
1063
+ defaultValue: false
1064
+ }),
1082
1065
  // Added 2025-12-30
1083
1066
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1084
1067
  productKeys: {
@@ -2,8 +2,6 @@ export var testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert_localised: 'control',
6
- confluence_whiteboards_quick_insert_localised_aa: 'control',
7
5
  cc_editor_ai_content_mode: 'control',
8
6
  platform_hover_card_preview_panel: 'control',
9
7
  smart_link_confluence_short_link_analytics: 'control',
@@ -797,13 +797,6 @@ export var editorExperimentsConfig = {
797
797
  param: 'isEnabled',
798
798
  defaultValue: false
799
799
  }),
800
- platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
801
- productKeys: {
802
- confluence: 'platform_editor_ai_update_set_attrs_selection'
803
- },
804
- param: 'isEnabled',
805
- defaultValue: false
806
- }),
807
800
  // Added 2025-09-08
808
801
  platform_editor_editor_width_analytics: createBooleanExperiment({
809
802
  productKeys: {
@@ -896,24 +889,6 @@ export var editorExperimentsConfig = {
896
889
  param: 'isEnabled',
897
890
  defaultValue: false
898
891
  }),
899
- // Added 2025-10-20
900
- confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
901
- productKeys: {
902
- confluence: 'confluence_whiteboards_quick_insert_localised'
903
- },
904
- param: 'cohort',
905
- values: ['control', 'test_blank', 'test_diagram'],
906
- defaultValue: 'control'
907
- }),
908
- // Added 2025-10-28
909
- confluence_whiteboards_quick_insert_localised_aa: createMultivariateExperiment({
910
- productKeys: {
911
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
912
- },
913
- param: 'cohort',
914
- values: ['control', 'test_diagram'],
915
- defaultValue: 'control'
916
- }),
917
892
  // Added 2025-10-22
918
893
  platform_editor_remove_bidi_char_warning: createBooleanExperiment({
919
894
  productKeys: {
@@ -1079,6 +1054,14 @@ export var editorExperimentsConfig = {
1079
1054
  param: 'isEnabled',
1080
1055
  defaultValue: false
1081
1056
  }),
1057
+ platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1058
+ productKeys: {
1059
+ confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1060
+ jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1061
+ },
1062
+ param: 'isEnabled',
1063
+ defaultValue: false
1064
+ }),
1082
1065
  // Added 2025-12-30
1083
1066
  platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
1084
1067
  productKeys: {
@@ -130,20 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert_localised: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
- confluence_whiteboards_quick_insert_localised_aa: {
141
- defaultValue: 'control' | 'test_diagram';
142
- param: string;
143
- productKeys?: ProductKeys;
144
- typeGuard: (value: unknown) => value is 'control' | 'test_diagram';
145
- values: ('control' | 'test_diagram')[];
146
- };
147
133
  editor_enable_image_alignment_in_expand: {
148
134
  defaultValue: boolean;
149
135
  param: string;
@@ -363,12 +349,6 @@ export declare const editorExperimentsConfig: {
363
349
  productKeys?: ProductKeys;
364
350
  typeGuard: IsBooleanType;
365
351
  };
366
- platform_editor_ai_update_set_attrs_selection: {
367
- defaultValue: boolean;
368
- param: string;
369
- productKeys?: ProductKeys;
370
- typeGuard: IsBooleanType;
371
- };
372
352
  platform_editor_element_drag_and_drop_multiselect: {
373
353
  defaultValue: boolean;
374
354
  param: string;
@@ -807,6 +787,12 @@ export declare const editorExperimentsConfig: {
807
787
  productKeys?: ProductKeys;
808
788
  typeGuard: IsBooleanType;
809
789
  };
790
+ platform_editor_toolbar_aifc_use_editor_typography: {
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: ProductKeys;
794
+ typeGuard: IsBooleanType;
795
+ };
810
796
  platform_editor_localid_ime_composition_fix: {
811
797
  defaultValue: boolean;
812
798
  param: string;
@@ -130,20 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert_localised: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
- confluence_whiteboards_quick_insert_localised_aa: {
141
- defaultValue: 'control' | 'test_diagram';
142
- param: string;
143
- productKeys?: ProductKeys;
144
- typeGuard: (value: unknown) => value is 'control' | 'test_diagram';
145
- values: ('control' | 'test_diagram')[];
146
- };
147
133
  editor_enable_image_alignment_in_expand: {
148
134
  defaultValue: boolean;
149
135
  param: string;
@@ -363,12 +349,6 @@ export declare const editorExperimentsConfig: {
363
349
  productKeys?: ProductKeys;
364
350
  typeGuard: IsBooleanType;
365
351
  };
366
- platform_editor_ai_update_set_attrs_selection: {
367
- defaultValue: boolean;
368
- param: string;
369
- productKeys?: ProductKeys;
370
- typeGuard: IsBooleanType;
371
- };
372
352
  platform_editor_element_drag_and_drop_multiselect: {
373
353
  defaultValue: boolean;
374
354
  param: string;
@@ -807,6 +787,12 @@ export declare const editorExperimentsConfig: {
807
787
  productKeys?: ProductKeys;
808
788
  typeGuard: IsBooleanType;
809
789
  };
790
+ platform_editor_toolbar_aifc_use_editor_typography: {
791
+ defaultValue: boolean;
792
+ param: string;
793
+ productKeys?: ProductKeys;
794
+ typeGuard: IsBooleanType;
795
+ };
810
796
  platform_editor_localid_ime_composition_fix: {
811
797
  defaultValue: boolean;
812
798
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "20.2.0",
3
+ "version": "21.0.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",