@atlaskit/tmp-editor-statsig 32.5.0 → 32.7.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.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`45a3755608d26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45a3755608d26) -
8
+ introduce discarded unified analytic events and fix bug with undo/deletion detection
9
+
10
+ ## 32.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`342dd44a8575e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/342dd44a8575e) -
15
+ [ux] EDITOR-4609 Add prop to disable pasting expands
16
+
3
17
  ## 32.5.0
4
18
 
5
19
  ### Minor Changes
@@ -1130,6 +1130,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1130
1130
  param: 'isEnabled',
1131
1131
  defaultValue: false
1132
1132
  }),
1133
+ // Added 2026-02-25
1134
+ platform_editor_expand_paste_in_comment_editor: (0, _experimentBuilders.createBooleanExperiment)({
1135
+ productKeys: {
1136
+ confluence: 'platform_editor_expand_paste_in_comment_editor'
1137
+ },
1138
+ param: 'isEnabled',
1139
+ defaultValue: false
1140
+ }),
1133
1141
  // Added 2026-01-12
1134
1142
  platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1135
1143
  productKeys: {
@@ -1502,5 +1510,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1502
1510
  },
1503
1511
  param: 'isEnabled',
1504
1512
  defaultValue: false
1513
+ }),
1514
+ // Added 2026-03-03
1515
+ platform_editor_ai_update_actioned_event_timeout: (0, _experimentBuilders.createBooleanExperiment)({
1516
+ productKeys: {
1517
+ confluence: 'platform_editor_ai_update_actioned_event_timeout'
1518
+ },
1519
+ param: 'isEnabled',
1520
+ defaultValue: false
1521
+ }),
1522
+ // Added 2026-03-02
1523
+ platform_editor_discarded_unified_analytic_events: (0, _experimentBuilders.createBooleanExperiment)({
1524
+ productKeys: {
1525
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1526
+ jira: 'platform_editor_discarded_unified_analytic_events'
1527
+ },
1528
+ param: 'isEnabled',
1529
+ defaultValue: false
1505
1530
  })
1506
1531
  };
@@ -1124,6 +1124,14 @@ export const editorExperimentsConfig = {
1124
1124
  param: 'isEnabled',
1125
1125
  defaultValue: false
1126
1126
  }),
1127
+ // Added 2026-02-25
1128
+ platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
1129
+ productKeys: {
1130
+ confluence: 'platform_editor_expand_paste_in_comment_editor'
1131
+ },
1132
+ param: 'isEnabled',
1133
+ defaultValue: false
1134
+ }),
1127
1135
  // Added 2026-01-12
1128
1136
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1129
1137
  productKeys: {
@@ -1496,5 +1504,22 @@ export const editorExperimentsConfig = {
1496
1504
  },
1497
1505
  param: 'isEnabled',
1498
1506
  defaultValue: false
1507
+ }),
1508
+ // Added 2026-03-03
1509
+ platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
1510
+ productKeys: {
1511
+ confluence: 'platform_editor_ai_update_actioned_event_timeout'
1512
+ },
1513
+ param: 'isEnabled',
1514
+ defaultValue: false
1515
+ }),
1516
+ // Added 2026-03-02
1517
+ platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1518
+ productKeys: {
1519
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1520
+ jira: 'platform_editor_discarded_unified_analytic_events'
1521
+ },
1522
+ param: 'isEnabled',
1523
+ defaultValue: false
1499
1524
  })
1500
1525
  };
@@ -1124,6 +1124,14 @@ export var editorExperimentsConfig = {
1124
1124
  param: 'isEnabled',
1125
1125
  defaultValue: false
1126
1126
  }),
1127
+ // Added 2026-02-25
1128
+ platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
1129
+ productKeys: {
1130
+ confluence: 'platform_editor_expand_paste_in_comment_editor'
1131
+ },
1132
+ param: 'isEnabled',
1133
+ defaultValue: false
1134
+ }),
1127
1135
  // Added 2026-01-12
1128
1136
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1129
1137
  productKeys: {
@@ -1496,5 +1504,22 @@ export var editorExperimentsConfig = {
1496
1504
  },
1497
1505
  param: 'isEnabled',
1498
1506
  defaultValue: false
1507
+ }),
1508
+ // Added 2026-03-03
1509
+ platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
1510
+ productKeys: {
1511
+ confluence: 'platform_editor_ai_update_actioned_event_timeout'
1512
+ },
1513
+ param: 'isEnabled',
1514
+ defaultValue: false
1515
+ }),
1516
+ // Added 2026-03-02
1517
+ platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1518
+ productKeys: {
1519
+ confluence: 'platform_editor_discarded_unified_analytic_events',
1520
+ jira: 'platform_editor_discarded_unified_analytic_events'
1521
+ },
1522
+ param: 'isEnabled',
1523
+ defaultValue: false
1499
1524
  })
1500
1525
  };
@@ -312,6 +312,12 @@ export declare const editorExperimentsConfig: {
312
312
  productKeys?: ProductKeys;
313
313
  typeGuard: IsBooleanType;
314
314
  };
315
+ platform_editor_expand_paste_in_comment_editor: {
316
+ defaultValue: boolean;
317
+ param: string;
318
+ productKeys?: ProductKeys;
319
+ typeGuard: IsBooleanType;
320
+ };
315
321
  platform_editor_block_control_optimise_render: {
316
322
  defaultValue: boolean;
317
323
  param: string;
@@ -1110,5 +1116,17 @@ export declare const editorExperimentsConfig: {
1110
1116
  productKeys?: ProductKeys;
1111
1117
  typeGuard: IsBooleanType;
1112
1118
  };
1119
+ platform_editor_discarded_unified_analytic_events: {
1120
+ defaultValue: boolean;
1121
+ param: string;
1122
+ productKeys?: ProductKeys;
1123
+ typeGuard: IsBooleanType;
1124
+ };
1125
+ platform_editor_ai_update_actioned_event_timeout: {
1126
+ defaultValue: boolean;
1127
+ param: string;
1128
+ productKeys?: ProductKeys;
1129
+ typeGuard: IsBooleanType;
1130
+ };
1113
1131
  };
1114
1132
  export {};
@@ -312,6 +312,12 @@ export declare const editorExperimentsConfig: {
312
312
  productKeys?: ProductKeys;
313
313
  typeGuard: IsBooleanType;
314
314
  };
315
+ platform_editor_expand_paste_in_comment_editor: {
316
+ defaultValue: boolean;
317
+ param: string;
318
+ productKeys?: ProductKeys;
319
+ typeGuard: IsBooleanType;
320
+ };
315
321
  platform_editor_block_control_optimise_render: {
316
322
  defaultValue: boolean;
317
323
  param: string;
@@ -1110,5 +1116,17 @@ export declare const editorExperimentsConfig: {
1110
1116
  productKeys?: ProductKeys;
1111
1117
  typeGuard: IsBooleanType;
1112
1118
  };
1119
+ platform_editor_discarded_unified_analytic_events: {
1120
+ defaultValue: boolean;
1121
+ param: string;
1122
+ productKeys?: ProductKeys;
1123
+ typeGuard: IsBooleanType;
1124
+ };
1125
+ platform_editor_ai_update_actioned_event_timeout: {
1126
+ defaultValue: boolean;
1127
+ param: string;
1128
+ productKeys?: ProductKeys;
1129
+ typeGuard: IsBooleanType;
1130
+ };
1113
1131
  };
1114
1132
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.5.0",
3
+ "version": "32.7.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",