@atlaskit/tmp-editor-statsig 162.0.0 → 164.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
|
+
## 164.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`12a986f8ae94a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12a986f8ae94a) -
|
|
8
|
+
Ship fix_copy_paste_external_media_renderer_to_editor permanently by always hoisting external
|
|
9
|
+
media copied from renderer markup. Remove its temporary Statsig experiment configuration;
|
|
10
|
+
consumers should remove any calls that read this experiment.
|
|
11
|
+
|
|
12
|
+
## 163.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`f745000fb169b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f745000fb169b) -
|
|
17
|
+
Permanently apply the first editor node margin fix and remove the `platform_editor_first_node_fix`
|
|
18
|
+
experiment.
|
|
19
|
+
- [`76a10b0cda613`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76a10b0cda613) -
|
|
20
|
+
Remove the `platform_editor_table_menu_updates_patch_2` experiment and permanently apply its
|
|
21
|
+
rolled-out table menu treatment.
|
|
22
|
+
- [`6f957d4e7bcb8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f957d4e7bcb8) -
|
|
23
|
+
Make layout column resizing generally available
|
|
24
|
+
|
|
3
25
|
## 162.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
|
|
|
@@ -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: {
|
|
@@ -1861,15 +1835,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1861
1835
|
param: 'isEnabled',
|
|
1862
1836
|
defaultValue: false
|
|
1863
1837
|
}),
|
|
1864
|
-
// Added 2026-06-05
|
|
1865
|
-
fix_copy_paste_external_media_renderer_to_editor: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1866
|
-
productKeys: {
|
|
1867
|
-
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
1868
|
-
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
1869
|
-
},
|
|
1870
|
-
param: 'isEnabled',
|
|
1871
|
-
defaultValue: false
|
|
1872
|
-
}),
|
|
1873
1838
|
// Added 2026-04-30
|
|
1874
1839
|
platform_editor_insert_menu_ai: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1875
1840
|
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: {
|
|
@@ -1855,15 +1829,6 @@ export const editorExperimentsConfig = {
|
|
|
1855
1829
|
param: 'isEnabled',
|
|
1856
1830
|
defaultValue: false
|
|
1857
1831
|
}),
|
|
1858
|
-
// Added 2026-06-05
|
|
1859
|
-
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
1860
|
-
productKeys: {
|
|
1861
|
-
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
1862
|
-
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
1863
|
-
},
|
|
1864
|
-
param: 'isEnabled',
|
|
1865
|
-
defaultValue: false
|
|
1866
|
-
}),
|
|
1867
1832
|
// Added 2026-04-30
|
|
1868
1833
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1869
1834
|
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: {
|
|
@@ -1855,15 +1829,6 @@ export var editorExperimentsConfig = {
|
|
|
1855
1829
|
param: 'isEnabled',
|
|
1856
1830
|
defaultValue: false
|
|
1857
1831
|
}),
|
|
1858
|
-
// Added 2026-06-05
|
|
1859
|
-
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
1860
|
-
productKeys: {
|
|
1861
|
-
confluence: 'fix_copy_paste_external_media_renderer_to_editor',
|
|
1862
|
-
jira: 'fix_copy_paste_external_media_renderer_to_editor'
|
|
1863
|
-
},
|
|
1864
|
-
param: 'isEnabled',
|
|
1865
|
-
defaultValue: false
|
|
1866
|
-
}),
|
|
1867
1832
|
// Added 2026-04-30
|
|
1868
1833
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1869
1834
|
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;
|
|
@@ -1358,12 +1340,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1358
1340
|
productKeys?: ProductKeys;
|
|
1359
1341
|
typeGuard: IsBooleanType;
|
|
1360
1342
|
};
|
|
1361
|
-
fix_copy_paste_external_media_renderer_to_editor: {
|
|
1362
|
-
defaultValue: boolean;
|
|
1363
|
-
param: string;
|
|
1364
|
-
productKeys?: ProductKeys;
|
|
1365
|
-
typeGuard: IsBooleanType;
|
|
1366
|
-
};
|
|
1367
1343
|
platform_editor_fix_sticky_header_malfunction: {
|
|
1368
1344
|
defaultValue: boolean;
|
|
1369
1345
|
param: string;
|
package/package.json
CHANGED