@atlaskit/tmp-editor-statsig 109.3.0 → 110.1.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,29 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 110.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`784845abac918`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/784845abac918) -
8
+ [ux] Add parentProduct=rovo to edit-smart-create iframe URL, which tells Confluence's SSR CSP
9
+ middleware to look up the rovo entry in the Shipyard config and include the parent product's
10
+ domain in the frame-ancestors directive
11
+
12
+ ## 110.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [`c664929c3f15d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c664929c3f15d) -
17
+ Clean up experiment `platform_editor_clean_up_widget_mark_logic`
18
+ - [`6ad6ef706e851`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ad6ef706e851) -
19
+ Clean up experiment `platform_editor_table_update_table_ref`
20
+ - [`bc1c44cb9a43c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc1c44cb9a43c) -
21
+ Clean up `aifc_space_typesettings` experiment
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 109.3.0
4
28
 
5
29
  ### Minor Changes
@@ -73,5 +73,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
73
73
  platform_editor_ai_new_aifc_editor_experience: false,
74
74
  cc_page_experiences_editor_image_generation: false,
75
75
  platform_use_unicode_emojis: false,
76
- platform_editor_emoji_hover_show_tooltip: false
76
+ platform_editor_emoji_hover_show_tooltip: false,
77
+ 'aifc-confluence-editor-csp-fix': false
77
78
  };
@@ -66,14 +66,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
66
66
  param: 'isEnabled',
67
67
  defaultValue: false
68
68
  }),
69
- // Added 2026-05-08
70
- aifc_space_typesettings: (0, _experimentBuilders.createBooleanExperiment)({
71
- productKeys: {
72
- confluence: 'aifc_space_typesettings'
73
- },
74
- param: 'isEnabled',
75
- defaultValue: false
76
- }),
77
69
  // Added 22-12-2025
78
70
  confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
79
71
  productKeys: {
@@ -549,14 +541,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
549
541
  param: 'isEnabled',
550
542
  defaultValue: false
551
543
  }),
552
- platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
553
- productKeys: {
554
- confluence: 'platform_editor_clean_up_widget_mark_logic',
555
- jira: 'platform_editor_clean_up_widget_mark_logic'
556
- },
557
- param: 'isEnabled',
558
- defaultValue: false
559
- }),
560
544
  // Added 2026-04-30
561
545
  platform_editor_code_block_q4_lovability: (0, _experimentBuilders.createBooleanExperiment)({
562
546
  productKeys: {
@@ -688,14 +672,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
688
672
  param: 'isEnabled',
689
673
  defaultValue: false
690
674
  }),
691
- // Added 2026-01-05
692
- platform_editor_table_update_table_ref: (0, _experimentBuilders.createBooleanExperiment)({
693
- productKeys: {
694
- confluence: 'platform_editor_table_update_table_ref'
695
- },
696
- param: 'isEnabled',
697
- defaultValue: false
698
- }),
699
675
  // Added 2026-01-27
700
676
  platform_editor_table_excerpts_fix: (0, _experimentBuilders.createBooleanExperiment)({
701
677
  productKeys: {
@@ -2314,5 +2290,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2314
2290
  },
2315
2291
  param: 'isEnabled',
2316
2292
  defaultValue: false
2293
+ }),
2294
+ // Added 2026-06-23
2295
+ 'aifc-confluence-editor-csp-fix': (0, _experimentBuilders.createBooleanExperiment)({
2296
+ productKeys: {
2297
+ confluence: 'aifc-confluence-editor-csp-fix',
2298
+ jira: 'aifc-confluence-editor-csp-fix'
2299
+ },
2300
+ param: 'value',
2301
+ defaultValue: false
2317
2302
  })
2318
2303
  };
@@ -67,5 +67,6 @@ export const testBooleanOverrides = {
67
67
  platform_editor_ai_new_aifc_editor_experience: false,
68
68
  cc_page_experiences_editor_image_generation: false,
69
69
  platform_use_unicode_emojis: false,
70
- platform_editor_emoji_hover_show_tooltip: false
70
+ platform_editor_emoji_hover_show_tooltip: false,
71
+ 'aifc-confluence-editor-csp-fix': false
71
72
  };
@@ -60,14 +60,6 @@ export const editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 2026-05-08
64
- aifc_space_typesettings: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'aifc_space_typesettings'
67
- },
68
- param: 'isEnabled',
69
- defaultValue: false
70
- }),
71
63
  // Added 22-12-2025
72
64
  confluence_load_editor_title_on_transition: createBooleanExperiment({
73
65
  productKeys: {
@@ -543,14 +535,6 @@ export const editorExperimentsConfig = {
543
535
  param: 'isEnabled',
544
536
  defaultValue: false
545
537
  }),
546
- platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
547
- productKeys: {
548
- confluence: 'platform_editor_clean_up_widget_mark_logic',
549
- jira: 'platform_editor_clean_up_widget_mark_logic'
550
- },
551
- param: 'isEnabled',
552
- defaultValue: false
553
- }),
554
538
  // Added 2026-04-30
555
539
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
556
540
  productKeys: {
@@ -682,14 +666,6 @@ export const editorExperimentsConfig = {
682
666
  param: 'isEnabled',
683
667
  defaultValue: false
684
668
  }),
685
- // Added 2026-01-05
686
- platform_editor_table_update_table_ref: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'platform_editor_table_update_table_ref'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
669
  // Added 2026-01-27
694
670
  platform_editor_table_excerpts_fix: createBooleanExperiment({
695
671
  productKeys: {
@@ -2308,5 +2284,14 @@ export const editorExperimentsConfig = {
2308
2284
  },
2309
2285
  param: 'isEnabled',
2310
2286
  defaultValue: false
2287
+ }),
2288
+ // Added 2026-06-23
2289
+ 'aifc-confluence-editor-csp-fix': createBooleanExperiment({
2290
+ productKeys: {
2291
+ confluence: 'aifc-confluence-editor-csp-fix',
2292
+ jira: 'aifc-confluence-editor-csp-fix'
2293
+ },
2294
+ param: 'value',
2295
+ defaultValue: false
2311
2296
  })
2312
2297
  };
@@ -67,5 +67,6 @@ export var testBooleanOverrides = {
67
67
  platform_editor_ai_new_aifc_editor_experience: false,
68
68
  cc_page_experiences_editor_image_generation: false,
69
69
  platform_use_unicode_emojis: false,
70
- platform_editor_emoji_hover_show_tooltip: false
70
+ platform_editor_emoji_hover_show_tooltip: false,
71
+ 'aifc-confluence-editor-csp-fix': false
71
72
  };
@@ -60,14 +60,6 @@ export var editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 2026-05-08
64
- aifc_space_typesettings: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'aifc_space_typesettings'
67
- },
68
- param: 'isEnabled',
69
- defaultValue: false
70
- }),
71
63
  // Added 22-12-2025
72
64
  confluence_load_editor_title_on_transition: createBooleanExperiment({
73
65
  productKeys: {
@@ -543,14 +535,6 @@ export var editorExperimentsConfig = {
543
535
  param: 'isEnabled',
544
536
  defaultValue: false
545
537
  }),
546
- platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
547
- productKeys: {
548
- confluence: 'platform_editor_clean_up_widget_mark_logic',
549
- jira: 'platform_editor_clean_up_widget_mark_logic'
550
- },
551
- param: 'isEnabled',
552
- defaultValue: false
553
- }),
554
538
  // Added 2026-04-30
555
539
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
556
540
  productKeys: {
@@ -682,14 +666,6 @@ export var editorExperimentsConfig = {
682
666
  param: 'isEnabled',
683
667
  defaultValue: false
684
668
  }),
685
- // Added 2026-01-05
686
- platform_editor_table_update_table_ref: createBooleanExperiment({
687
- productKeys: {
688
- confluence: 'platform_editor_table_update_table_ref'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
669
  // Added 2026-01-27
694
670
  platform_editor_table_excerpts_fix: createBooleanExperiment({
695
671
  productKeys: {
@@ -2308,5 +2284,14 @@ export var editorExperimentsConfig = {
2308
2284
  },
2309
2285
  param: 'isEnabled',
2310
2286
  defaultValue: false
2287
+ }),
2288
+ // Added 2026-06-23
2289
+ 'aifc-confluence-editor-csp-fix': createBooleanExperiment({
2290
+ productKeys: {
2291
+ confluence: 'aifc-confluence-editor-csp-fix',
2292
+ jira: 'aifc-confluence-editor-csp-fix'
2293
+ },
2294
+ param: 'value',
2295
+ defaultValue: false
2311
2296
  })
2312
2297
  };
@@ -57,12 +57,6 @@ export declare const editorExperimentsConfig: {
57
57
  productKeys?: ProductKeys;
58
58
  typeGuard: IsBooleanType;
59
59
  };
60
- aifc_space_typesettings: {
61
- defaultValue: boolean;
62
- param: string;
63
- productKeys?: ProductKeys;
64
- typeGuard: IsBooleanType;
65
- };
66
60
  'agent-managed_blocks_mvp': {
67
61
  defaultValue: boolean;
68
62
  param: string;
@@ -399,12 +393,6 @@ export declare const editorExperimentsConfig: {
399
393
  typeGuard: (value: unknown) => value is 'control' | 'variant1';
400
394
  values: ('control' | 'variant1')[];
401
395
  };
402
- platform_editor_clean_up_widget_mark_logic: {
403
- defaultValue: boolean;
404
- param: string;
405
- productKeys?: ProductKeys;
406
- typeGuard: IsBooleanType;
407
- };
408
396
  platform_editor_controls_reliable_anchor: {
409
397
  defaultValue: boolean;
410
398
  param: string;
@@ -652,12 +640,6 @@ export declare const editorExperimentsConfig: {
652
640
  productKeys?: ProductKeys;
653
641
  typeGuard: IsBooleanType;
654
642
  };
655
- platform_editor_table_update_table_ref: {
656
- defaultValue: boolean;
657
- param: string;
658
- productKeys?: ProductKeys;
659
- typeGuard: IsBooleanType;
660
- };
661
643
  platform_editor_table_ref_optimisation: {
662
644
  defaultValue: boolean;
663
645
  param: string;
@@ -1689,5 +1671,11 @@ export declare const editorExperimentsConfig: {
1689
1671
  productKeys?: ProductKeys;
1690
1672
  typeGuard: IsBooleanType;
1691
1673
  };
1674
+ 'aifc-confluence-editor-csp-fix': {
1675
+ defaultValue: boolean;
1676
+ param: string;
1677
+ productKeys?: ProductKeys;
1678
+ typeGuard: IsBooleanType;
1679
+ };
1692
1680
  };
1693
1681
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "109.3.0",
3
+ "version": "110.1.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",