@atlaskit/tmp-editor-statsig 29.7.0 → 31.0.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,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 31.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`0a0a5831dfc2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a0a5831dfc2d) -
8
+ [ux] Adds isPlaceholderHidden param to placeholder plugin init. Removes isEmbedded option from
9
+ placeholder plugin, and removes cwr_blank_object_experiment editor experiment override
10
+
11
+ ## 30.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`bd1a52462d558`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd1a52462d558) -
16
+ Remove `platform_editor_ai_create_use_new_parser` experiment a it is fully rolled out.
17
+
18
+ ### Minor Changes
19
+
20
+ - [`3ce77a10a8e99`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3ce77a10a8e99) -
21
+ EDITOR-5521 - escape early for unhealthy editor AIFC streaming fragment
22
+
3
23
  ## 29.7.0
4
24
 
5
25
  ### Minor Changes
@@ -14,8 +14,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
14
14
  cc_editor_insm_outlier_events: 'test',
15
15
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
16
16
  platform_sl_3p_unauth_paste_as_block_card: 'control',
17
- cc_fd_db_top_editor_toolbar: 'control',
18
- cwr_blank_object_experiment: 'control'
17
+ cc_fd_db_top_editor_toolbar: 'control'
19
18
  };
20
19
  var testBooleanOverrides = exports.testBooleanOverrides = {
21
20
  cc_editor_hover_link_overlay_css_fix: false,
@@ -165,14 +165,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
165
165
  param: 'isEnabled',
166
166
  defaultValue: false
167
167
  }),
168
- // Added 2026-01-26
169
- platform_editor_ai_create_use_new_parser: (0, _experimentBuilders.createBooleanExperiment)({
170
- productKeys: {
171
- confluence: 'platform_editor_ai_create_use_new_parser'
172
- },
173
- param: 'isEnabled',
174
- defaultValue: false
175
- }),
176
168
  // Added 2025-05-27
177
169
  platform_editor_reduce_noisy_steps_ncs: (0, _experimentBuilders.createBooleanExperiment)({
178
170
  productKeys: {
@@ -661,14 +653,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
661
653
  param: 'isEnabled',
662
654
  defaultValue: false
663
655
  }),
664
- // Added 2026-01-30
665
- platform_editor_expand_on_scroll_to_block: (0, _experimentBuilders.createBooleanExperiment)({
666
- productKeys: {
667
- confluence: 'platform_editor_expand_on_scroll_to_block'
668
- },
669
- param: 'isEnabled',
670
- defaultValue: false
671
- }),
672
656
  // Added 2025-07-23
673
657
  // Added 2025-07-24
674
658
  editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
@@ -841,6 +825,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
841
825
  param: 'isEnabled',
842
826
  defaultValue: false
843
827
  }),
828
+ // Added 2026-02-25
829
+ platform_editor_ai_escape_early_for_unhealthy_node: (0, _experimentBuilders.createBooleanExperiment)({
830
+ productKeys: {
831
+ confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
832
+ },
833
+ param: 'isEnabled',
834
+ defaultValue: false
835
+ }),
844
836
  // Added 2025-12-04
845
837
  confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
846
838
  productKeys: {
@@ -1477,15 +1469,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1477
1469
  param: 'isEnabled',
1478
1470
  defaultValue: false
1479
1471
  }),
1480
- // Added 2026-02-23
1481
- cwr_blank_object_experiment: (0, _experimentBuilders.createMultivariateExperiment)({
1482
- productKeys: {
1483
- confluence: 'cwr_blank_object_experiment'
1484
- },
1485
- param: 'cohort',
1486
- values: ['control', 'variant1', 'variant2', 'variant3'],
1487
- defaultValue: 'control'
1488
- }),
1489
1472
  // Added 2026-02-24
1490
1473
  platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
1491
1474
  productKeys: {
@@ -8,8 +8,7 @@ export const testMultivariateOverrides = {
8
8
  cc_editor_insm_outlier_events: 'test',
9
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
10
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
11
- cc_fd_db_top_editor_toolbar: 'control',
12
- cwr_blank_object_experiment: 'control'
11
+ cc_fd_db_top_editor_toolbar: 'control'
13
12
  };
14
13
  export const testBooleanOverrides = {
15
14
  cc_editor_hover_link_overlay_css_fix: false,
@@ -159,14 +159,6 @@ export const editorExperimentsConfig = {
159
159
  param: 'isEnabled',
160
160
  defaultValue: false
161
161
  }),
162
- // Added 2026-01-26
163
- platform_editor_ai_create_use_new_parser: createBooleanExperiment({
164
- productKeys: {
165
- confluence: 'platform_editor_ai_create_use_new_parser'
166
- },
167
- param: 'isEnabled',
168
- defaultValue: false
169
- }),
170
162
  // Added 2025-05-27
171
163
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
172
164
  productKeys: {
@@ -655,14 +647,6 @@ export const editorExperimentsConfig = {
655
647
  param: 'isEnabled',
656
648
  defaultValue: false
657
649
  }),
658
- // Added 2026-01-30
659
- platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
660
- productKeys: {
661
- confluence: 'platform_editor_expand_on_scroll_to_block'
662
- },
663
- param: 'isEnabled',
664
- defaultValue: false
665
- }),
666
650
  // Added 2025-07-23
667
651
  // Added 2025-07-24
668
652
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
@@ -835,6 +819,14 @@ export const editorExperimentsConfig = {
835
819
  param: 'isEnabled',
836
820
  defaultValue: false
837
821
  }),
822
+ // Added 2026-02-25
823
+ platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
824
+ productKeys: {
825
+ confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
826
+ },
827
+ param: 'isEnabled',
828
+ defaultValue: false
829
+ }),
838
830
  // Added 2025-12-04
839
831
  confluence_compact_text_format: createBooleanExperiment({
840
832
  productKeys: {
@@ -1471,15 +1463,6 @@ export const editorExperimentsConfig = {
1471
1463
  param: 'isEnabled',
1472
1464
  defaultValue: false
1473
1465
  }),
1474
- // Added 2026-02-23
1475
- cwr_blank_object_experiment: createMultivariateExperiment({
1476
- productKeys: {
1477
- confluence: 'cwr_blank_object_experiment'
1478
- },
1479
- param: 'cohort',
1480
- values: ['control', 'variant1', 'variant2', 'variant3'],
1481
- defaultValue: 'control'
1482
- }),
1483
1466
  // Added 2026-02-24
1484
1467
  platform_editor_emoji_default_scale: createBooleanExperiment({
1485
1468
  productKeys: {
@@ -8,8 +8,7 @@ export var testMultivariateOverrides = {
8
8
  cc_editor_insm_outlier_events: 'test',
9
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
10
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
11
- cc_fd_db_top_editor_toolbar: 'control',
12
- cwr_blank_object_experiment: 'control'
11
+ cc_fd_db_top_editor_toolbar: 'control'
13
12
  };
14
13
  export var testBooleanOverrides = {
15
14
  cc_editor_hover_link_overlay_css_fix: false,
@@ -159,14 +159,6 @@ export var editorExperimentsConfig = {
159
159
  param: 'isEnabled',
160
160
  defaultValue: false
161
161
  }),
162
- // Added 2026-01-26
163
- platform_editor_ai_create_use_new_parser: createBooleanExperiment({
164
- productKeys: {
165
- confluence: 'platform_editor_ai_create_use_new_parser'
166
- },
167
- param: 'isEnabled',
168
- defaultValue: false
169
- }),
170
162
  // Added 2025-05-27
171
163
  platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
172
164
  productKeys: {
@@ -655,14 +647,6 @@ export var editorExperimentsConfig = {
655
647
  param: 'isEnabled',
656
648
  defaultValue: false
657
649
  }),
658
- // Added 2026-01-30
659
- platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
660
- productKeys: {
661
- confluence: 'platform_editor_expand_on_scroll_to_block'
662
- },
663
- param: 'isEnabled',
664
- defaultValue: false
665
- }),
666
650
  // Added 2025-07-23
667
651
  // Added 2025-07-24
668
652
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
@@ -835,6 +819,14 @@ export var editorExperimentsConfig = {
835
819
  param: 'isEnabled',
836
820
  defaultValue: false
837
821
  }),
822
+ // Added 2026-02-25
823
+ platform_editor_ai_escape_early_for_unhealthy_node: createBooleanExperiment({
824
+ productKeys: {
825
+ confluence: 'platform_editor_ai_escape_early_for_unhealthy_node'
826
+ },
827
+ param: 'isEnabled',
828
+ defaultValue: false
829
+ }),
838
830
  // Added 2025-12-04
839
831
  confluence_compact_text_format: createBooleanExperiment({
840
832
  productKeys: {
@@ -1471,15 +1463,6 @@ export var editorExperimentsConfig = {
1471
1463
  param: 'isEnabled',
1472
1464
  defaultValue: false
1473
1465
  }),
1474
- // Added 2026-02-23
1475
- cwr_blank_object_experiment: createMultivariateExperiment({
1476
- productKeys: {
1477
- confluence: 'cwr_blank_object_experiment'
1478
- },
1479
- param: 'cohort',
1480
- values: ['control', 'variant1', 'variant2', 'variant3'],
1481
- defaultValue: 'control'
1482
- }),
1483
1466
  // Added 2026-02-24
1484
1467
  platform_editor_emoji_default_scale: createBooleanExperiment({
1485
1468
  productKeys: {
@@ -124,6 +124,12 @@ export declare const editorExperimentsConfig: {
124
124
  productKeys?: ProductKeys;
125
125
  typeGuard: IsBooleanType;
126
126
  };
127
+ platform_editor_ai_escape_early_for_unhealthy_node: {
128
+ defaultValue: boolean;
129
+ param: string;
130
+ productKeys?: ProductKeys;
131
+ typeGuard: IsBooleanType;
132
+ };
127
133
  platform_editor_prosemirror_rendered_data: {
128
134
  defaultValue: boolean;
129
135
  param: string;
@@ -294,12 +300,6 @@ export declare const editorExperimentsConfig: {
294
300
  productKeys?: ProductKeys;
295
301
  typeGuard: IsBooleanType;
296
302
  };
297
- platform_editor_ai_create_use_new_parser: {
298
- defaultValue: boolean;
299
- param: string;
300
- productKeys?: ProductKeys;
301
- typeGuard: IsBooleanType;
302
- };
303
303
  platform_editor_august_a11y: {
304
304
  defaultValue: boolean;
305
305
  param: string;
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
324
324
  productKeys?: ProductKeys;
325
325
  typeGuard: IsBooleanType;
326
326
  };
327
- platform_editor_expand_on_scroll_to_block: {
328
- defaultValue: boolean;
329
- param: string;
330
- productKeys?: ProductKeys;
331
- typeGuard: IsBooleanType;
332
- };
333
327
  platform_editor_blockquote_in_text_formatting_menu: {
334
328
  defaultValue: boolean;
335
329
  param: string;
@@ -1092,13 +1086,6 @@ export declare const editorExperimentsConfig: {
1092
1086
  productKeys?: ProductKeys;
1093
1087
  typeGuard: IsBooleanType;
1094
1088
  };
1095
- cwr_blank_object_experiment: {
1096
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
1097
- param: string;
1098
- productKeys?: ProductKeys;
1099
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
1100
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
1101
- };
1102
1089
  platform_editor_emoji_default_scale: {
1103
1090
  defaultValue: boolean;
1104
1091
  param: string;
@@ -124,6 +124,12 @@ export declare const editorExperimentsConfig: {
124
124
  productKeys?: ProductKeys;
125
125
  typeGuard: IsBooleanType;
126
126
  };
127
+ platform_editor_ai_escape_early_for_unhealthy_node: {
128
+ defaultValue: boolean;
129
+ param: string;
130
+ productKeys?: ProductKeys;
131
+ typeGuard: IsBooleanType;
132
+ };
127
133
  platform_editor_prosemirror_rendered_data: {
128
134
  defaultValue: boolean;
129
135
  param: string;
@@ -294,12 +300,6 @@ export declare const editorExperimentsConfig: {
294
300
  productKeys?: ProductKeys;
295
301
  typeGuard: IsBooleanType;
296
302
  };
297
- platform_editor_ai_create_use_new_parser: {
298
- defaultValue: boolean;
299
- param: string;
300
- productKeys?: ProductKeys;
301
- typeGuard: IsBooleanType;
302
- };
303
303
  platform_editor_august_a11y: {
304
304
  defaultValue: boolean;
305
305
  param: string;
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
324
324
  productKeys?: ProductKeys;
325
325
  typeGuard: IsBooleanType;
326
326
  };
327
- platform_editor_expand_on_scroll_to_block: {
328
- defaultValue: boolean;
329
- param: string;
330
- productKeys?: ProductKeys;
331
- typeGuard: IsBooleanType;
332
- };
333
327
  platform_editor_blockquote_in_text_formatting_menu: {
334
328
  defaultValue: boolean;
335
329
  param: string;
@@ -1092,13 +1086,6 @@ export declare const editorExperimentsConfig: {
1092
1086
  productKeys?: ProductKeys;
1093
1087
  typeGuard: IsBooleanType;
1094
1088
  };
1095
- cwr_blank_object_experiment: {
1096
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
1097
- param: string;
1098
- productKeys?: ProductKeys;
1099
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
1100
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
1101
- };
1102
1089
  platform_editor_emoji_default_scale: {
1103
1090
  defaultValue: boolean;
1104
1091
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "29.7.0",
3
+ "version": "31.0.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",