@atlaskit/tmp-editor-statsig 114.4.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,19 @@
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
+
3
17
  ## 114.4.0
4
18
 
5
19
  ### 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: {
@@ -1613,6 +1622,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1613
1622
  param: 'isEnabled',
1614
1623
  defaultValue: false
1615
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
+ }),
1616
1633
  // Added 2026-03-10
1617
1634
  platform_editor_fix_media_toolbar_border_dropdown: (0, _experimentBuilders.createBooleanExperiment)({
1618
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: {
@@ -1607,6 +1616,14 @@ export const editorExperimentsConfig = {
1607
1616
  param: 'isEnabled',
1608
1617
  defaultValue: false
1609
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
+ }),
1610
1627
  // Added 2026-03-10
1611
1628
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1612
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: {
@@ -1607,6 +1616,14 @@ export var editorExperimentsConfig = {
1607
1616
  param: 'isEnabled',
1608
1617
  defaultValue: false
1609
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
+ }),
1610
1627
  // Added 2026-03-10
1611
1628
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1612
1629
  productKeys: {
@@ -549,6 +549,12 @@ export declare const editorExperimentsConfig: {
549
549
  productKeys?: ProductKeys;
550
550
  typeGuard: IsBooleanType;
551
551
  };
552
+ platform_editor_plus_menu_aria_label: {
553
+ defaultValue: boolean;
554
+ param: string;
555
+ productKeys?: ProductKeys;
556
+ typeGuard: IsBooleanType;
557
+ };
552
558
  platform_editor_prevent_taskitem_remount: {
553
559
  defaultValue: boolean;
554
560
  param: string;
@@ -1244,6 +1250,12 @@ export declare const editorExperimentsConfig: {
1244
1250
  productKeys?: ProductKeys;
1245
1251
  typeGuard: IsBooleanType;
1246
1252
  };
1253
+ platform_editor_diff_granular_extended: {
1254
+ defaultValue: boolean;
1255
+ param: string;
1256
+ productKeys?: ProductKeys;
1257
+ typeGuard: IsBooleanType;
1258
+ };
1247
1259
  platform_editor_fix_media_toolbar_border_dropdown: {
1248
1260
  defaultValue: boolean;
1249
1261
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "114.4.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",