@atlaskit/tmp-editor-statsig 110.0.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,14 @@
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
+
3
12
  ## 110.0.0
4
13
 
5
14
  ### Major 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
  };
@@ -2290,5 +2290,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2290
2290
  },
2291
2291
  param: 'isEnabled',
2292
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
2293
2302
  })
2294
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
  };
@@ -2284,5 +2284,14 @@ export const editorExperimentsConfig = {
2284
2284
  },
2285
2285
  param: 'isEnabled',
2286
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
2287
2296
  })
2288
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
  };
@@ -2284,5 +2284,14 @@ export var editorExperimentsConfig = {
2284
2284
  },
2285
2285
  param: 'isEnabled',
2286
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
2287
2296
  })
2288
2297
  };
@@ -1671,5 +1671,11 @@ export declare const editorExperimentsConfig: {
1671
1671
  productKeys?: ProductKeys;
1672
1672
  typeGuard: IsBooleanType;
1673
1673
  };
1674
+ 'aifc-confluence-editor-csp-fix': {
1675
+ defaultValue: boolean;
1676
+ param: string;
1677
+ productKeys?: ProductKeys;
1678
+ typeGuard: IsBooleanType;
1679
+ };
1674
1680
  };
1675
1681
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "110.0.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",