@atlaskit/tmp-editor-statsig 198.0.0 → 200.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,32 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 200.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`8d37dc7e55d62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d37dc7e55d62) -
8
+ Clean up shipped experiment `platform_editor_block_menu`
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 199.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - [`04a147a4ed8b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04a147a4ed8b5) -
19
+ Remove the platform_editor_table_excerpts_fix experiment and make its enabled behavior permanent.
20
+ Tables inside layout columns retain their full-width styling in both Emotion and Compiled editors.
21
+
22
+ The experiment key has been removed from tmp-editor-statsig configuration. Consumers must remove
23
+ checks for this key and retain the isEnabled: true behavior.
24
+
25
+ - [`6c7f03ca0f4ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c7f03ca0f4ad) -
26
+ Clean up experiment `editor_a11y__toolbar-item-aria-described-by_fy27`
27
+ - [`edc1eb0f84ed8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/edc1eb0f84ed8) -
28
+ Clean up experiment `platform_editor_comment_on_bodied_extensions`
29
+
3
30
  ## 198.0.0
4
31
 
5
32
  ### Major Changes
@@ -30,7 +30,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
30
30
  platform_editor_toolbar_aifc: false,
31
31
  'test-new-experiments-package': false,
32
32
  platform_renderer_table_sticky_scrollbar: false,
33
- comment_on_bodied_extensions: false,
34
33
  advanced_layouts: false,
35
34
  single_column_layouts: false,
36
35
  platform_editor_ai_unsplash_page_header: false,
@@ -51,13 +50,10 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
51
50
  'cwr-reduce-prompt-suggestion-max-chars': false,
52
51
  'cwr-staging-area-close-as-minimize-button': false,
53
52
  prompt_tile_content_type_localizaiton: false,
54
- // [CCI-15904] New AIFC Editor Experience — AND-gated with
55
- // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
56
- // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
57
- // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
58
- // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
59
- // `platform_editor_ai_replace_doc: false` override has been removed since
60
- // it does not gate this feature.
53
+ // [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
54
+ // in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
55
+ // separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
56
+ // does not read this key.
61
57
  platform_editor_ai_new_aifc_editor_experience: false,
62
58
  cc_page_experiences_editor_image_generation: false,
63
59
  platform_use_unicode_emojis: false,
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
14
14
 
15
15
  // These experiments have a jira-specific key that differs from the experiment name,
16
16
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
17
- var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
17
+ var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
18
18
 
