@atlaskit/tmp-editor-statsig 32.4.0 → 32.6.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.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`342dd44a8575e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/342dd44a8575e) -
8
+ [ux] EDITOR-4609 Add prop to disable pasting expands
9
+
10
+ ## 32.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`ab3866dd7f659`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab3866dd7f659) -
15
+ Add editor_a11y_7152_profile_card_tab_order experiment to package
16
+
3
17
  ## 32.4.0
4
18
 
5
19
  ### Minor Changes
@@ -998,6 +998,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
998
998
  param: 'isEnabled',
999
999
  defaultValue: false
1000
1000
  }),
1001
+ // Added 2026-02-18
1002
+ editor_a11y_7152_profile_card_tab_order: (0, _experimentBuilders.createBooleanExperiment)({
1003
+ productKeys: {
1004
+ confluence: 'editor_a11y_7152_profile_card_tab_order'
1005
+ },
1006
+ param: 'isEnabled',
1007
+ defaultValue: false
1008
+ }),
1001
1009
  // Added 2025-11-19
1002
1010
  platform_editor_lovability_navigation_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1003
1011
  productKeys: {
@@ -1122,6 +1130,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1122
1130
  param: 'isEnabled',
1123
1131
  defaultValue: false
1124
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
+ }),
1125
1141
  // Added 2026-01-12
1126
1142
  platform_editor_table_sticky_header_patch_11: (0, _experimentBuilders.createBooleanExperiment)({
1127
1143
  productKeys: {
@@ -1494,5 +1510,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1494
1510
  },
1495
1511
  param: 'isEnabled',
1496
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
1497
1521
  })
1498
1522
  };
@@ -992,6 +992,14 @@ export const editorExperimentsConfig = {
992
992
  param: 'isEnabled',
993
993
  defaultValue: false
994
994
  }),
995
+ // Added 2026-02-18
996
+ editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
997
+ productKeys: {
998
+ confluence: 'editor_a11y_7152_profile_card_tab_order'
999
+ },
1000
+ param: 'isEnabled',
1001
+ defaultValue: false
1002
+ }),
995
1003
  // Added 2025-11-19
996
1004
  platform_editor_lovability_navigation_fixes: createBooleanExperiment({
997
1005
  productKeys: {
@@ -1116,6 +1124,14 @@ export const editorExperimentsConfig = {
1116
1124
  param: 'isEnabled',
1117
1125
  defaultValue: false
1118
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
+ }),
1119
1135
  // Added 2026-01-12
1120
1136
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1121
1137
  productKeys: {
@@ -1488,5 +1504,13 @@ export const editorExperimentsConfig = {
1488
1504
  },
1489
1505
  param: 'isEnabled',
1490
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
1491
1515
  })
1492
1516
  };
@@ -992,6 +992,14 @@ export var editorExperimentsConfig = {
992
992
  param: 'isEnabled',
993
993
  defaultValue: false
994
994
  }),
995
+ // Added 2026-02-18
996
+ editor_a11y_7152_profile_card_tab_order: createBooleanExperiment({
997
+ productKeys: {
998
+ confluence: 'editor_a11y_7152_profile_card_tab_order'
999
+ },
1000
+ param: 'isEnabled',
1001
+ defaultValue: false
1002
+ }),
995
1003
  // Added 2025-11-19
996
1004
  platform_editor_lovability_navigation_fixes: createBooleanExperiment({
997
1005
  productKeys: {
@@ -1116,6 +1124,14 @@ export var editorExperimentsConfig = {
1116
1124
  param: 'isEnabled',
1117
1125
  defaultValue: false
1118
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
+ }),
1119
1135
  // Added 2026-01-12
1120
1136
  platform_editor_table_sticky_header_patch_11: createBooleanExperiment({
1121
1137
  productKeys: {
@@ -1488,5 +1504,13 @@ export var editorExperimentsConfig = {
1488
1504
  },
1489
1505
  param: 'isEnabled',
1490
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
1491
1515
  })
1492
1516
  };
@@ -51,6 +51,12 @@ export declare const editorExperimentsConfig: {
51
51
  productKeys?: ProductKeys;
52
52
  typeGuard: IsBooleanType;
53
53
  };
54
+ editor_a11y_7152_profile_card_tab_order: {
55
+ defaultValue: boolean;
56
+ param: string;
57
+ productKeys?: ProductKeys;
58
+ typeGuard: IsBooleanType;
59
+ };
54
60
  cc_editor_insm_outlier_events: {
55
61
  defaultValue: 'control' | 'test';
56
62
  param: string;
@@ -306,6 +312,12 @@ export declare const editorExperimentsConfig: {
306
312
  productKeys?: ProductKeys;
307
313
  typeGuard: IsBooleanType;
308
314
  };
315
+ platform_editor_expand_paste_in_comment_editor: {
316
+ defaultValue: boolean;
317
+ param: string;
318
+ productKeys?: ProductKeys;
319
+ typeGuard: IsBooleanType;
320
+ };
309
321
  platform_editor_block_control_optimise_render: {
310
322
  defaultValue: boolean;
311
323
  param: string;
@@ -1104,5 +1116,11 @@ export declare const editorExperimentsConfig: {
1104
1116
  productKeys?: ProductKeys;
1105
1117
  typeGuard: IsBooleanType;
1106
1118
  };
1119
+ platform_editor_ai_update_actioned_event_timeout: {
1120
+ defaultValue: boolean;
1121
+ param: string;
1122
+ productKeys?: ProductKeys;
1123
+ typeGuard: IsBooleanType;
1124
+ };
1107
1125
  };
1108
1126
  export {};
@@ -51,6 +51,12 @@ export declare const editorExperimentsConfig: {
51
51
  productKeys?: ProductKeys;
52
52
  typeGuard: IsBooleanType;
53
53
  };
54
+ editor_a11y_7152_profile_card_tab_order: {
55
+ defaultValue: boolean;
56
+ param: string;
57
+ productKeys?: ProductKeys;
58
+ typeGuard: IsBooleanType;
59
+ };
54
60
  cc_editor_insm_outlier_events: {
55
61
  defaultValue: 'control' | 'test';
56
62
  param: string;
@@ -306,6 +312,12 @@ export declare const editorExperimentsConfig: {
306
312
  productKeys?: ProductKeys;
307
313
  typeGuard: IsBooleanType;
308
314
  };
315
+ platform_editor_expand_paste_in_comment_editor: {
316
+ defaultValue: boolean;
317
+ param: string;
318
+ productKeys?: ProductKeys;
319
+ typeGuard: IsBooleanType;
320
+ };
309
321
  platform_editor_block_control_optimise_render: {
310
322
  defaultValue: boolean;
311
323
  param: string;
@@ -1104,5 +1116,11 @@ export declare const editorExperimentsConfig: {
1104
1116
  productKeys?: ProductKeys;
1105
1117
  typeGuard: IsBooleanType;
1106
1118
  };
1119
+ platform_editor_ai_update_actioned_event_timeout: {
1120
+ defaultValue: boolean;
1121
+ param: string;
1122
+ productKeys?: ProductKeys;
1123
+ typeGuard: IsBooleanType;
1124
+ };
1107
1125
  };
1108
1126
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.4.0",
3
+ "version": "32.6.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",