@atlaskit/tmp-editor-statsig 98.0.0 → 99.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 99.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`7f8f275864fb6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f8f275864fb6) -
8
+ Cleanup experiment `platform_editor_analyse_table_with_merged_cells`.
9
+
10
+ ### Minor Changes
11
+
12
+ - [`62bea93a6f5eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/62bea93a6f5eb) -
13
+ Add the `platform_editor_external_embed_grid_fix` experiment and use it to align editor grid
14
+ guidelines to the editor viewport while resizing external embeds.
15
+
3
16
  ## 98.0.0
4
17
 
5
18
  ### Major Changes
@@ -1635,14 +1635,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1635
1635
  param: 'isEnabled',
1636
1636
  defaultValue: false
1637
1637
  }),
1638
- // Added 2026-03-10
1639
- platform_editor_analyse_table_with_merged_cells: (0, _experimentBuilders.createBooleanExperiment)({
1640
- productKeys: {
1641
- confluence: 'platform_editor_analyse_table_with_merged_cells'
1642
- },
1643
- param: 'isEnabled',
1644
- defaultValue: false
1645
- }),
1646
1638
  cc_editor_ttvc_media_hold_fix: (0, _experimentBuilders.createBooleanExperiment)({
1647
1639
  productKeys: {
1648
1640
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -1900,6 +1892,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1900
1892
  param: 'isEnabled',
1901
1893
  defaultValue: false
1902
1894
  }),
1895
+ // Added 2026-06-11
1896
+ platform_editor_external_embed_grid_fix: (0, _experimentBuilders.createBooleanExperiment)({
1897
+ productKeys: {
1898
+ confluence: 'platform_editor_external_embed_grid_fix',
1899
+ jira: 'platform_editor_external_embed_grid_fix'
1900
+ },
1901
+ param: 'isEnabled',
1902
+ defaultValue: false
1903
+ }),
1903
1904
  // Added 2026-04-08
1904
1905
  cc_fd_wb_jira_quick_insert_experiment: (0, _experimentBuilders.createBooleanExperiment)({
1905
1906
  productKeys: {
@@ -1629,14 +1629,6 @@ export const editorExperimentsConfig = {
1629
1629
  param: 'isEnabled',
1630
1630
  defaultValue: false
1631
1631
  }),
1632
- // Added 2026-03-10
1633
- platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1634
- productKeys: {
1635
- confluence: 'platform_editor_analyse_table_with_merged_cells'
1636
- },
1637
- param: 'isEnabled',
1638
- defaultValue: false
1639
- }),
1640
1632
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1641
1633
  productKeys: {
1642
1634
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -1894,6 +1886,15 @@ export const editorExperimentsConfig = {
1894
1886
  param: 'isEnabled',
1895
1887
  defaultValue: false
1896
1888
  }),
1889
+ // Added 2026-06-11
1890
+ platform_editor_external_embed_grid_fix: createBooleanExperiment({
1891
+ productKeys: {
1892
+ confluence: 'platform_editor_external_embed_grid_fix',
1893
+ jira: 'platform_editor_external_embed_grid_fix'
1894
+ },
1895
+ param: 'isEnabled',
1896
+ defaultValue: false
1897
+ }),
1897
1898
  // Added 2026-04-08
1898
1899
  cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1899
1900
  productKeys: {
@@ -1629,14 +1629,6 @@ export var editorExperimentsConfig = {
1629
1629
  param: 'isEnabled',
1630
1630
  defaultValue: false
1631
1631
  }),
1632
- // Added 2026-03-10
1633
- platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1634
- productKeys: {
1635
- confluence: 'platform_editor_analyse_table_with_merged_cells'
1636
- },
1637
- param: 'isEnabled',
1638
- defaultValue: false
1639
- }),
1640
1632
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1641
1633
  productKeys: {
1642
1634
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -1894,6 +1886,15 @@ export var editorExperimentsConfig = {
1894
1886
  param: 'isEnabled',
1895
1887
  defaultValue: false
1896
1888
  }),
1889
+ // Added 2026-06-11
1890
+ platform_editor_external_embed_grid_fix: createBooleanExperiment({
1891
+ productKeys: {
1892
+ confluence: 'platform_editor_external_embed_grid_fix',
1893
+ jira: 'platform_editor_external_embed_grid_fix'
1894
+ },
1895
+ param: 'isEnabled',
1896
+ defaultValue: false
1897
+ }),
1897
1898
  // Added 2026-04-08
1898
1899
  cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1899
1900
  productKeys: {
@@ -1262,12 +1262,6 @@ export declare const editorExperimentsConfig: {
1262
1262
  productKeys?: ProductKeys;
1263
1263
  typeGuard: IsBooleanType;
1264
1264
  };
1265
- platform_editor_analyse_table_with_merged_cells: {
1266
- defaultValue: boolean;
1267
- param: string;
1268
- productKeys?: ProductKeys;
1269
- typeGuard: IsBooleanType;
1270
- };
1271
1265
  cc_editor_ttvc_media_hold_fix: {
1272
1266
  defaultValue: boolean;
1273
1267
  param: string;
@@ -1334,6 +1328,12 @@ export declare const editorExperimentsConfig: {
1334
1328
  productKeys?: ProductKeys;
1335
1329
  typeGuard: IsBooleanType;
1336
1330
  };
1331
+ platform_editor_external_embed_grid_fix: {
1332
+ defaultValue: boolean;
1333
+ param: string;
1334
+ productKeys?: ProductKeys;
1335
+ typeGuard: IsBooleanType;
1336
+ };
1337
1337
  platform_editor_stricter_panelcolor_typecheck: {
1338
1338
  defaultValue: boolean;
1339
1339
  param: string;
@@ -1262,12 +1262,6 @@ export declare const editorExperimentsConfig: {
1262
1262
  productKeys?: ProductKeys;
1263
1263
  typeGuard: IsBooleanType;
1264
1264
  };
1265
- platform_editor_analyse_table_with_merged_cells: {
1266
- defaultValue: boolean;
1267
- param: string;
1268
- productKeys?: ProductKeys;
1269
- typeGuard: IsBooleanType;
1270
- };
1271
1265
  cc_editor_ttvc_media_hold_fix: {
1272
1266
  defaultValue: boolean;
1273
1267
  param: string;
@@ -1334,6 +1328,12 @@ export declare const editorExperimentsConfig: {
1334
1328
  productKeys?: ProductKeys;
1335
1329
  typeGuard: IsBooleanType;
1336
1330
  };
1331
+ platform_editor_external_embed_grid_fix: {
1332
+ defaultValue: boolean;
1333
+ param: string;
1334
+ productKeys?: ProductKeys;
1335
+ typeGuard: IsBooleanType;
1336
+ };
1337
1337
  platform_editor_stricter_panelcolor_typecheck: {
1338
1338
  defaultValue: boolean;
1339
1339
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "98.0.0",
3
+ "version": "99.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",