@atlaskit/tmp-editor-statsig 16.35.0 → 17.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,33 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 17.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`25c388e0f807a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25c388e0f807a) -
8
+ EDITOR-4684 Clean up platform_editor_add_orange_highlight_color experiment - orange highlight
9
+ color is now permanently enabled
10
+
11
+ ### Minor Changes
12
+
13
+ - [`874aa2a0589a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/874aa2a0589a2) -
14
+ Clean up platform_synced_blocks_offline_check_for_block FG
15
+ - [`256b4fc86bae0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/256b4fc86bae0) -
16
+ [ux] EDITOR-4464 Limited Mode: Change threshold to activate limited mode to use the node count
17
+ rather than the raw document size.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
23
+ ## 16.36.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [`7726e6522167d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7726e6522167d) -
28
+ Implemented a bypass for the grace period to allow reconnection when the catchup call is skipped
29
+ following a socket disconnect in the collab-provider.
30
+
3
31
  ## 16.35.0
4
32
 
5
33
  ### Minor Changes
@@ -12,7 +12,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
12
12
  confluence_whiteboards_quick_insert_localised: 'control',
13
13
  confluence_whiteboards_quick_insert_localised_aa: 'control',
14
14
  cc_editor_ai_content_mode: 'control',
15
- platform_editor_add_orange_highlight_color: 'control',
16
15
  platform_hover_card_preview_panel: 'control',
17
16
  platform_hover_card_preview_panel_modal: 'control',
18
17
  smart_link_confluence_short_link_analytics: 'control',
@@ -638,15 +638,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
638
638
  param: 'isEnabled',
639
639
  defaultValue: false
640
640
  }),
641
- // Added 2025-07-14
642
- platform_editor_add_orange_highlight_color: (0, _experimentBuilders.createMultivariateExperiment)({
643
- productKeys: {
644
- confluence: 'platform_editor_add_orange_highlight_color'
645
- },
646
- param: 'cohort',
647
- values: ['control', 'test'],
648
- defaultValue: 'control'
649
- }),
650
641
  //Added 2025-07-16
651
642
  platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
652
643
  productKeys: {
@@ -711,6 +702,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
711
702
  param: 'isEnabled',
712
703
  defaultValue: false
713
704
  }),
705
+ // Added 2026-01-19
706
+ cc_editor_limited_mode_expanded: (0, _experimentBuilders.createBooleanExperiment)({
707
+ productKeys: {
708
+ confluence: 'cc_editor_limited_mode_expanded'
709
+ },
710
+ param: 'isEnabled',
711
+ defaultValue: false
712
+ }),
714
713
  // Added 2025-08-05
715
714
  platform_editor_native_anchor_with_dnd: (0, _experimentBuilders.createBooleanExperiment)({
716
715
  productKeys: {
@@ -1113,15 +1112,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1113
1112
  param: 'isEnabled',
1114
1113
  defaultValue: false
1115
1114
  }),
1116
- // Added 2025-12-18
1117
- platform_synced_blocks_offline_check_for_block: (0, _experimentBuilders.createBooleanExperiment)({
1118
- productKeys: {
1119
- confluence: 'platform_synced_blocks_offline_check_for_block',
1120
- jira: 'platform_synced_blocks_offline_check_for_block'
1121
- },
1122
- param: 'isEnabled',
1123
- defaultValue: false
1124
- }),
1125
1115
  // Added 2025-12-22
1126
1116
  platform_editor_sample_renderer_rendered_event: (0, _experimentBuilders.createBooleanExperiment)({
1127
1117
  productKeys: {
@@ -1205,6 +1195,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1205
1195
  param: 'isEnabled',
1206
1196
  defaultValue: false
1207
1197
  }),
1198
+ // Added 2026-01-22
1199
+ platform_editor_nested_drag_handle_icon: (0, _experimentBuilders.createBooleanExperiment)({
1200
+ productKeys: {
1201
+ confluence: 'platform_editor_nested_drag_handle_icon'
1202
+ },
1203
+ param: 'isEnabled',
1204
+ defaultValue: false
1205
+ }),
1208
1206
  // Added 2026-01-23
1209
1207
  collab_bypass_out_of_sync_period_experiment: (0, _experimentBuilders.createBooleanExperiment)({
1210
1208
  productKeys: {
@@ -1228,5 +1226,12 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1228
1226
  },
1229
1227
  param: 'isEnabled',
1230
1228
  defaultValue: false
1229
+ }),
1230
+ confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
1231
+ productKeys: {
1232
+ confluence: 'confluence_inline_insert_excerpt_width_bugfix'
1233
+ },
1234
+ param: 'isEnabled',
1235
+ defaultValue: false
1231
1236
  })
