@atlaskit/tmp-editor-statsig 32.2.0 → 32.4.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d78ff724d3bce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d78ff724d3bce) -
8
+ Add editor_a11y_decision_aria_label boolean experiment
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 32.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`4446a5fc716d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4446a5fc716d9) -
19
+ [ux] proactively catch up on ncs connected
20
+
3
21
  ## 32.2.0
4
22
 
5
23
  ### Minor Changes
@@ -62,6 +62,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
62
62
  param: 'isEnabled',
63
63
  defaultValue: false
64
64
  }),
65
+ // Added 2026-02-20
66
+ editor_a11y_decision_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
67
+ productKeys: {
68
+ confluence: 'editor_a11y_decision_aria_label',
69
+ jira: 'editor_a11y_decision_aria_label'
70
+ },
71
+ param: 'isEnabled',
72
+ defaultValue: false
73
+ }),
65
74
  // Added 03-09-2025
66
75
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
67
76
  productKeys: {
@@ -1477,5 +1486,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1477
1486
  },
1478
1487
  param: 'isEnabled',
1479
1488
  defaultValue: false
1489
+ }),
1490
+ // Added 2026-02-27
1491
+ platform_editor_early_exit_return_draft: (0, _experimentBuilders.createBooleanExperiment)({
1492
+ productKeys: {
1493
+ confluence: 'platform_editor_early_exit_return_draft'
1494
+ },
1495
+ param: 'isEnabled',
1496
+ defaultValue: false
1480
1497
  })
1481
1498
  };
@@ -56,6 +56,15 @@ export const editorExperimentsConfig = {
56
56
  param: 'isEnabled',
57
57
  defaultValue: false
58
58
  }),
59
+ // Added 2026-02-20
60
+ editor_a11y_decision_aria_label: createBooleanExperiment({
61
+ productKeys: {
62
+ confluence: 'editor_a11y_decision_aria_label',
63
+ jira: 'editor_a11y_decision_aria_label'
64
+ },
65
+ param: 'isEnabled',
66
+ defaultValue: false
67
+ }),
59
68
  // Added 03-09-2025
60
69
  cc_editor_interactivity_monitoring: createBooleanExperiment({
61
70
  productKeys: {
@@ -1471,5 +1480,13 @@ export const editorExperimentsConfig = {
1471
1480
  },
1472
1481
  param: 'isEnabled',
1473
1482
  defaultValue: false
1483
+ }),
1484
+ // Added 2026-02-27
1485
+ platform_editor_early_exit_return_draft: createBooleanExperiment({
1486
+ productKeys: {
1487
+ confluence: 'platform_editor_early_exit_return_draft'
1488
+ },
1489
+ param: 'isEnabled',
1490
+ defaultValue: false
1474
1491
  })
1475
1492
  };
@@ -56,6 +56,15 @@ export var editorExperimentsConfig = {
56
56
  param: 'isEnabled',
57
57
  defaultValue: false
58
58
  }),
59
+ // Added 2026-02-20
60
+ editor_a11y_decision_aria_label: createBooleanExperiment({
61
+ productKeys: {
62
+ confluence: 'editor_a11y_decision_aria_label',
63
+ jira: 'editor_a11y_decision_aria_label'
64
+ },
65
+ param: 'isEnabled',
66
+ defaultValue: false
67
+ }),
59
68
  // Added 03-09-2025
60
69
  cc_editor_interactivity_monitoring: createBooleanExperiment({
61
70
  productKeys: {
@@ -1471,5 +1480,13 @@ export var editorExperimentsConfig = {
1471
1480
  },
1472
1481
  param: 'isEnabled',
1473
1482
  defaultValue: false
1483
+ }),
1484
+ // Added 2026-02-27
1485
+ platform_editor_early_exit_return_draft: createBooleanExperiment({
1486
+ productKeys: {
1487
+ confluence: 'platform_editor_early_exit_return_draft'
1488
+ },
1489
+ param: 'isEnabled',
1490
+ defaultValue: false
1474
1491
  })
1475
1492
  };
@@ -58,6 +58,12 @@ export declare const editorExperimentsConfig: {
58
58
  typeGuard: (value: unknown) => value is 'control' | 'test';
59
59
  values: ('control' | 'test')[];
60
60
  };
61
+ editor_a11y_decision_aria_label: {
62
+ defaultValue: boolean;
63
+ param: string;
64
+ productKeys?: ProductKeys;
65
+ typeGuard: IsBooleanType;
66
+ };
61
67
  cc_editor_interactivity_monitoring: {
62
68
  defaultValue: boolean;
63
69
  param: string;
@@ -1092,5 +1098,11 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_early_exit_return_draft: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  };
1096
1108
  export {};
@@ -58,6 +58,12 @@ export declare const editorExperimentsConfig: {
58
58
  typeGuard: (value: unknown) => value is 'control' | 'test';
59
59
  values: ('control' | 'test')[];
60
60
  };
61
+ editor_a11y_decision_aria_label: {
62
+ defaultValue: boolean;
63
+ param: string;
64
+ productKeys?: ProductKeys;
65
+ typeGuard: IsBooleanType;
66
+ };
61
67
  cc_editor_interactivity_monitoring: {
62
68
  defaultValue: boolean;
63
69
  param: string;
@@ -1092,5 +1098,11 @@ export declare const editorExperimentsConfig: {
1092
1098
  productKeys?: ProductKeys;
1093
1099
  typeGuard: IsBooleanType;
1094
1100
  };
1101
+ platform_editor_early_exit_return_draft: {
1102
+ defaultValue: boolean;
1103
+ param: string;
1104
+ productKeys?: ProductKeys;
1105
+ typeGuard: IsBooleanType;
1106
+ };
1095
1107
  };
1096
1108
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.2.0",
3
+ "version": "32.4.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",