@atlaskit/tmp-editor-statsig 32.6.0 → 32.8.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
+ ## 32.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`96e18b19a6a06`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96e18b19a6a06) -
8
+ EDITOR-5722 Tab to Improve Writing: Add experiment definition for platform_editor_ai_quick_prompt
9
+
10
+ ## 32.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`45a3755608d26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45a3755608d26) -
15
+ introduce discarded unified analytic events and fix bug with undo/deletion detection
16
+
3
17
  ## 32.6.0
4
18
 
5
19
  ### Minor Changes
@@ -827,6 +827,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
827
827
  param: 'isEnabled',
828
828
  defaultValue: false
829
829
  }),
830
+ // Added 2026-03-03
831
+ platform_editor_ai_quick_prompt: (0, _experimentBuilders.createBooleanExperiment)({
832
+ productKeys: {
833
+ confluence: 'platform_editor_ai_quick_prompt',
834
+ jira: 'platform_editor_ai_quick_prompt'
835
+ },
836
+ param: 'isEnabled',
837
+ defaultValue: false
838
+ }),
830
839
  // Added 2026-02-25
831
840
  platform_editor_ai_escape_early_for_unhealthy_node: (0, _experimentBuilders.createBooleanExperiment)({
832
841
  productKeys: {
@@ -1518,5 +1527,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1518
1527
  },
1519
1528
  param: 'isEnabled',
1520
1529
  defaultValue: false
1530
+ }),
1531
+ // Added 2026-03-02
1532
+ platform_editor_discarded_unified_analytic_events: (0, _experimentBuilders.createBooleanExperiment)({
1533
+ productKeys: {
1534
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1535
+ jira: 'platform_editor_discarded_unified_analytic_events'
1536
+ },
1537
+ param: 'isEnabled',
1538
+ defaultValue: false
1521
1539
  })
1522
1540
  };
@@ -821,6 +821,15 @@ export const editorExperimentsConfig = {
821
821
  param: 'isEnabled',
822
822
  defaultValue: false
823
823
  }),
824
+ // Added 2026-03-03
825
+ platform_editor_ai_quick_prompt: createBooleanExperiment({
826
+ productKeys: {
827
+ confluence: 'platform_editor_ai_quick_prompt',
828
+ jira: 'platform_editor_ai_quick_prompt'
829
+ },
830
+ param: 'isEnabled',
831
+ defaultValue: false
832
+ }),
824
833
  // Added 2026-02-25
825
834
  platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
826
835
  productKeys: {
@@ -1512,5 +1521,14 @@ export const editorExperimentsConfig = {
1512
1521
  },
1513
1522
  param: 'isEnabled',
1514
1523
  defaultValue: false
1524
+ }),
1525
+ // Added 2026-03-02
1526
+ platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1527
+ productKeys: {
1528
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1529
+ jira: 'platform_editor_discarded_unified_analytic_events'
1530
+ },
1531
+ param: 'isEnabled',
1532
+ defaultValue: false
1515
1533
  })
1516
1534
  };
@@ -821,6 +821,15 @@ export var editorExperimentsConfig = {
821
821
  param: 'isEnabled',
822
822
  defaultValue: false
823
823
  }),
824
+ // Added 2026-03-03
825
+ platform_editor_ai_quick_prompt: createBooleanExperiment({
826
+ productKeys: {
827
+ confluence: 'platform_editor_ai_quick_prompt',
828
+ jira: 'platform_editor_ai_quick_prompt'
829
+ },
830
+ param: 'isEnabled',
831
+ defaultValue: false
832
+ }),
824
833
  // Added 2026-02-25
825
834
  platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
826
835
  productKeys: {
@@ -1512,5 +1521,14 @@ export var editorExperimentsConfig = {
1512
1521
  },
1513
1522
  param: 'isEnabled',
1514
1523
  defaultValue: false
1524
+ }),
1525
+ // Added 2026-03-02
1526
+ platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1527
+ productKeys: {
1528
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1529
+ jira: 'platform_editor_discarded_unified_analytic_events'
1530
+ },
1531
+ param: 'isEnabled',
1532
+ defaultValue: false
1515
1533
  })
1516
1534
  };
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ platform_editor_ai_quick_prompt: {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  platform_editor_ai_escape_early_for_unhealthy_node: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -1116,6 +1122,12 @@ export declare const editorExperimentsConfig: {
1116
1122
  productKeys?: ProductKeys;
1117
1123
  typeGuard: IsBooleanType;
1118
1124
  };
1125
+ platform_editor_discarded_unified_analytic_events: {
1126
+ defaultValue: boolean;
1127
+ param: string;
1128
+ productKeys?: ProductKeys;
1129
+ typeGuard: IsBooleanType;
1130
+ };
1119
1131
  platform_editor_ai_update_actioned_event_timeout: {
1120
1132
  defaultValue: boolean;
1121
1133
  param: string;
@@ -130,6 +130,12 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
+ platform_editor_ai_quick_prompt: {
134
+ defaultValue: boolean;
135
+ param: string;
136
+ productKeys?: ProductKeys;
137
+ typeGuard: IsBooleanType;
138
+ };
133
139
  platform_editor_ai_escape_early_for_unhealthy_node: {
134
140
  defaultValue: boolean;
135
141
  param: string;
@@ -1116,6 +1122,12 @@ export declare const editorExperimentsConfig: {
1116
1122
  productKeys?: ProductKeys;
1117
1123
  typeGuard: IsBooleanType;
1118
1124
  };
1125
+ platform_editor_discarded_unified_analytic_events: {
1126
+ defaultValue: boolean;
1127
+ param: string;
1128
+ productKeys?: ProductKeys;
1129
+ typeGuard: IsBooleanType;
1130
+ };
1119
1131
  platform_editor_ai_update_actioned_event_timeout: {
1120
1132
  defaultValue: boolean;
1121
1133
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.6.0",
3
+ "version": "32.8.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",