1232
1237
  };
@@ -6,7 +6,6 @@ export const testMultivariateOverrides = {
6
6
  confluence_whiteboards_quick_insert_localised: 'control',
7
7
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
8
  cc_editor_ai_content_mode: 'control',
9
- platform_editor_add_orange_highlight_color: 'control',
10
9
  platform_hover_card_preview_panel: 'control',
11
10
  platform_hover_card_preview_panel_modal: 'control',
12
11
  smart_link_confluence_short_link_analytics: 'control',
@@ -632,15 +632,6 @@ export const editorExperimentsConfig = {
632
632
  param: 'isEnabled',
633
633
  defaultValue: false
634
634
  }),
635
- // Added 2025-07-14
636
- platform_editor_add_orange_highlight_color: createMultivariateExperiment({
637
- productKeys: {
638
- confluence: 'platform_editor_add_orange_highlight_color'
639
- },
640
- param: 'cohort',
641
- values: ['control', 'test'],
642
- defaultValue: 'control'
643
- }),
644
635
  //Added 2025-07-16
645
636
  platform_editor_toolbar_aifc: createBooleanExperiment({
646
637
  productKeys: {
@@ -705,6 +696,14 @@ export const editorExperimentsConfig = {
705
696
  param: 'isEnabled',
706
697
  defaultValue: false
707
698
  }),
699
+ // Added 2026-01-19
700
+ cc_editor_limited_mode_expanded: createBooleanExperiment({
701
+ productKeys: {
702
+ confluence: 'cc_editor_limited_mode_expanded'
703
+ },
704
+ param: 'isEnabled',
705
+ defaultValue: false
706
+ }),
708
707
  // Added 2025-08-05
709
708
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
710
709
  productKeys: {
@@ -1107,15 +1106,6 @@ export const editorExperimentsConfig = {
1107
1106
  param: 'isEnabled',
1108
1107
  defaultValue: false
1109
1108
  }),
1110
- // Added 2025-12-18
1111
- platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1112
- productKeys: {
1113
- confluence: 'platform_synced_blocks_offline_check_for_block',
1114
- jira: 'platform_synced_blocks_offline_check_for_block'
1115
- },
1116
- param: 'isEnabled',
1117
- defaultValue: false
1118
- }),
1119
1109
  // Added 2025-12-22
1120
1110
  platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
1121
1111
  productKeys: {
@@ -1199,6 +1189,14 @@ export const editorExperimentsConfig = {
1199
1189
  param: 'isEnabled',
1200
1190
  defaultValue: false
1201
1191
  }),
1192
+ // Added 2026-01-22
1193
+ platform_editor_nested_drag_handle_icon: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_editor_nested_drag_handle_icon'
1196
+ },
1197
+ param: 'isEnabled',
1198
+ defaultValue: false
1199
+ }),
1202
1200
  // Added 2026-01-23
1203
1201
  collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
1204
1202
  productKeys: {
@@ -1222,5 +1220,12 @@ export const editorExperimentsConfig = {
1222
1220
  },
1223
1221
  param: 'isEnabled',
1224
1222
  defaultValue: false
1223
+ }),
1224
+ confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
1225
+ productKeys: {
1226
+ confluence: 'confluence_inline_insert_excerpt_width_bugfix'
1227
+ },
1228
+ param: 'isEnabled',
1229
+ defaultValue: false
1225
1230
  })
1226
1231
  };
@@ -6,7 +6,6 @@ export var testMultivariateOverrides = {
6
6
  confluence_whiteboards_quick_insert_localised: 'control',
7
7
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
8
  cc_editor_ai_content_mode: 'control',
9
- platform_editor_add_orange_highlight_color: 'control',
10
9
  platform_hover_card_preview_panel: 'control',
11
10
  platform_hover_card_preview_panel_modal: 'control',
12
11
  smart_link_confluence_short_link_analytics: 'control',
@@ -632,15 +632,6 @@ export var editorExperimentsConfig = {
632
632
  param: 'isEnabled',
633
633
  defaultValue: false
634
634
  }),
635
- // Added 2025-07-14
636
- platform_editor_add_orange_highlight_color: createMultivariateExperiment({
637
- productKeys: {
638
- confluence: 'platform_editor_add_orange_highlight_color'
639
- },
640
- param: 'cohort',
641
- values: ['control', 'test'],
642
- defaultValue: 'control'
643
- }),
644
635
  //Added 2025-07-16
645
636
  platform_editor_toolbar_aifc: createBooleanExperiment({
646
637
  productKeys: {
@@ -705,6 +696,14 @@ export var editorExperimentsConfig = {
705
696
  param: 'isEnabled',
706
697
  defaultValue: false
707
698
  }),
699
+ // Added 2026-01-19
700
+ cc_editor_limited_mode_expanded: createBooleanExperiment({
701
+ productKeys: {
702
+ confluence: 'cc_editor_limited_mode_expanded'
703
+ },
704
+ param: 'isEnabled',
705
+ defaultValue: false
706
+ }),
708
707
  // Added 2025-08-05
709
708
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
710
709
  productKeys: {
@@ -1107,15 +1106,6 @@ export var editorExperimentsConfig = {
1107
1106
  param: 'isEnabled',
1108
1107
  defaultValue: false
1109
1108
  }),
1110
- // Added 2025-12-18
1111
- platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1112
- productKeys: {
1113
- confluence: 'platform_synced_blocks_offline_check_for_block',
1114
- jira: 'platform_synced_blocks_offline_check_for_block'
1115
- },
1116
- param: 'isEnabled',
1117
- defaultValue: false
1118
- }),
1119
1109
  // Added 2025-12-22
1120
1110
  platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
1121
1111
  productKeys: {
@@ -1199,6 +1189,14 @@ export var editorExperimentsConfig = {
1199
1189
  param: 'isEnabled',
1200
1190
  defaultValue: false
1201
1191
  }),
1192
+ // Added 2026-01-22
1193
+ platform_editor_nested_drag_handle_icon: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_editor_nested_drag_handle_icon'
1196
+ },
1197
+ param: 'isEnabled',
1198
+ defaultValue: false
1199
+ }),
1202
1200
  // Added 2026-01-23
1203
1201
  collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
1204
1202
  productKeys: {
@@ -1222,5 +1220,12 @@ export var editorExperimentsConfig = {
1222
1220
  },
1223
1221
  param: 'isEnabled',
1224
1222
  defaultValue: false
1223
+ }),
1224
+ confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
1225
+ productKeys: {
1226
+ confluence: 'confluence_inline_insert_excerpt_width_bugfix'
1227
+ },
1228
+ param: 'isEnabled',
1229
+ defaultValue: false
1225
1230
  })
1226
1231
  };
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
64
64
  productKeys?: ProductKeys;
65
65
  typeGuard: IsBooleanType;
66
66
  };
