@atlaskit/tmp-editor-statsig 38.1.1 → 40.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,30 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 40.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`5a8d797e50210`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a8d797e50210) -
8
+ [FFCLEANUP-91669] clean up platform_editor_hide_toolbar_tooltips_fix experiment to hide dropdown
9
+ menu item tooltips on hover of the dropdown menu button
10
+
11
+ ## 39.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`0efca55740b36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0efca55740b36) -
16
+ [FFCLEANUP-71458] clean up experiment platform_editor_toggle_expand_on_match_found
17
+
18
+ ### Minor Changes
19
+
20
+ - [`abc8407f36ad1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abc8407f36ad1) -
21
+ cleanup platform_editor_no_state_plugin_injection_api
22
+
23
+ ### Patch Changes
24
+
25
+ - [`83fabdbe13830`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/83fabdbe13830) -
26
+ cleanup platform_editor_context_context_types_migration
27
+
3
28
  ## 38.1.1
4
29
 
5
30
  ### Patch Changes
@@ -47,7 +47,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
47
47
  platform_editor_block_controls_perf_optimization: false,
48
48
  platform_editor_enable_single_player_step_merging: false,
49
49
  platform_editor_find_and_replace_improvements: false,
50
- platform_editor_toggle_expand_on_match_found: false,
51
50
  platform_editor_reduce_noisy_steps_ncs: false,
52
51
  platform_editor_prosemirror_rendered_data: false,
53
52
  confluence_compact_text_format: false,
@@ -486,14 +486,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
486
486
  param: 'isEnabled',
487
487
  defaultValue: false
488
488
  }),
489
- // Added 2025-12-01
490
- platform_editor_no_state_plugin_injection_api: (0, _experimentBuilders.createBooleanExperiment)({
491
- productKeys: {
492
- confluence: 'platform_editor_no_state_plugin_injection_api'
493
- },
494
- param: 'isEnabled',
495
- defaultValue: false
496
- }),
497
489
  // Added 2025-06-10
498
490
  platform_editor_no_cursor_on_edit_page_init: (0, _experimentBuilders.createBooleanExperiment)({
499
491
  productKeys: {
@@ -615,14 +607,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
615
607
  param: 'isEnabled',
616
608
  defaultValue: false
617
609
  }),
618
- // Added 2025-07-07
619
- platform_editor_toggle_expand_on_match_found: (0, _experimentBuilders.createBooleanExperiment)({
620
- productKeys: {
621
- confluence: 'platform_editor_toggle_expand_on_match_found'
622
- },
623
- param: 'isEnabled',
624
- defaultValue: false
625
- }),
626
610
  // Added 2025-07-15
627
611
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
628
612
  productKeys: {
@@ -1243,15 +1227,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1243
1227
  param: 'isEnabled',
1244
1228
  defaultValue: false
1245
1229
  }),
1246
- // Added 2026-01-14
1247
- platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1248
- productKeys: {
1249
- confluence: 'platform_editor_context_context_types_migration',
1250
- jira: 'platform_editor_context_context_types_migration'
1251
- },
1252
- param: 'isEnabled',
1253
- defaultValue: false
1254
- }),
1255
1230
  // Added 2026-01-16
1256
1231
  platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
1257
1232
  productKeys: {
@@ -1365,14 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1365
1340
  param: 'isEnabled',
1366
1341
  defaultValue: false
1367
1342
  }),
1368
- // Added 2026-02-02
1369
- platform_editor_hide_toolbar_tooltips_fix: (0, _experimentBuilders.createBooleanExperiment)({
1370
- productKeys: {
1371
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1372
- },
1373
- param: 'isEnabled',
1374
- defaultValue: false
1375
- }),
1376
1343
  // Added 2026-02-03
1377
1344
  platform_editor_enghealth_a11y_jan_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1378
1345
  productKeys: {
@@ -41,7 +41,6 @@ export const testBooleanOverrides = {
41
41
  platform_editor_block_controls_perf_optimization: false,
42
42
  platform_editor_enable_single_player_step_merging: false,
43
43
  platform_editor_find_and_replace_improvements: false,
44
- platform_editor_toggle_expand_on_match_found: false,
45
44
  platform_editor_reduce_noisy_steps_ncs: false,
46
45
  platform_editor_prosemirror_rendered_data: false,
47
46
  confluence_compact_text_format: false,
@@ -480,14 +480,6 @@ export const editorExperimentsConfig = {
480
480
  param: 'isEnabled',
481
481
  defaultValue: false
482
482
  }),
483
- // Added 2025-12-01
484
- platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
485
- productKeys: {
486
- confluence: 'platform_editor_no_state_plugin_injection_api'
487
- },
488
- param: 'isEnabled',
489
- defaultValue: false
490
- }),
491
483
  // Added 2025-06-10
492
484
  platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
493
485
  productKeys: {
@@ -609,14 +601,6 @@ export const editorExperimentsConfig = {
609
601
  param: 'isEnabled',
610
602
  defaultValue: false
611
603
  }),
612
- // Added 2025-07-07
613
- platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
614
- productKeys: {
615
- confluence: 'platform_editor_toggle_expand_on_match_found'
616
- },
617
- param: 'isEnabled',
618
- defaultValue: false
619
- }),
620
604
  // Added 2025-07-15
621
605
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
622
606
  productKeys: {
@@ -1237,15 +1221,6 @@ export const editorExperimentsConfig = {
1237
1221
  param: 'isEnabled',
1238
1222
  defaultValue: false
1239
1223
  }),
1240
- // Added 2026-01-14
1241
- platform_editor_context_context_types_migration: createBooleanExperiment({
1242
- productKeys: {
1243
- confluence: 'platform_editor_context_context_types_migration',
1244
- jira: 'platform_editor_context_context_types_migration'
1245
- },
1246
- param: 'isEnabled',
1247
- defaultValue: false
1248
- }),
1249
1224
  // Added 2026-01-16
1250
1225
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1251
1226
  productKeys: {
@@ -1359,14 +1334,6 @@ export const editorExperimentsConfig = {
1359
1334
  param: 'isEnabled',
1360
1335
  defaultValue: false
1361
1336
  }),
1362
- // Added 2026-02-02
1363
- platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
1364
- productKeys: {
1365
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1366
- },
1367
- param: 'isEnabled',
1368
- defaultValue: false
1369
- }),
1370
1337
  // Added 2026-02-03
1371
1338
  platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1372
1339
  productKeys: {
@@ -41,7 +41,6 @@ export var testBooleanOverrides = {
41
41
  platform_editor_block_controls_perf_optimization: false,
42
42
  platform_editor_enable_single_player_step_merging: false,
43
43
  platform_editor_find_and_replace_improvements: false,
44
- platform_editor_toggle_expand_on_match_found: false,
45
44
  platform_editor_reduce_noisy_steps_ncs: false,
46
45
  platform_editor_prosemirror_rendered_data: false,
47
46
  confluence_compact_text_format: false,
@@ -480,14 +480,6 @@ export var editorExperimentsConfig = {
480
480
  param: 'isEnabled',
481
481
  defaultValue: false
482
482
  }),
483
- // Added 2025-12-01
484
- platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
485
- productKeys: {
486
- confluence: 'platform_editor_no_state_plugin_injection_api'
487
- },
488
- param: 'isEnabled',
489
- defaultValue: false
490
- }),
491
483
  // Added 2025-06-10
492
484
  platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
493
485
  productKeys: {
@@ -609,14 +601,6 @@ export var editorExperimentsConfig = {
609
601
  param: 'isEnabled',
610
602
  defaultValue: false
611
603
  }),
612
- // Added 2025-07-07
613
- platform_editor_toggle_expand_on_match_found: createBooleanExperiment({
614
- productKeys: {
615
- confluence: 'platform_editor_toggle_expand_on_match_found'
616
- },
617
- param: 'isEnabled',
618
- defaultValue: false
619
- }),
620
604
  // Added 2025-07-15
621
605
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
622
606
  productKeys: {
@@ -1237,15 +1221,6 @@ export var editorExperimentsConfig = {
1237
1221
  param: 'isEnabled',
1238
1222
  defaultValue: false
1239
1223
  }),
1240
- // Added 2026-01-14
1241
- platform_editor_context_context_types_migration: createBooleanExperiment({
1242
- productKeys: {
1243
- confluence: 'platform_editor_context_context_types_migration',
1244
- jira: 'platform_editor_context_context_types_migration'
1245
- },
1246
- param: 'isEnabled',
1247
- defaultValue: false
1248
- }),
1249
1224
  // Added 2026-01-16
1250
1225
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1251
1226
  productKeys: {
@@ -1359,14 +1334,6 @@ export var editorExperimentsConfig = {
1359
1334
  param: 'isEnabled',
1360
1335
  defaultValue: false
1361
1336
  }),
1362
- // Added 2026-02-02
1363
- platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
1364
- productKeys: {
1365
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1366
- },
1367
- param: 'isEnabled',
1368
- defaultValue: false
1369
- }),
1370
1337
  // Added 2026-02-03
1371
1338
  platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1372
1339
  productKeys: {
@@ -571,12 +571,6 @@ export declare const editorExperimentsConfig: {
571
571
  productKeys?: ProductKeys;
572
572
  typeGuard: IsBooleanType;
573
573
  };
574
- platform_editor_no_state_plugin_injection_api: {
575
- defaultValue: boolean;
576
- param: string;
577
- productKeys?: ProductKeys;
578
- typeGuard: IsBooleanType;
579
- };
580
574
  platform_editor_offline_editing_web: {
581
575
  defaultValue: boolean;
582
576
  param: string;
@@ -680,12 +674,6 @@ export declare const editorExperimentsConfig: {
680
674
  productKeys?: ProductKeys;
681
675
  typeGuard: IsBooleanType;
682
676
  };
683
- platform_editor_toggle_expand_on_match_found: {
684
- defaultValue: boolean;
685
- param: string;
686
- productKeys?: ProductKeys;
687
- typeGuard: IsBooleanType;
688
- };
689
677
  platform_editor_toolbar_aifc: {
690
678
  defaultValue: boolean;
691
679
  param: string;
@@ -905,12 +893,6 @@ export declare const editorExperimentsConfig: {
905
893
  productKeys?: ProductKeys;
906
894
  typeGuard: IsBooleanType;
907
895
  };
908
- platform_editor_context_context_types_migration: {
909
- defaultValue: boolean;
910
- param: string;
911
- productKeys?: ProductKeys;
912
- typeGuard: IsBooleanType;
913
- };
914
896
  platform_editor_ai_edit_unsupported_content: {
915
897
  defaultValue: boolean;
916
898
  param: string;
@@ -1001,12 +983,6 @@ export declare const editorExperimentsConfig: {
1001
983
  productKeys?: ProductKeys;
1002
984
  typeGuard: IsBooleanType;
1003
985
  };
1004
- platform_editor_hide_toolbar_tooltips_fix: {
1005
- defaultValue: boolean;
1006
- param: string;
1007
- productKeys?: ProductKeys;
1008
- typeGuard: IsBooleanType;
1009
- };
1010
986
  platform_editor_enghealth_a11y_jan_fixes: {
1011
987
  defaultValue: boolean;
1012
988
  param: string;
@@ -571,12 +571,6 @@ export declare const editorExperimentsConfig: {
571
571
  productKeys?: ProductKeys;
572
572
  typeGuard: IsBooleanType;
573
573
  };
574
- platform_editor_no_state_plugin_injection_api: {
575
- defaultValue: boolean;
576
- param: string;
577
- productKeys?: ProductKeys;
578
- typeGuard: IsBooleanType;
579
- };
580
574
  platform_editor_offline_editing_web: {
581
575
  defaultValue: boolean;
582
576
  param: string;
@@ -680,12 +674,6 @@ export declare const editorExperimentsConfig: {
680
674
  productKeys?: ProductKeys;
681
675
  typeGuard: IsBooleanType;
682
676
  };
683
- platform_editor_toggle_expand_on_match_found: {
684
- defaultValue: boolean;
685
- param: string;
686
- productKeys?: ProductKeys;
687
- typeGuard: IsBooleanType;
688
- };
689
677
  platform_editor_toolbar_aifc: {
690
678
  defaultValue: boolean;
691
679
  param: string;
@@ -905,12 +893,6 @@ export declare const editorExperimentsConfig: {
905
893
  productKeys?: ProductKeys;
906
894
  typeGuard: IsBooleanType;
907
895
  };
908
- platform_editor_context_context_types_migration: {
909
- defaultValue: boolean;
910
- param: string;
911
- productKeys?: ProductKeys;
912
- typeGuard: IsBooleanType;
913
- };
914
896
  platform_editor_ai_edit_unsupported_content: {
915
897
  defaultValue: boolean;
916
898
  param: string;
@@ -1001,12 +983,6 @@ export declare const editorExperimentsConfig: {
1001
983
  productKeys?: ProductKeys;
1002
984
  typeGuard: IsBooleanType;
1003
985
  };
1004
- platform_editor_hide_toolbar_tooltips_fix: {
1005
- defaultValue: boolean;
1006
- param: string;
1007
- productKeys?: ProductKeys;
1008
- typeGuard: IsBooleanType;
1009
- };
1010
986
  platform_editor_enghealth_a11y_jan_fixes: {
1011
987
  defaultValue: boolean;
1012
988
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "38.1.1",
3
+ "version": "40.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",