@atlaskit/tmp-editor-statsig 114.3.0 → 114.5.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 114.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e27cc2a34b7c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e27cc2a34b7c7) -
8
+ Update the editor plus menu virtualized list accessible label under the
9
+ `platform_editor_plus_menu_aria_label` experiment.
10
+ - [`0096393101f67`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0096393101f67) -
11
+ EDITOR-7831: Register dynamic granular diffs gate
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 114.4.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [`8465ec8b9145c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8465ec8b9145c) -
22
+ Fix decorative AI toolbar menu icons being announced by screen readers
23
+
3
24
  ## 114.3.0
4
25
 
5
26
  ### Minor Changes
@@ -468,6 +468,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
468
468
  param: 'isEnabled',
469
469
  defaultValue: false
470
470
  }),
471
+ // Added 2026-06-25
472
+ platform_editor_plus_menu_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
473
+ productKeys: {
474
+ confluence: 'platform_editor_plus_menu_aria_label',
475
+ jira: 'platform_editor_plus_menu_aria_label'
476
+ },
477
+ param: 'isEnabled',
478
+ defaultValue: false
479
+ }),
471
480
  // Added 2025-10-31
472
481
  platform_editor_lovability_suppress_toolbar_event: (0, _experimentBuilders.createBooleanExperiment)({
473
482
  productKeys: {
@@ -701,6 +710,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
701
710
  values: ['control', 'test'],
702
711
  defaultValue: 'control'
703
712
  }),
713
+ // Added 2026-06-25
714
+ jira_editor_a11y_toolbar_fixes: (0, _experimentBuilders.createBooleanExperiment)({
715
+ productKeys: {
716
+ confluence: 'jira_editor_a11y_toolbar_fixes',
717
+ jira: 'jira_editor_a11y_toolbar_fixes'
718
+ },
719
+ param: 'isEnabled',
720
+ defaultValue: false
721
+ }),
704
722
  // Added 2026-04-30 (QS-9895)
705
723
  linking_platform_track_non_primary_3p_clicks: (0, _experimentBuilders.createBooleanExperiment)({
706
724
  productKeys: {
@@ -1604,6 +1622,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1604
1622
  param: 'isEnabled',
1605
1623
  defaultValue: false
1606
1624
  }),
1625
+ // Added 2026-06-24
1626
+ platform_editor_diff_granular_extended: (0, _experimentBuilders.createBooleanExperiment)({
1627
+ productKeys: {
1628
+ confluence: 'platform_editor_diff_granular_extended'
1629
+ },
1630
+ param: 'isEnabled',
1631
+ defaultValue: false
1632
+ }),
1607
1633
  // Added 2026-03-10
1608
1634
  platform_editor_fix_media_toolbar_border_dropdown: (0, _experimentBuilders.createBooleanExperiment)({
1609
1635
  productKeys: {
@@ -462,6 +462,15 @@ export const editorExperimentsConfig = {
462
462
  param: 'isEnabled',
463
463
  defaultValue: false
464
464
  }),
465
+ // Added 2026-06-25
466
+ platform_editor_plus_menu_aria_label: createBooleanExperiment({
467
+ productKeys: {
468
+ confluence: 'platform_editor_plus_menu_aria_label',
469
+ jira: 'platform_editor_plus_menu_aria_label'
470
+ },
471
+ param: 'isEnabled',
472
+ defaultValue: false
473
+ }),
465
474
  // Added 2025-10-31
466
475
  platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
467
476
  productKeys: {
@@ -695,6 +704,15 @@ export const editorExperimentsConfig = {
695
704
  values: ['control', 'test'],
696
705
  defaultValue: 'control'
697
706
  }),
707
+ // Added 2026-06-25
708
+ jira_editor_a11y_toolbar_fixes: createBooleanExperiment({
709
+ productKeys: {
710
+ confluence: 'jira_editor_a11y_toolbar_fixes',
711
+ jira: 'jira_editor_a11y_toolbar_fixes'
712
+ },
713
+ param: 'isEnabled',
714
+ defaultValue: false
715
+ }),
698
716
  // Added 2026-04-30 (QS-9895)
699
717
  linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
700
718
  productKeys: {
@@ -1598,6 +1616,14 @@ export const editorExperimentsConfig = {
1598
1616
  param: 'isEnabled',
1599
1617
  defaultValue: false
1600
1618
  }),
1619
+ // Added 2026-06-24
1620
+ platform_editor_diff_granular_extended: createBooleanExperiment({
1621
+ productKeys: {
1622
+ confluence: 'platform_editor_diff_granular_extended'
1623
+ },
1624
+ param: 'isEnabled',
1625
+ defaultValue: false
1626
+ }),
1601
1627
  // Added 2026-03-10
1602
1628
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1603
1629
  productKeys: {
@@ -462,6 +462,15 @@ export var editorExperimentsConfig = {
462
462
  param: 'isEnabled',
463
463
  defaultValue: false
464
464
  }),
465
+ // Added 2026-06-25
466
+ platform_editor_plus_menu_aria_label: createBooleanExperiment({
467
+ productKeys: {
468
+ confluence: 'platform_editor_plus_menu_aria_label',
469
+ jira: 'platform_editor_plus_menu_aria_label'
470
+ },
471
+ param: 'isEnabled',
472
+ defaultValue: false
473
+ }),
465
474
  // Added 2025-10-31
466
475
  platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
467
476
  productKeys: {
@@ -695,6 +704,15 @@ export var editorExperimentsConfig = {
695
704
  values: ['control', 'test'],
696
705
  defaultValue: 'control'
697
706
  }),
707
+ // Added 2026-06-25
708
+ jira_editor_a11y_toolbar_fixes: createBooleanExperiment({
709
+ productKeys: {
710
+ confluence: 'jira_editor_a11y_toolbar_fixes',
711
+ jira: 'jira_editor_a11y_toolbar_fixes'
712
+ },
713
+ param: 'isEnabled',
714
+ defaultValue: false
715
+ }),
698
716
  // Added 2026-04-30 (QS-9895)
699
717
  linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
700
718
  productKeys: {
@@ -1598,6 +1616,14 @@ export var editorExperimentsConfig = {
1598
1616
  param: 'isEnabled',
1599
1617
  defaultValue: false
1600
1618
  }),
1619
+ // Added 2026-06-24
1620
+ platform_editor_diff_granular_extended: createBooleanExperiment({
1621
+ productKeys: {
1622
+ confluence: 'platform_editor_diff_granular_extended'
1623
+ },
1624
+ param: 'isEnabled',
1625
+ defaultValue: false
1626
+ }),
1601
1627
  // Added 2026-03-10
1602
1628
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1603
1629
  productKeys: {
@@ -459,6 +459,12 @@ export declare const editorExperimentsConfig: {
459
459
  productKeys?: ProductKeys;
460
460
  typeGuard: IsBooleanType;
461
461
  };
462
+ jira_editor_a11y_toolbar_fixes: {
463
+ defaultValue: boolean;
464
+ param: string;
465
+ productKeys?: ProductKeys;
466
+ typeGuard: IsBooleanType;
467
+ };
462
468
  platform_editor_find_and_replace_improvements: {
463
469
  defaultValue: boolean;
464
470
  param: string;
@@ -543,6 +549,12 @@ export declare const editorExperimentsConfig: {
543
549
  productKeys?: ProductKeys;
544
550
  typeGuard: IsBooleanType;
545
551
  };
552
+ platform_editor_plus_menu_aria_label: {
553
+ defaultValue: boolean;
554
+ param: string;
555
+ productKeys?: ProductKeys;
556
+ typeGuard: IsBooleanType;
557
+ };
546
558
  platform_editor_prevent_taskitem_remount: {
547
559
  defaultValue: boolean;
548
560
  param: string;
@@ -1238,6 +1250,12 @@ export declare const editorExperimentsConfig: {
1238
1250
  productKeys?: ProductKeys;
1239
1251
  typeGuard: IsBooleanType;
1240
1252
  };
1253
+ platform_editor_diff_granular_extended: {
1254
+ defaultValue: boolean;
1255
+ param: string;
1256
+ productKeys?: ProductKeys;
1257
+ typeGuard: IsBooleanType;
1258
+ };
1241
1259
  platform_editor_fix_media_toolbar_border_dropdown: {
1242
1260
  defaultValue: boolean;
1243
1261
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "114.3.0",
3
+ "version": "114.5.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",