19
19
  /**
20
20
  * Extract valid expected values.
@@ -93,15 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
93
93
  param: 'isEnabled',
94
94
  defaultValue: false
95
95
  }),
96
- // Added 2026-07-21
97
- 'editor_a11y__toolbar-item-aria-described-by_fy27': (0, _createBooleanExperiment.createBooleanExperiment)({
98
- productKeys: {
99
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
100
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
101
- },
102
- param: 'isEnabled',
103
- defaultValue: false
104
- }),
105
96
  // Added 2026-06-19
106
97
  'enghealth-53346_fix_redaction_marker_editor': (0, _createBooleanExperiment.createBooleanExperiment)({
107
98
  productKeys: {
@@ -288,14 +279,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
288
279
  param: 'isEnabled',
289
280
  defaultValue: false
290
281
  }),
291
- // Added 2024-10-01
292
- comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
293
- productKeys: {
294
- confluence: 'platform_editor_comment_on_bodied_extensions'
295
- },
296
- param: 'isEnabled',
297
- defaultValue: false
298
- }),
299
282
  // Added 2024-10-14
300
283
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
301
284
  advanced_layouts: (0, _createBooleanExperiment.createBooleanExperiment)({
@@ -513,14 +496,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
513
496
  param: 'isEnabled',
514
497
  defaultValue: false
515
498
  }),
516
- // Added 2026-01-27
517
- platform_editor_table_excerpts_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
518
- productKeys: {
519
- confluence: 'platform_editor_table_excerpts_fix'
520
- },
521
- param: 'isEnabled',
522
- defaultValue: false
523
- }),
524
499
  // Added 2025-08-17
525
500
  platform_hover_card_preview_panel: (0, _createMultivariateExperiment.createMultivariateExperiment)({
526
501
  productKeys: {
@@ -540,15 +515,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
540
515
  param: 'isEnabled',
541
516
  defaultValue: false
542
517
  }),
543
- // Added 2025--8-05
544
- platform_editor_block_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
545
- productKeys: {
546
- confluence: 'platform_editor_block_menu',
547
- jira: 'platform_editor_blocks_jira'
548
- },
549
- param: 'isEnabled',
550
- defaultValue: false
551
- }),
552
518
  // Added 2026-06-09
553
519
  platform_editor_blocks: (0, _createBooleanExperiment.createBooleanExperiment)({
554
520
  productKeys: {
@@ -969,22 +935,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
969
935
  param: 'isEnabled',
970
936
  defaultValue: false
971
937
  }),
972
- // Added 2026-02-19
973
- platform_editor_flexible_list_indentation: (0, _createBooleanExperiment.createBooleanExperiment)({
974
- productKeys: {
975
- confluence: 'platform_editor_flexible_list_indentation'
976
- },
977
- param: 'isEnabled',
978
- defaultValue: false
979
- }),
980
- // Added 2026-03-24
981
- platform_editor_flexible_list_schema: (0, _createBooleanExperiment.createBooleanExperiment)({
982
- productKeys: {
983
- confluence: 'platform_editor_flexible_list_schema'
984
- },
985
- param: 'isEnabled',
986
- defaultValue: false
987
- }),
988
938
  // Added 2026-02-24
989
939
  platform_editor_emoji_default_scale: (0, _createBooleanExperiment.createBooleanExperiment)({
990
940
  productKeys: {
@@ -24,7 +24,6 @@ export const testBooleanOverrides = {
24
24
  platform_editor_toolbar_aifc: false,
25
25
  'test-new-experiments-package': false,
26
26
  platform_renderer_table_sticky_scrollbar: false,
27
- comment_on_bodied_extensions: false,
28
27
  advanced_layouts: false,
29
28
  single_column_layouts: false,
30
29
  platform_editor_ai_unsplash_page_header: false,
@@ -45,13 +44,10 @@ export const testBooleanOverrides = {
45
44
  'cwr-reduce-prompt-suggestion-max-chars': false,
46
45
  'cwr-staging-area-close-as-minimize-button': false,
47
46
  prompt_tile_content_type_localizaiton: false,
48
- // [CCI-15904] New AIFC Editor Experience — AND-gated with
49
- // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
50
- // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
51
- // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
52
- // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
53
- // `platform_editor_ai_replace_doc: false` override has been removed since
54
- // it does not gate this feature.
47
+ // [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
48
+ // in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
49
+ // separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
50
+ // does not read this key.
55
51
  platform_editor_ai_new_aifc_editor_experience: false,
56
52
  cc_page_experiences_editor_image_generation: false,
57
53
  platform_use_unicode_emojis: false,
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export const disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -87,15 +87,6 @@ export const editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-21
91
- 'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
94
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
90
  // Added 2026-06-19
100
91
  'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
101
92
  productKeys: {
@@ -282,14 +273,6 @@ export const editorExperimentsConfig = {
282
273
  param: 'isEnabled',
283
274
  defaultValue: false
284
275
  }),
285
- // Added 2024-10-01
286
- comment_on_bodied_extensions: createBooleanExperiment({
287
- productKeys: {
288
- confluence: 'platform_editor_comment_on_bodied_extensions'
289
- },
290
- param: 'isEnabled',
291
- defaultValue: false
292
- }),
293
276
  // Added 2024-10-14
294
277
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
295
278
  advanced_layouts: createBooleanExperiment({
@@ -507,14 +490,6 @@ export const editorExperimentsConfig = {
507
490
  param: 'isEnabled',
508
491
  defaultValue: false
509
492
  }),
510
- // Added 2026-01-27
511
- platform_editor_table_excerpts_fix: createBooleanExperiment({
512
- productKeys: {
513
- confluence: 'platform_editor_table_excerpts_fix'
514
- },
515
- param: 'isEnabled',
516
- defaultValue: false
517
- }),
518
493
  // Added 2025-08-17
519
494
  platform_hover_card_preview_panel: createMultivariateExperiment({
520
495
  productKeys: {
@@ -534,15 +509,6 @@ export const editorExperimentsConfig = {
534
509
  param: 'isEnabled',
535
510
  defaultValue: false
536
511
  }),
537
- // Added 2025--8-05
538
- platform_editor_block_menu: createBooleanExperiment({
539
- productKeys: {
540
- confluence: 'platform_editor_block_menu',
541
- jira: 'platform_editor_blocks_jira'
542
- },
543
- param: 'isEnabled',
544
- defaultValue: false
545
- }),
546
512
  // Added 2026-06-09
547
513
  platform_editor_blocks: createBooleanExperiment({
548
514
  productKeys: {
@@ -963,22 +929,6 @@ export const editorExperimentsConfig = {
963
929
  param: 'isEnabled',
964
930
  defaultValue: false
965
931
  }),
966
- // Added 2026-02-19
967
- platform_editor_flexible_list_indentation: createBooleanExperiment({
968
- productKeys: {
969
- confluence: 'platform_editor_flexible_list_indentation'
970
- },
971
- param: 'isEnabled',
972
- defaultValue: false
973
- }),
974
- // Added 2026-03-24
975
- platform_editor_flexible_list_schema: createBooleanExperiment({
976
- productKeys: {
977
- confluence: 'platform_editor_flexible_list_schema'
978
- },
979
- param: 'isEnabled',
980
- defaultValue: false
981
- }),
982
932
  // Added 2026-02-24
983
933
  platform_editor_emoji_default_scale: createBooleanExperiment({
984
934
  productKeys: {
@@ -24,7 +24,6 @@ export var testBooleanOverrides = {
24
24
  platform_editor_toolbar_aifc: false,
25
25
  'test-new-experiments-package': false,
26
26
  platform_renderer_table_sticky_scrollbar: false,
27
- comment_on_bodied_extensions: false,
28
27
  advanced_layouts: false,
29
28
  single_column_layouts: false,
30
29
  platform_editor_ai_unsplash_page_header: false,
@@ -45,13 +44,10 @@ export var testBooleanOverrides = {
45
44
  'cwr-reduce-prompt-suggestion-max-chars': false,
46
45
  'cwr-staging-area-close-as-minimize-button': false,
47
46
  prompt_tile_content_type_localizaiton: false,
48
- // [CCI-15904] New AIFC Editor Experience — AND-gated with
49
- // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
50
- // in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
51
- // (afm-ai-pr-review-bot #2) The previous comment incorrectly referenced
52
- // `platform_editor_ai_replace_doc` as the AND partner; the unrelated
53
- // `platform_editor_ai_replace_doc: false` override has been removed since
54
- // it does not gate this feature.
47
+ // [CCI-15904] New AIFC Editor Experience — read by the inline chat prompt view
48
+ // in `conversation-assistant-chat-prompt-input`. Review moment eligibility is a
49
+ // separate check (`editor-plugin-ai/src/ui/utils/review-moment-enabled.ts`) and
50
+ // does not read this key.
55
51
  platform_editor_ai_new_aifc_editor_experience: false,
56
52
  cc_page_experiences_editor_image_generation: false,
57
53
  platform_use_unicode_emojis: false,
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export var disallowsProductKeys = ['platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -87,15 +87,6 @@ export var editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2026-07-21
91
- 'editor_a11y__toolbar-item-aria-described-by_fy27': createBooleanExperiment({
92
- productKeys: {
93
- confluence: 'editor_a11y__toolbar-item-aria-described-by_fy27',
94
- jira: 'editor_a11y__toolbar-item-aria-described-by_fy27'
95
- },
96
- param: 'isEnabled',
97
- defaultValue: false
98
- }),
99
90
  // Added 2026-06-19
100
91
  'enghealth-53346_fix_redaction_marker_editor': createBooleanExperiment({
101
92
  productKeys: {
@@ -282,14 +273,6 @@ export var editorExperimentsConfig = {
282
273
  param: 'isEnabled',
283
274
  defaultValue: false
284
275
  }),
285
- // Added 2024-10-01
286
- comment_on_bodied_extensions: createBooleanExperiment({
287
- productKeys: {
288
- confluence: 'platform_editor_comment_on_bodied_extensions'
289
- },
290
- param: 'isEnabled',
291
- defaultValue: false
292
- }),
293
276
  // Added 2024-10-14
294
277
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_advanced_layouts/setup
295
278
  advanced_layouts: createBooleanExperiment({
@@ -507,14 +490,6 @@ export var editorExperimentsConfig = {
507
490
  param: 'isEnabled',
508
491
  defaultValue: false
509
492
  }),
510
- // Added 2026-01-27
511
- platform_editor_table_excerpts_fix: createBooleanExperiment({
512
- productKeys: {
513
- confluence: 'platform_editor_table_excerpts_fix'
514
- },
515
- param: 'isEnabled',
516
- defaultValue: false
517
- }),
518
493
  // Added 2025-08-17
519
494
  platform_hover_card_preview_panel: createMultivariateExperiment({
520
495
  productKeys: {
@@ -534,15 +509,6 @@ export var editorExperimentsConfig = {
534
509
  param: 'isEnabled',
535
510
  defaultValue: false
536
511
  }),
537
- // Added 2025--8-05
538
- platform_editor_block_menu: createBooleanExperiment({
539
- productKeys: {
540
- confluence: 'platform_editor_block_menu',
541
- jira: 'platform_editor_blocks_jira'
542
- },
543
- param: 'isEnabled',
544
- defaultValue: false
545
- }),
546
512
  // Added 2026-06-09
547
513
  platform_editor_blocks: createBooleanExperiment({
548
514
  productKeys: {
@@ -963,22 +929,6 @@ export var editorExperimentsConfig = {
963
929
  param: 'isEnabled',
964
930
  defaultValue: false
965
931
  }),
966
- // Added 2026-02-19
967
- platform_editor_flexible_list_indentation: createBooleanExperiment({
968
- productKeys: {
969
- confluence: 'platform_editor_flexible_list_indentation'
970
- },
971
- param: 'isEnabled',
972
- defaultValue: false
973
- }),
974
- // Added 2026-03-24
975
- platform_editor_flexible_list_schema: createBooleanExperiment({
976
- productKeys: {
977
- confluence: 'platform_editor_flexible_list_schema'
978
- },
979
- param: 'isEnabled',
980
- defaultValue: false
981
- }),
982
932
  // Added 2026-02-24
983
933
  platform_editor_emoji_default_scale: createBooleanExperiment({
984
934
  productKeys: {
@@ -113,12 +113,6 @@ export declare const editorExperimentsConfig: {
113
113
  productKeys?: ProductKeys;
114
114
  typeGuard: IsBooleanType;
115
115
  };
116
- 'editor_a11y__toolbar-item-aria-described-by_fy27': {
117
- defaultValue: boolean;
118
- param: string;
119
- productKeys?: ProductKeys;
120
- typeGuard: IsBooleanType;
121
- };
122
116
  'enghealth-53346_fix_redaction_marker_editor': {
123
117
  defaultValue: boolean;
124
118
  param: string;
@@ -143,12 +137,6 @@ export declare const editorExperimentsConfig: {
143
137
  productKeys?: ProductKeys;
144
138
  typeGuard: IsBooleanType;
145
139
  };
146
- comment_on_bodied_extensions: {
147
- defaultValue: boolean;
148
- param: string;
149
- productKeys?: ProductKeys;
150
- typeGuard: IsBooleanType;
151
- };
152
140
  platform_editor_code_block_q4_lovability: {
153
141
  defaultValue: boolean;
154
142
  param: string;
@@ -309,12 +297,6 @@ export declare const editorExperimentsConfig: {
309
297
  productKeys?: ProductKeys;
310
298
  typeGuard: IsBooleanType;
311
299
  };
312
- platform_editor_block_menu: {
313
- defaultValue: boolean;
314
- param: string;
315
- productKeys?: ProductKeys;
316
- typeGuard: IsBooleanType;
317
- };
318
300
  platform_editor_blocks: {
319
301
  defaultValue: boolean;
320
302
  param: string;
@@ -454,12 +436,6 @@ export declare const editorExperimentsConfig: {
454
436
  productKeys?: ProductKeys;
455
437
  typeGuard: IsBooleanType;
456
438
  };
457
- platform_editor_table_excerpts_fix: {
458
- defaultValue: boolean;
459
- param: string;
460
- productKeys?: ProductKeys;
461
- typeGuard: IsBooleanType;
462
- };
463
439
  platform_editor_table_sticky_header_improvements: {
464
440
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
465
441
  param: string;
@@ -752,18 +728,6 @@ export declare const editorExperimentsConfig: {
752
728
  productKeys?: ProductKeys;
753
729
  typeGuard: IsBooleanType;
754
730
  };
755
- platform_editor_flexible_list_indentation: {
756
- defaultValue: boolean;
757
- param: string;
758
- productKeys?: ProductKeys;
759
- typeGuard: IsBooleanType;
760
- };
761
- platform_editor_flexible_list_schema: {
762
- defaultValue: boolean;
763
- param: string;
764
- productKeys?: ProductKeys;
765
- typeGuard: IsBooleanType;
766
- };
767
731
  platform_editor_vc90_transition_panel_icon: {
768
732
  defaultValue: boolean;
769
733
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "198.0.0",
3
+ "version": "200.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.2.0",
30
- "@atlaskit/react-ufo": "^7.11.0",
30
+ "@atlaskit/react-ufo": "^7.13.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {