@atlaskit/tmp-editor-statsig 109.2.0 → 110.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,36 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 110.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c664929c3f15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c664929c3f15d) -
8
+ Clean up experiment `platform_editor_clean_up_widget_mark_logic`
9
+ - [`6ad6ef706e851`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ad6ef706e851) -
10
+ Clean up experiment `platform_editor_table_update_table_ref`
11
+ - [`bc1c44cb9a43c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc1c44cb9a43c) -
12
+ Clean up `aifc_space_typesettings` experiment
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
18
+ ## 109.3.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`2c36f79c27482`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c36f79c27482) -
23
+ Add dynamicConfigBooleanValue helper and route free-text remix whiteboard-create/update actions
24
+ (isRemixGenerated=true, no dynamicUiSubtype) to the full AIFC staging modal instead of inserting a
25
+ URL into the page. Guarded by killswitch dynamic config
26
+ platform_editor_ai_remix_whiteboard_to_aifc.
27
+ - [`e108322f4ea71`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e108322f4ea71) -
28
+ Add emoji tooltip on hover using VanillaTooltip behind platform_editor_emoji_hover_show_tooltip
29
+ experiment
30
+ - [`949347e49035b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/949347e49035b) -
31
+ [ux] [EDITOR-7471] Remove the left-hand resizer handle from nodes using breakout mark for
32
+ resizing.
33
+
3
34
  ## 109.2.0
4
35
 
5
36
  ### Minor Changes
@@ -72,5 +72,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
72
72
  // it does not gate this feature.
73
73
  platform_editor_ai_new_aifc_editor_experience: false,
74
74
  cc_page_experiences_editor_image_generation: false,
75
- platform_use_unicode_emojis: false
75
+ platform_use_unicode_emojis: false,
76
+ platform_editor_emoji_hover_show_tooltip: false
76
77
  };
@@ -66,14 +66,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
66
66
  param: 'isEnabled',
67
67
  defaultValue: false
68
68
  }),
69
- // Added 2026-05-08
70
- aifc_space_typesettings: (0, _experimentBuilders.createBooleanExperiment)({
71
- productKeys: {
72
- confluence: 'aifc_space_typesettings'
73
- },
74
- param: 'isEnabled',
75
- defaultValue: false
76
- }),
77
69
  // Added 22-12-2025
78
70
  confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
79
71
  productKeys: {
@@ -549,14 +541,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
549
541
  param: 'isEnabled',
550
542
  defaultValue: false
551
543
  }),
552
- platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
553
- productKeys: {
554
- confluence: 'platform_editor_clean_up_widget_mark_logic',
555
- jira: 'platform_editor_clean_up_widget_mark_logic'
556
- },
557
- param: 'isEnabled',
558
- defaultValue: false
559
- }),
560
544
  // Added 2026-04-30
561
545
  platform_editor_code_block_q4_lovability: (0, _experimentBuilders.createBooleanExperiment)({
562
546
  productKeys: {
@@ -688,14 +672,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
688
672
  param: 'isEnabled',
689
673
  defaultValue: false
690
674
  }),
691
- // Added 2026-01-05
692
- platform_editor_table_update_table_ref: (0, _experimentBuilders.createBooleanExperiment)({
693
- productKeys: {
694
- confluence: 'platform_editor_table_update_table_ref'
695
- },
696
- param: 'isEnabled',
697
- defaultValue: false
698
- }),
699
675
  // Added 2026-01-27
700
676
  platform_editor_table_excerpts_fix: (0, _experimentBuilders.createBooleanExperiment)({
701
677
  productKeys: {
@@ -1471,6 +1447,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1471
1447
  param: 'isEnabled',
1472
1448
  defaultValue: false
1473
1449
  }),
1450
+ // Added 2026-06-17
1451
+ platform_editor_emoji_hover_show_tooltip: (0, _experimentBuilders.createBooleanExperiment)({
1452
+ productKeys: {
1453
+ confluence: 'platform_editor_emoji_hover_show_tooltip',
1454
+ jira: 'platform_editor_emoji_hover_show_tooltip'
1455
+ },
1456
+ param: 'isEnabled',
1457
+ defaultValue: false
1458
+ }),
1474
1459
  // Added 2026-06-11
1475
1460
  platform_teamoji_26_refresh_emoji_picker: (0, _experimentBuilders.createBooleanExperiment)({
1476
1461
  productKeys: {
@@ -2297,5 +2282,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2297
2282
  },
2298
2283
  param: 'useCcSmarts',
2299
2284
  defaultValue: false
2285
+ }),
2286
+ // Added 2026-06-19
2287
+ platform_editor_lovability_resize_dividers_panels: (0, _experimentBuilders.createBooleanExperiment)({
2288
+ productKeys: {
2289
+ confluence: 'platform_editor_lovability_resize_dividers_panels'
2290
+ },
2291
+ param: 'isEnabled',
2292
+ defaultValue: false
2300
2293
  })
2301
2294
  };
@@ -66,5 +66,6 @@ export const testBooleanOverrides = {
66
66
  // it does not gate this feature.
67
67
  platform_editor_ai_new_aifc_editor_experience: false,
68
68
  cc_page_experiences_editor_image_generation: false,
69
- platform_use_unicode_emojis: false
69
+ platform_use_unicode_emojis: false,
70
+ platform_editor_emoji_hover_show_tooltip: false
70
71
  };
@@ -60,14 +60,6 @@ export const editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 2026-05-08
64
- aifc_space_typesettings: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'aifc_space_typesettings'
67
- },
68
- param: 'isEnabled',
69
- defaultValue: false
70
- }),
71
63
  // Added 22-12-2025
