@atlaskit/tmp-editor-statsig 130.0.0 → 130.2.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,36 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 130.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c5b1fc41ef2a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c5b1fc41ef2a8) -
8
+ Fix keyboard resizing for full-width breakout nodes
9
+
10
+ ## 130.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`c3b8441edbd29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c3b8441edbd29) -
15
+ Allow Remix previews to request local iframe heights through the shared content bridge, scrolling
16
+ within a viewport-capped host wrapper only when the requested content exceeds the available space.
17
+
18
+ Register a resize handler with the shared command:
19
+
20
+ ```ts
21
+ import { NativeEmbedRequestResizeCommand } from '@atlassian/rovo-content-bridge-api-commands/commands/native-embed-request-resize-command';
22
+
23
+ bridge.on(parentClientId, NativeEmbedRequestResizeCommand, ({ height }) => {
24
+ setPreviewHeight(height);
25
+ });
26
+ ```
27
+
28
+ Enable request resizing for a Smart Creation preview:
29
+
30
+ ```tsx
31
+ <PreviewIframe {...props} enableRequestResize />
32
+ ```
33
+
3
34
  ## 130.0.0
4
35
 
5
36
  ### Major Changes
@@ -2419,6 +2419,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2419
2419
  param: 'isEnabled',
2420
2420
  defaultValue: false
2421
2421
  }),
2422
+ // Added 2026-07-20
2423
+ platform_editor_lovability_breakout_resizing_fixes: (0, _experimentBuilders.createBooleanExperiment)({
2424
+ productKeys: {
2425
+ confluence: 'platform_editor_lovability_breakout_resizing_fixes'
2426
+ },
2427
+ param: 'isEnabled',
2428
+ defaultValue: false
2429
+ }),
2422
2430
  // Added 2026-06-19
2423
2431
  platform_editor_lovability_resize_dividers_panels: (0, _experimentBuilders.createBooleanExperiment)({
2424
2432
  productKeys: {
@@ -2468,5 +2476,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2468
2476
  },
2469
2477
  param: 'isEnabled',
2470
2478
  defaultValue: false
2479
+ }),
2480
+ // Added 2026-07-17
2481
+ revert_remix_ephemeral_iframe_sizing_fix: (0, _experimentBuilders.createBooleanExperiment)({
2482
+ productKeys: {
2483
+ confluence: 'revert_remix_ephemeral_iframe_sizing_fix',
2484
+ jira: 'revert_remix_ephemeral_iframe_sizing_fix'
2485
+ },
2486
+ param: 'value',
2487
+ defaultValue: false
2471
2488
  })
2472
2489
  };
@@ -2413,6 +2413,14 @@ export const editorExperimentsConfig = {
2413
2413
  param: 'isEnabled',
2414
2414
  defaultValue: false
2415
2415
  }),
2416
+ // Added 2026-07-20
2417
+ platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
2418
+ productKeys: {
2419
+ confluence: 'platform_editor_lovability_breakout_resizing_fixes'
2420
+ },
2421
+ param: 'isEnabled',
2422
+ defaultValue: false
2423
+ }),
2416
2424
  // Added 2026-06-19
2417
2425
  platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
2418
2426
  productKeys: {
@@ -2462,5 +2470,14 @@ export const editorExperimentsConfig = {
2462
2470
  },
2463
2471
  param: 'isEnabled',
2464
2472
  defaultValue: false
2473
+ }),
2474
+ // Added 2026-07-17
2475
+ revert_remix_ephemeral_iframe_sizing_fix: createBooleanExperiment({
2476
+ productKeys: {
2477
+ confluence: 'revert_remix_ephemeral_iframe_sizing_fix',
2478
+ jira: 'revert_remix_ephemeral_iframe_sizing_fix'
2479
+ },
2480
+ param: 'value',
2481
+ defaultValue: false
2465
2482
  })
2466
2483
  };
@@ -2413,6 +2413,14 @@ export var editorExperimentsConfig = {
2413
2413
  param: 'isEnabled',
2414
2414
  defaultValue: false
2415
2415
  }),
2416
+ // Added 2026-07-20
2417
+ platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
2418
+ productKeys: {
2419
+ confluence: 'platform_editor_lovability_breakout_resizing_fixes'
2420
+ },
2421
+ param: 'isEnabled',
2422
+ defaultValue: false
2423
+ }),
2416
2424
  // Added 2026-06-19
2417
2425
  platform_editor_lovability_resize_dividers_panels: createBooleanExperiment({
2418
2426
  productKeys: {
@@ -2462,5 +2470,14 @@ export var editorExperimentsConfig = {
2462
2470
  },
2463
2471
  param: 'isEnabled',
2464
2472
  defaultValue: false
2473
+ }),
2474
+ // Added 2026-07-17
2475
+ revert_remix_ephemeral_iframe_sizing_fix: createBooleanExperiment({
2476
+ productKeys: {
2477
+ confluence: 'revert_remix_ephemeral_iframe_sizing_fix',
2478
+ jira: 'revert_remix_ephemeral_iframe_sizing_fix'
2479
+ },
2480
+ param: 'value',
2481
+ defaultValue: false
2465
2482
  })
2466
2483
  };
@@ -1763,6 +1763,12 @@ export declare const editorExperimentsConfig: {
1763
1763
  productKeys?: ProductKeys;
1764
1764
  typeGuard: IsBooleanType;
1765
1765
  };
1766
+ platform_editor_lovability_breakout_resizing_fixes: {
1767
+ defaultValue: boolean;
1768
+ param: string;
1769
+ productKeys?: ProductKeys;
1770
+ typeGuard: IsBooleanType;
1771
+ };
1766
1772
  platform_editor_lovability_resize_dividers_panels: {
1767
1773
  defaultValue: boolean;
1768
1774
  param: string;
@@ -1799,5 +1805,11 @@ export declare const editorExperimentsConfig: {
1799
1805
  productKeys?: ProductKeys;
1800
1806
  typeGuard: IsBooleanType;
1801
1807
  };
1808
+ revert_remix_ephemeral_iframe_sizing_fix: {
1809
+ defaultValue: boolean;
1810
+ param: string;
1811
+ productKeys?: ProductKeys;
1812
+ typeGuard: IsBooleanType;
1813
+ };
1802
1814
  };
1803
1815
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "130.0.0",
3
+ "version": "130.2.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",