@atlaskit/tmp-editor-statsig 161.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,27 @@
|
|
|
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
|
+
|
|
16
|
+
## 162.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- [`605318d4eba4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/605318d4eba4b) -
|
|
21
|
+
[FFCLEANUP-101910] clean up platform_editor_editor_centre_content_on_find experiment
|
|
22
|
+
- [`3c376dcc27b56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c376dcc27b56) -
|
|
23
|
+
Clean up experiment `platform_editor_table_ref_optimisation`
|
|
24
|
+
|
|
3
25
|
## 161.0.0
|
|
4
26
|
|
|
5
27
|
### 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
|
|
|
@@ -1525,14 +1516,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1525
1516
|
param: 'isEnabled',
|
|
1526
1517
|
defaultValue: false
|
|
1527
1518
|
}),
|
|
1528
|
-
// Added 2026-03-13
|
|
1529
|
-
platform_editor_editor_centre_content_on_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1530
|
-
productKeys: {
|
|
1531
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1532
|
-
},
|
|
1533
|
-
param: 'isEnabled',
|
|
1534
|
-
defaultValue: false
|
|
1535
|
-
}),
|
|
1536
1519
|
// Added 2026-06-10
|
|
1537
1520
|
platform_editor_close_expand_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1538
1521
|
productKeys: {
|
|
@@ -1541,14 +1524,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1541
1524
|
param: 'isEnabled',
|
|
1542
1525
|
defaultValue: false
|
|
1543
1526
|
}),
|
|
1544
|
-
// Added 2026-03-24
|
|
1545
|
-
platform_editor_table_ref_optimisation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1546
|
-
productKeys: {
|
|
1547
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1548
|
-
},
|
|
1549
|
-
param: 'isEnabled',
|
|
1550
|
-
defaultValue: false
|
|
1551
|
-
}),
|
|
1552
1527
|
// Added 2026-05-01
|
|
1553
1528
|
platform_editor_ai_normalized_telemetry: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1554
1529
|
productKeys: {
|
|
@@ -1637,14 +1612,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1637
1612
|
param: 'isEnabled',
|
|
1638
1613
|
defaultValue: false
|
|
1639
1614
|
}),
|
|
1640
|
-
// Added 2026-04-01
|
|
1641
|
-
platform_editor_layout_column_resize_handle: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1642
|
-
productKeys: {
|
|
1643
|
-
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1644
|
-
},
|
|
1645
|
-
param: 'isEnabled',
|
|
1646
|
-
defaultValue: false
|
|
1647
|
-
}),
|
|
1648
1615
|
// Added 2026-05-07
|
|
1649
1616
|
platform_editor_layout_column_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1650
1617
|
productKeys: {
|
|
@@ -1820,15 +1787,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1820
1787
|
param: 'isEnabled',
|
|
1821
1788
|
defaultValue: false
|
|
1822
1789
|
}),
|
|
1823
|
-
// Added 2026-07-30
|
|
1824
|
-
platform_editor_table_menu_updates_patch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1825
|
-
productKeys: {
|
|
1826
|
-
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
1827
|
-
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
1828
|
-
},
|
|
1829
|
-
param: 'isEnabled',
|
|
1830
|
-
defaultValue: false
|
|
1831
|
-
}),
|
|
1832
1790
|
// Added 2026-07-06
|
|
1833
1791
|
confluence_live_doc_table_sort_bugfix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1834
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
|
|
|
@@ -1519,14 +1510,6 @@ export const editorExperimentsConfig = {
|
|
|
1519
1510
|
param: 'isEnabled',
|
|
1520
1511
|
defaultValue: false
|
|
1521
1512
|
}),
|
|
1522
|
-
// Added 2026-03-13
|
|
1523
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1524
|
-
productKeys: {
|
|
1525
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1526
|
-
},
|
|
1527
|
-
param: 'isEnabled',
|
|
1528
|
-
defaultValue: false
|
|
1529
|
-
}),
|
|
1530
1513
|
// Added 2026-06-10
|
|
1531
1514
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1532
1515
|
productKeys: {
|
|
@@ -1535,14 +1518,6 @@ export const editorExperimentsConfig = {
|
|
|
1535
1518
|
param: 'isEnabled',
|
|
1536
1519
|
defaultValue: false
|
|
1537
1520
|
}),
|
|
1538
|
-
// Added 2026-03-24
|
|
1539
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1540
|
-
productKeys: {
|
|
1541
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1542
|
-
},
|
|
1543
|
-
param: 'isEnabled',
|
|
1544
|
-
defaultValue: false
|
|
1545
|
-
}),
|
|
1546
1521
|
// Added 2026-05-01
|
|
1547
1522
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1548
1523
|
productKeys: {
|
|
@@ -1631,14 +1606,6 @@ export const editorExperimentsConfig = {
|
|
|
1631
1606
|
param: 'isEnabled',
|
|
1632
1607
|
defaultValue: false
|
|
1633
1608
|
}),
|
|
1634
|
-
// Added 2026-04-01
|
|
1635
|
-
platform_editor_layout_column_resize_handle: createBooleanExperiment({
|
|
1636
|
-
productKeys: {
|
|
1637
|
-
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1638
|
-
},
|
|
1639
|
-
param: 'isEnabled',
|
|
1640
|
-
defaultValue: false
|
|
1641
|
-
}),
|
|
1642
1609
|
// Added 2026-05-07
|
|
1643
1610
|
platform_editor_layout_column_menu: createBooleanExperiment({
|
|
1644
1611
|
productKeys: {
|
|
@@ -1814,15 +1781,6 @@ export const editorExperimentsConfig = {
|
|
|
1814
1781
|
param: 'isEnabled',
|
|
1815
1782
|
defaultValue: false
|
|
1816
1783
|
}),
|
|
1817
|
-
// Added 2026-07-30
|
|
1818
|
-
platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
|
|
1819
|
-
productKeys: {
|
|
1820
|
-
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
1821
|
-
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
1822
|
-
},
|
|
1823
|
-
param: 'isEnabled',
|
|
1824
|
-
defaultValue: false
|
|
1825
|
-
}),
|
|
1826
1784
|
// Added 2026-07-06
|
|
1827
1785
|
confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
|
|
1828
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
|
|
|
@@ -1519,14 +1510,6 @@ export var editorExperimentsConfig = {
|
|
|
1519
1510
|
param: 'isEnabled',
|
|
1520
1511
|
defaultValue: false
|
|
1521
1512
|
}),
|
|
1522
|
-
// Added 2026-03-13
|
|
1523
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1524
|
-
productKeys: {
|
|
1525
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1526
|
-
},
|
|
1527
|
-
param: 'isEnabled',
|
|
1528
|
-
defaultValue: false
|
|
1529
|
-
}),
|
|
1530
1513
|
// Added 2026-06-10
|
|
1531
1514
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1532
1515
|
productKeys: {
|
|
@@ -1535,14 +1518,6 @@ export var editorExperimentsConfig = {
|
|
|
1535
1518
|
param: 'isEnabled',
|
|
1536
1519
|
defaultValue: false
|
|
1537
1520
|
}),
|
|
1538
|
-
// Added 2026-03-24
|
|
1539
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1540
|
-
productKeys: {
|
|
1541
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1542
|
-
},
|
|
1543
|
-
param: 'isEnabled',
|
|
1544
|
-
defaultValue: false
|
|
1545
|
-
}),
|
|
1546
1521
|
// Added 2026-05-01
|
|
1547
1522
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1548
1523
|
productKeys: {
|
|
@@ -1631,14 +1606,6 @@ export var editorExperimentsConfig = {
|
|
|
1631
1606
|
param: 'isEnabled',
|
|
1632
1607
|
defaultValue: false
|
|
1633
1608
|
}),
|
|
1634
|
-
// Added 2026-04-01
|
|
1635
|
-
platform_editor_layout_column_resize_handle: createBooleanExperiment({
|
|
1636
|
-
productKeys: {
|
|
1637
|
-
confluence: 'platform_editor_layout_column_resize_handle'
|
|
1638
|
-
},
|
|
1639
|
-
param: 'isEnabled',
|
|
1640
|
-
defaultValue: false
|
|
1641
|
-
}),
|
|
1642
1609
|
// Added 2026-05-07
|
|
1643
1610
|
platform_editor_layout_column_menu: createBooleanExperiment({
|
|
1644
1611
|
productKeys: {
|
|
@@ -1814,15 +1781,6 @@ export var editorExperimentsConfig = {
|
|
|
1814
1781
|
param: 'isEnabled',
|
|
1815
1782
|
defaultValue: false
|
|
1816
1783
|
}),
|
|
1817
|
-
// Added 2026-07-30
|
|
1818
|
-
platform_editor_table_menu_updates_patch_2: createBooleanExperiment({
|
|
1819
|
-
productKeys: {
|
|
1820
|
-
confluence: 'platform_editor_table_menu_updates_patch_2',
|
|
1821
|
-
jira: 'platform_editor_table_menu_updates_patch_2'
|
|
1822
|
-
},
|
|
1823
|
-
param: 'isEnabled',
|
|
1824
|
-
defaultValue: false
|
|
1825
|
-
}),
|
|
1826
1784
|
// Added 2026-07-06
|
|
1827
1785
|
confluence_live_doc_table_sort_bugfix: createBooleanExperiment({
|
|
1828
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;
|
|
@@ -623,12 +617,6 @@ export declare const editorExperimentsConfig: {
|
|
|
623
617
|
productKeys?: ProductKeys;
|
|
624
618
|
typeGuard: IsBooleanType;
|
|
625
619
|
};
|
|
626
|
-
platform_editor_table_ref_optimisation: {
|
|
627
|
-
defaultValue: boolean;
|
|
628
|
-
param: string;
|
|
629
|
-
productKeys?: ProductKeys;
|
|
630
|
-
typeGuard: IsBooleanType;
|
|
631
|
-
};
|
|
632
620
|
platform_hover_card_preview_panel: {
|
|
633
621
|
defaultValue: 'control' | 'test';
|
|
634
622
|
param: string;
|
|
@@ -817,12 +805,6 @@ export declare const editorExperimentsConfig: {
|
|
|
817
805
|
productKeys?: ProductKeys;
|
|
818
806
|
typeGuard: IsBooleanType;
|
|
819
807
|
};
|
|
820
|
-
platform_editor_layout_column_resize_handle: {
|
|
821
|
-
defaultValue: boolean;
|
|
822
|
-
param: string;
|
|
823
|
-
productKeys?: ProductKeys;
|
|
824
|
-
typeGuard: IsBooleanType;
|
|
825
|
-
};
|
|
826
808
|
platform_editor_layout_column_menu: {
|
|
827
809
|
defaultValue: boolean;
|
|
828
810
|
param: string;
|
|
@@ -1166,12 +1148,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1166
1148
|
productKeys?: ProductKeys;
|
|
1167
1149
|
typeGuard: IsBooleanType;
|
|
1168
1150
|
};
|
|
1169
|
-
platform_editor_editor_centre_content_on_find: {
|
|
1170
|
-
defaultValue: boolean;
|
|
1171
|
-
param: string;
|
|
1172
|
-
productKeys?: ProductKeys;
|
|
1173
|
-
typeGuard: IsBooleanType;
|
|
1174
|
-
};
|
|
1175
1151
|
platform_editor_close_expand_find: {
|
|
1176
1152
|
defaultValue: boolean;
|
|
1177
1153
|
param: string;
|
|
@@ -1316,12 +1292,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1316
1292
|
productKeys?: ProductKeys;
|
|
1317
1293
|
typeGuard: IsBooleanType;
|
|
1318
1294
|
};
|
|
1319
|
-
platform_editor_table_menu_updates_patch_2: {
|
|
1320
|
-
defaultValue: boolean;
|
|
1321
|
-
param: string;
|
|
1322
|
-
productKeys?: ProductKeys;
|
|
1323
|
-
typeGuard: IsBooleanType;
|
|
1324
|
-
};
|
|
1325
1295
|
confluence_live_doc_table_sort_bugfix: {
|
|
1326
1296
|
defaultValue: boolean;
|
|
1327
1297
|
param: string;
|
package/package.json
CHANGED