67
+ cc_editor_limited_mode_expanded: {
68
+ defaultValue: boolean;
69
+ param: string;
70
+ productKeys?: ProductKeys;
71
+ typeGuard: IsBooleanType;
72
+ };
67
73
  confluence_load_editor_title_on_transition: {
68
74
  defaultValue: boolean;
69
75
  param: string;
@@ -212,13 +218,6 @@ export declare const editorExperimentsConfig: {
212
218
  productKeys?: ProductKeys;
213
219
  typeGuard: IsBooleanType;
214
220
  };
215
- platform_editor_add_orange_highlight_color: {
216
- defaultValue: 'control' | 'test';
217
- param: string;
218
- productKeys?: ProductKeys;
219
- typeGuard: (value: unknown) => value is 'control' | 'test';
220
- values: ('control' | 'test')[];
221
- };
222
221
  platform_editor_ai_edit_response_in_preview: {
223
222
  defaultValue: boolean;
224
223
  param: string;
@@ -822,12 +821,6 @@ export declare const editorExperimentsConfig: {
822
821
  productKeys?: ProductKeys;
823
822
  typeGuard: IsBooleanType;
824
823
  };
825
- platform_synced_blocks_offline_check_for_block: {
826
- defaultValue: boolean;
827
- param: string;
828
- productKeys?: ProductKeys;
829
- typeGuard: IsBooleanType;
830
- };
831
824
  platform_editor_sample_renderer_rendered_event: {
832
825
  defaultValue: boolean;
833
826
  param: string;
@@ -888,6 +881,12 @@ export declare const editorExperimentsConfig: {
888
881
  productKeys?: ProductKeys;
889
882
  typeGuard: IsBooleanType;
890
883
  };
884
+ platform_editor_nested_drag_handle_icon: {
885
+ defaultValue: boolean;
886
+ param: string;
887
+ productKeys?: ProductKeys;
888
+ typeGuard: IsBooleanType;
889
+ };
891
890
  collab_bypass_out_of_sync_period_experiment: {
892
891
  defaultValue: boolean;
893
892
  param: string;
@@ -906,5 +905,11 @@ export declare const editorExperimentsConfig: {
906
905
  productKeys?: ProductKeys;
907
906
  typeGuard: IsBooleanType;
908
907
  };
908
+ confluence_inline_insert_excerpt_width_bugfix: {
909
+ defaultValue: boolean;
910
+ param: string;
911
+ productKeys?: ProductKeys;
912
+ typeGuard: IsBooleanType;
913
+ };
909
914
  };
910
915
  export {};
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
64
64
  productKeys?: ProductKeys;
65
65
  typeGuard: IsBooleanType;
66
66
  };
67
+ cc_editor_limited_mode_expanded: {
68
+ defaultValue: boolean;
69
+ param: string;
70
+ productKeys?: ProductKeys;
71
+ typeGuard: IsBooleanType;
72
+ };
67
73
  confluence_load_editor_title_on_transition: {
68
74
  defaultValue: boolean;
69
75
  param: string;
@@ -212,13 +218,6 @@ export declare const editorExperimentsConfig: {
212
218
  productKeys?: ProductKeys;
213
219
  typeGuard: IsBooleanType;
214
220
  };
215
- platform_editor_add_orange_highlight_color: {
216
- defaultValue: 'control' | 'test';
217
- param: string;
218
- productKeys?: ProductKeys;
219
- typeGuard: (value: unknown) => value is 'control' | 'test';
220
- values: ('control' | 'test')[];
221
- };
222
221
  platform_editor_ai_edit_response_in_preview: {
223
222
  defaultValue: boolean;
224
223
  param: string;
@@ -822,12 +821,6 @@ export declare const editorExperimentsConfig: {
822
821
  productKeys?: ProductKeys;
823
822
  typeGuard: IsBooleanType;
824
823
  };
825
- platform_synced_blocks_offline_check_for_block: {
826
- defaultValue: boolean;
827
- param: string;
828
- productKeys?: ProductKeys;
829
- typeGuard: IsBooleanType;
830
- };
831
824
  platform_editor_sample_renderer_rendered_event: {
832
825
  defaultValue: boolean;
833
826
  param: string;
@@ -888,6 +881,12 @@ export declare const editorExperimentsConfig: {
888
881
  productKeys?: ProductKeys;
889
882
  typeGuard: IsBooleanType;
890
883
  };
884
+ platform_editor_nested_drag_handle_icon: {
885
+ defaultValue: boolean;
886
+ param: string;
887
+ productKeys?: ProductKeys;
888
+ typeGuard: IsBooleanType;
889
+ };
891
890
  collab_bypass_out_of_sync_period_experiment: {
892
891
  defaultValue: boolean;
893
892
  param: string;
@@ -906,5 +905,11 @@ export declare const editorExperimentsConfig: {
906
905
  productKeys?: ProductKeys;
907
906
  typeGuard: IsBooleanType;
908
907
  };
908
+ confluence_inline_insert_excerpt_width_bugfix: {
909
+ defaultValue: boolean;
910
+ param: string;
911
+ productKeys?: ProductKeys;
912
+ typeGuard: IsBooleanType;
913
+ };
909
914
  };
910
915
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.35.0",
3
+ "version": "17.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",
@@ -14,7 +14,7 @@
14
14
  "category": "Components"
15
15
  },
16
16
  "prTasks": [
17
- "New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change",
17
+ "New experiments added to the tmp-editor-statsig configuration have been marked as a MINOR change OR any cleanup/removal of experiments has been marked as a MAJOR change",
18
18
  "I updated the table on https://hello.atlassian.net/wiki/spaces/EDITOR/pages/5257593537/Libra+testing+FG+override+expectations, tested my changes, and confirm that adding/removing the override is safe"
19
19
  ]
20
20
  },