72
64
  confluence_load_editor_title_on_transition: createBooleanExperiment({
73
65
  productKeys: {
@@ -543,14 +535,6 @@ export const editorExperimentsConfig = {
543
535
  param: 'isEnabled',
544
536
  defaultValue: false
545
537
  }),
546
- platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
547
- productKeys: {
548
- confluence: 'platform_editor_clean_up_widget_mark_logic',
549
- jira: 'platform_editor_clean_up_widget_mark_logic'
550
- },
551
- param: 'isEnabled',
552
- defaultValue: false
553
- }),
554
538
  // Added 2026-04-30
555
539
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
556
540
  productKeys: {
@@ -682,14 +666,6 @@ export const editorExperimentsConfig = {
682
666
  param: 'isEnabled',
683
667
  defaultValue: false
684
668
  }),
685
- // Added 2026-01-05
686
- platform_editor_table_update_table_ref: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'platform_editor_table_update_table_ref'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
669
  // Added 2026-01-27
694
670
  platform_editor_table_excerpts_fix: createBooleanExperiment({
695
671
  productKeys: {
@@ -1465,6 +1441,15 @@ export const editorExperimentsConfig = {
1465
1441
  param: 'isEnabled',
1466
1442
  defaultValue: false
1467
1443
  }),
1444
+ // Added 2026-06-17
1445
+ platform_editor_emoji_hover_show_tooltip: createBooleanExperiment({
1446
+ productKeys: {
1447
+ confluence: 'platform_editor_emoji_hover_show_tooltip',
1448
+ jira: 'platform_editor_emoji_hover_show_tooltip'
1449
+ },
1450
+ param: 'isEnabled',
1451
+ defaultValue: false
1452
+ }),
1468
1453
  // Added 2026-06-11
1469
1454
  platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
1470
1455
  productKeys: {
@@ -2291,5 +2276,13 @@ export const editorExperimentsConfig = {
2291
2276
  },
2292
2277
  param: 'useCcSmarts',
2293
2278
  defaultValue: false
2279
+ }),
2280
+ // Added 2026-06-19
2281
+ platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
2282
+ productKeys: {
2283
+ confluence: 'platform_editor_lovability_resize_dividers_panels'
2284
+ },
2285
+ param: 'isEnabled',
2286
+ defaultValue: false
2294
2287
  })
2295
2288
  };
@@ -66,5 +66,6 @@ export var testBooleanOverrides = {
66
66
  // it does not gate this feature.
67
67
  platform_editor_ai_new_aifc_editor_experience: false,
68
68
  cc_page_experiences_editor_image_generation: false,
69
- platform_use_unicode_emojis: false
69
+ platform_use_unicode_emojis: false,
70
+ platform_editor_emoji_hover_show_tooltip: false
70
71
  };
@@ -60,14 +60,6 @@ export var editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 2026-05-08
64
- aifc_space_typesettings: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'aifc_space_typesettings'
67
- },
68
- param: 'isEnabled',
69
- defaultValue: false
70
- }),
71
63
  // Added 22-12-2025
72
64
  confluence_load_editor_title_on_transition: createBooleanExperiment({
73
65
  productKeys: {
@@ -543,14 +535,6 @@ export var editorExperimentsConfig = {
543
535
  param: 'isEnabled',
544
536
  defaultValue: false
545
537
  }),
546
- platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
547
- productKeys: {
548
- confluence: 'platform_editor_clean_up_widget_mark_logic',
549
- jira: 'platform_editor_clean_up_widget_mark_logic'
550
- },
551
- param: 'isEnabled',
552
- defaultValue: false
553
- }),
554
538
  // Added 2026-04-30
