@atlaskit/tmp-editor-statsig 162.0.0 → 163.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
+ ## 163.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f745000fb169b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f745000fb169b) -
8
+ Permanently apply the first editor node margin fix and remove the `platform_editor_first_node_fix`
9
+ experiment.
10
+ - [`76a10b0cda613`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76a10b0cda613) -
11
+ Remove the `platform_editor_table_menu_updates_patch_2` experiment and permanently apply its
12
+ rolled-out table menu treatment.
13
+ - [`6f957d4e7bcb8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f957d4e7bcb8) -
14
+ Make layout column resizing generally available
15
+
3
16
  ## 162.0.0
4
17
 
5
18
  ### Major Changes
@@ -83,15 +83,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
83
83
  param: 'isEnabled',
84
84
  defaultValue: false
85
85
  }),
86
- // Added 2026-06-25
87
- platform_editor_first_node_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
88
- productKeys: {
89
- jira: 'platform_editor_first_node_fix',
90
- confluence: 'platform_editor_first_node_fix'
91
- },
92
- param: 'isEnabled',
93
- defaultValue: false
94
- }),
95
86
  // Editor Platform experiments
96
87
  // lwoollard experiments
97
88
 
@@ -1621,14 +1612,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1621
1612
  param: 'isEnabled',
1622
1613
  defaultValue: false
1623
1614
  }),
1624
- // Added 2026-04-01
1625
- platform_editor_layout_column_resize_handle: (0, _createBooleanExperiment.createBooleanExperiment)({
1626
- productKeys: {
1627
- confluence: 'platform_editor_layout_column_resize_handle'
1628
- },
1629
- param: 'isEnabled',
1630
- defaultValue: false
1631
- }),
1632
1615
  // Added 2026-05-07
1633
1616
  platform_editor_layout_column_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
1634
1617
  productKeys: {
@@ -1804,15 +1787,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1804
1787
  param: 'isEnabled',
1805
1788
  defaultValue: false
1806
1789
  }),
1807
- // Added 2026-07-30
1808
- platform_editor_table_menu_updates_patch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
1809
- productKeys: {
1810
- confluence: 'platform_editor_table_menu_updates_patch_2',
1811
- jira: 'platform_editor_table_menu_updates_patch_2'
1812
- },
1813
- param: 'isEnabled',
1814
- defaultValue: false
1815
- }),
1816
1790
  // Added 2026-07-06
1817
1791
  confluence_live_doc_table_sort_bugfix: (0, _createBooleanExperiment.createBooleanExperiment)({
1818
1792
  productKeys: {
@@ -77,15 +77,6 @@ export const editorExperimentsConfig = {
77
77
  param: 'isEnabled',
78
78
  defaultValue: false
79
79
  }),
80
- // Added 2026-06-25
81
- platform_editor_first_node_fix: createBooleanExperiment({
82
- productKeys: {
83
- jira: 'platform_editor_first_node_fix',
84
- confluence: 'platform_editor_first_node_fix'
85
- },
86
- param: 'isEnabled',
87
- defaultValue: false
88
- }),
89
80
  // Editor Platform experiments
90
81
  // lwoollard experiments
91
82
 
@@ -1615,14 +1606,6 @@ export const editorExperimentsConfig = {
1615
1606
  param: 'isEnabled',
1616
1607
  defaultValue: false
1617
1608
  }),
1618
- // Added 2026-04-01
1619
- platform_editor_layout_column_resize_handle: createBooleanExperiment({
1620
- productKeys: {
1621
- confluence: 'platform_editor_layout_column_resize_handle'
1622
- },
1623
- param: 'isEnabled',
1624
- defaultValue: false
1625
- }),
1626
1609
  // Added 2026-05-07
1627
1610
  platform_editor_layout_column_menu: createBooleanExperiment({
1628
1611
  productKeys: {
@@ -1798,15 +1781,6 @@ export const editorExperimentsConfig = {
1798
1781
  param: 'isEnabled',
1799
1782
  defaultValue: false
1800
1783
  }),
1801
- // Added 2026-07-30
1802
- platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
1803
- productKeys: {
1804
- confluence: 'platform_editor_table_menu_updates_patch_2',
1805
- jira: 'platform_editor_table_menu_updates_patch_2'
1806
- },
1807
- param: 'isEnabled',
1808
- defaultValue: false
1809
- }),
1810
1784
  // Added 2026-07-06
1811
1785
  confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
1812
1786
  productKeys: {
@@ -77,15 +77,6 @@ export var editorExperimentsConfig = {
77
77
  param: 'isEnabled',
78
78
  defaultValue: false
79
79
  }),
80
- // Added 2026-06-25
81
- platform_editor_first_node_fix: createBooleanExperiment({
82
- productKeys: {
83
- jira: 'platform_editor_first_node_fix',
84
- confluence: 'platform_editor_first_node_fix'
85
- },
86
- param: 'isEnabled',
87
- defaultValue: false
88
- }),
89
80
  // Editor Platform experiments
90
81
  // lwoollard experiments
91
82
 
@@ -1615,14 +1606,6 @@ export var editorExperimentsConfig = {
1615
1606
  param: 'isEnabled',
1616
1607
  defaultValue: false
1617
1608
  }),
1618
- // Added 2026-04-01
1619
- platform_editor_layout_column_resize_handle: createBooleanExperiment({
1620
- productKeys: {
1621
- confluence: 'platform_editor_layout_column_resize_handle'
1622
- },
1623
- param: 'isEnabled',
1624
- defaultValue: false
1625
- }),
1626
1609
  // Added 2026-05-07
1627
1610
  platform_editor_layout_column_menu: createBooleanExperiment({
1628
1611
  productKeys: {
@@ -1798,15 +1781,6 @@ export var editorExperimentsConfig = {
1798
1781
  param: 'isEnabled',
1799
1782
  defaultValue: false
1800
1783
  }),
1801
- // Added 2026-07-30
1802
- platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
1803
- productKeys: {
1804
- confluence: 'platform_editor_table_menu_updates_patch_2',
1805
- jira: 'platform_editor_table_menu_updates_patch_2'
1806
- },
1807
- param: 'isEnabled',
1808
- defaultValue: false
1809
- }),
1810
1784
  // Added 2026-07-06
1811
1785
  confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
1812
1786
  productKeys: {
@@ -57,12 +57,6 @@ export declare const editorExperimentsConfig: {
57
57
  productKeys?: ProductKeys;
58
58
  typeGuard: IsBooleanType;
59
59
  };
60
- platform_editor_first_node_fix: {
61
- defaultValue: boolean;
62
- param: string;
63
- productKeys?: ProductKeys;
64
- typeGuard: IsBooleanType;
65
- };
66
60
  advanced_layouts: {
67
61
  defaultValue: boolean;
68
62
  param: string;
@@ -811,12 +805,6 @@ export declare const editorExperimentsConfig: {
811
805
  productKeys?: ProductKeys;
812
806
  typeGuard: IsBooleanType;
813
807
  };
814
- platform_editor_layout_column_resize_handle: {
815
- defaultValue: boolean;
816
- param: string;
817
- productKeys?: ProductKeys;
818
- typeGuard: IsBooleanType;
819
- };
820
808
  platform_editor_layout_column_menu: {
821
809
  defaultValue: boolean;
822
810
  param: string;
@@ -1304,12 +1292,6 @@ export declare const editorExperimentsConfig: {
1304
1292
  productKeys?: ProductKeys;
1305
1293
  typeGuard: IsBooleanType;
1306
1294
  };
1307
- platform_editor_table_menu_updates_patch_2: {
1308
- defaultValue: boolean;
1309
- param: string;
1310
- productKeys?: ProductKeys;
1311
- typeGuard: IsBooleanType;
1312
- };
1313
1295
  confluence_live_doc_table_sort_bugfix: {
1314
1296
  defaultValue: boolean;
1315
1297
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "162.0.0",
3
+ "version": "163.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",