555
539
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
556
540
  productKeys: {
@@ -682,14 +666,6 @@ export var editorExperimentsConfig = {
682
666
  param: 'isEnabled',
683
667
  defaultValue: false
684
668
  }),
685
- // Added 2026-01-05
686
- platform_editor_table_update_table_ref: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'platform_editor_table_update_table_ref'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
669
  // Added 2026-01-27
694
670
  platform_editor_table_excerpts_fix: createBooleanExperiment({
695
671
  productKeys: {
@@ -1465,6 +1441,15 @@ export var editorExperimentsConfig = {
1465
1441
  param: 'isEnabled',
1466
1442
  defaultValue: false
1467
1443
  }),
1444
+ // Added 2026-06-17
1445
+ platform_editor_emoji_hover_show_tooltip: createBooleanExperiment({
1446
+ productKeys: {
1447
+ confluence: 'platform_editor_emoji_hover_show_tooltip',
1448
+ jira: 'platform_editor_emoji_hover_show_tooltip'
1449
+ },
1450
+ param: 'isEnabled',
1451
+ defaultValue: false
1452
+ }),
1468
1453
  // Added 2026-06-11
1469
1454
  platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
1470
1455
  productKeys: {
@@ -2291,5 +2276,13 @@ export var editorExperimentsConfig = {
2291
2276
  },
2292
2277
  param: 'useCcSmarts',
2293
2278
  defaultValue: false
2279
+ }),
2280
+ // Added 2026-06-19
2281
+ platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
2282
+ productKeys: {
2283
+ confluence: 'platform_editor_lovability_resize_dividers_panels'
2284
+ },
2285
+ param: 'isEnabled',
2286
+ defaultValue: false
2294
2287
  })
2295
2288
  };
@@ -57,12 +57,6 @@ export declare const editorExperimentsConfig: {
57
57
  productKeys?: ProductKeys;
58
58
  typeGuard: IsBooleanType;
59
59
  };
60
- aifc_space_typesettings: {
61
- defaultValue: boolean;
62
- param: string;
63
- productKeys?: ProductKeys;
64
- typeGuard: IsBooleanType;
65
- };
66
60
  'agent-managed_blocks_mvp': {
67
61
  defaultValue: boolean;
68
62
  param: string;
@@ -399,12 +393,6 @@ export declare const editorExperimentsConfig: {
399
393
  typeGuard: (value: unknown) => value is 'control' | 'variant1';
400
394
  values: ('control' | 'variant1')[];
401
395
  };
402
- platform_editor_clean_up_widget_mark_logic: {
403
- defaultValue: boolean;
404
- param: string;
405
- productKeys?: ProductKeys;
406
- typeGuard: IsBooleanType;
407
- };
408
396
  platform_editor_controls_reliable_anchor: {
409
397
  defaultValue: boolean;
410
398
  param: string;
@@ -652,12 +640,6 @@ export declare const editorExperimentsConfig: {
652
640
  productKeys?: ProductKeys;
653
641
  typeGuard: IsBooleanType;
654
642
  };
655
- platform_editor_table_update_table_ref: {
656
- defaultValue: boolean;
657
- param: string;
658
- productKeys?: ProductKeys;
659
- typeGuard: IsBooleanType;
660
- };
661
643
  platform_editor_table_ref_optimisation: {
662
644
  defaultValue: boolean;
663
645
  param: string;
@@ -1130,6 +1112,12 @@ export declare const editorExperimentsConfig: {
1130
1112
  productKeys?: ProductKeys;
1131
1113
  typeGuard: IsBooleanType;
1132
1114
  };
1115
+ platform_editor_emoji_hover_show_tooltip: {
1116
+ defaultValue: boolean;
1117
+ param: string;
1118
+ productKeys?: ProductKeys;
1119
+ typeGuard: IsBooleanType;
1120
+ };
1133
1121
  platform_teamoji_26_refresh_emoji_picker: {
1134
1122
  defaultValue: boolean;
1135
1123
  param: string;
@@ -1677,5 +1665,11 @@ export declare const editorExperimentsConfig: {
1677
1665
  productKeys?: ProductKeys;
1678
1666
  typeGuard: IsBooleanType;
1679
1667
  };
1668
+ platform_editor_lovability_resize_dividers_panels: {
1669
+ defaultValue: boolean;
1670
+ param: string;
1671
+ productKeys?: ProductKeys;
1672
+ typeGuard: IsBooleanType;
1673
+ };
1680
1674
  };
1681
1675
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "109.2.0",
3
+ "version": "110.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",