@atlaskit/tmp-editor-statsig 40.5.0 → 40.7.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 +17 -0
- package/dist/cjs/experiments-config.js +25 -0
- package/dist/es2019/experiments-config.js +25 -0
- package/dist/esm/experiments-config.js +25 -0
- package/dist/types/experiments-config.d.ts +18 -0
- package/dist/types-ts4.5/experiments-config.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 40.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1f132a3204f7b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f132a3204f7b) -
|
|
8
|
+
Fix Safari cursor jumping to start when hovering over typeahead menu items
|
|
9
|
+
|
|
10
|
+
## 40.6.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`244ca4ec80372`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/244ca4ec80372) -
|
|
15
|
+
Add platform_editor_chromeless_expand_fix experiment
|
|
16
|
+
- [`029e47b456b89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/029e47b456b89) -
|
|
17
|
+
Fixing a bug where we expect the selection toolbar to show when selecting text and releasing on
|
|
18
|
+
the block controls handle.
|
|
19
|
+
|
|
3
20
|
## 40.5.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -1414,6 +1414,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1414
1414
|
param: 'isEnabled',
|
|
1415
1415
|
defaultValue: false
|
|
1416
1416
|
}),
|
|
1417
|
+
// Added 2026-03-16
|
|
1418
|
+
platform_safari_cursor_typeahead_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1419
|
+
productKeys: {
|
|
1420
|
+
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1421
|
+
},
|
|
1422
|
+
param: 'isEnabled',
|
|
1423
|
+
defaultValue: false
|
|
1424
|
+
}),
|
|
1417
1425
|
// Added 2026-02-17
|
|
1418
1426
|
confluence_frontend_fix_date_hydration_error: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1419
1427
|
productKeys: {
|
|
@@ -1766,6 +1774,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1766
1774
|
param: 'isEnabled',
|
|
1767
1775
|
defaultValue: false
|
|
1768
1776
|
}),
|
|
1777
|
+
// Added 2026-03-20
|
|
1778
|
+
platform_editor_chromeless_expand_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1779
|
+
productKeys: {
|
|
1780
|
+
confluence: 'platform_editor_chromeless_expand_fix',
|
|
1781
|
+
jira: 'platform_editor_chromeless_expand_fix'
|
|
1782
|
+
},
|
|
1783
|
+
param: 'isEnabled',
|
|
1784
|
+
defaultValue: false
|
|
1785
|
+
}),
|
|
1769
1786
|
// Added 2026-03-13
|
|
1770
1787
|
platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1771
1788
|
productKeys: {
|
|
@@ -1782,5 +1799,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1782
1799
|
},
|
|
1783
1800
|
param: 'isEnabled',
|
|
1784
1801
|
defaultValue: false
|
|
1802
|
+
}),
|
|
1803
|
+
// Added 2026-03-18
|
|
1804
|
+
platform_editor_selection_toolbar_block_handle: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1805
|
+
productKeys: {
|
|
1806
|
+
confluence: 'platform_editor_selection_toolbar_block_handle'
|
|
1807
|
+
},
|
|
1808
|
+
param: 'isEnabled',
|
|
1809
|
+
defaultValue: false
|
|
1785
1810
|
})
|
|
1786
1811
|
};
|
|
@@ -1408,6 +1408,14 @@ export const editorExperimentsConfig = {
|
|
|
1408
1408
|
param: 'isEnabled',
|
|
1409
1409
|
defaultValue: false
|
|
1410
1410
|
}),
|
|
1411
|
+
// Added 2026-03-16
|
|
1412
|
+
platform_safari_cursor_typeahead_fix: createBooleanExperiment({
|
|
1413
|
+
productKeys: {
|
|
1414
|
+
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1415
|
+
},
|
|
1416
|
+
param: 'isEnabled',
|
|
1417
|
+
defaultValue: false
|
|
1418
|
+
}),
|
|
1411
1419
|
// Added 2026-02-17
|
|
1412
1420
|
confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
|
|
1413
1421
|
productKeys: {
|
|
@@ -1760,6 +1768,15 @@ export const editorExperimentsConfig = {
|
|
|
1760
1768
|
param: 'isEnabled',
|
|
1761
1769
|
defaultValue: false
|
|
1762
1770
|
}),
|
|
1771
|
+
// Added 2026-03-20
|
|
1772
|
+
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1773
|
+
productKeys: {
|
|
1774
|
+
confluence: 'platform_editor_chromeless_expand_fix',
|
|
1775
|
+
jira: 'platform_editor_chromeless_expand_fix'
|
|
1776
|
+
},
|
|
1777
|
+
param: 'isEnabled',
|
|
1778
|
+
defaultValue: false
|
|
1779
|
+
}),
|
|
1763
1780
|
// Added 2026-03-13
|
|
1764
1781
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1765
1782
|
productKeys: {
|
|
@@ -1776,5 +1793,13 @@ export const editorExperimentsConfig = {
|
|
|
1776
1793
|
},
|
|
1777
1794
|
param: 'isEnabled',
|
|
1778
1795
|
defaultValue: false
|
|
1796
|
+
}),
|
|
1797
|
+
// Added 2026-03-18
|
|
1798
|
+
platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
|
|
1799
|
+
productKeys: {
|
|
1800
|
+
confluence: 'platform_editor_selection_toolbar_block_handle'
|
|
1801
|
+
},
|
|
1802
|
+
param: 'isEnabled',
|
|
1803
|
+
defaultValue: false
|
|
1779
1804
|
})
|
|
1780
1805
|
};
|
|
@@ -1408,6 +1408,14 @@ export var editorExperimentsConfig = {
|
|
|
1408
1408
|
param: 'isEnabled',
|
|
1409
1409
|
defaultValue: false
|
|
1410
1410
|
}),
|
|
1411
|
+
// Added 2026-03-16
|
|
1412
|
+
platform_safari_cursor_typeahead_fix: createBooleanExperiment({
|
|
1413
|
+
productKeys: {
|
|
1414
|
+
confluence: 'platform_safari_cursor_typeahead_fix'
|
|
1415
|
+
},
|
|
1416
|
+
param: 'isEnabled',
|
|
1417
|
+
defaultValue: false
|
|
1418
|
+
}),
|
|
1411
1419
|
// Added 2026-02-17
|
|
1412
1420
|
confluence_frontend_fix_date_hydration_error: createBooleanExperiment({
|
|
1413
1421
|
productKeys: {
|
|
@@ -1760,6 +1768,15 @@ export var editorExperimentsConfig = {
|
|
|
1760
1768
|
param: 'isEnabled',
|
|
1761
1769
|
defaultValue: false
|
|
1762
1770
|
}),
|
|
1771
|
+
// Added 2026-03-20
|
|
1772
|
+
platform_editor_chromeless_expand_fix: createBooleanExperiment({
|
|
1773
|
+
productKeys: {
|
|
1774
|
+
confluence: 'platform_editor_chromeless_expand_fix',
|
|
1775
|
+
jira: 'platform_editor_chromeless_expand_fix'
|
|
1776
|
+
},
|
|
1777
|
+
param: 'isEnabled',
|
|
1778
|
+
defaultValue: false
|
|
1779
|
+
}),
|
|
1763
1780
|
// Added 2026-03-13
|
|
1764
1781
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1765
1782
|
productKeys: {
|
|
@@ -1776,5 +1793,13 @@ export var editorExperimentsConfig = {
|
|
|
1776
1793
|
},
|
|
1777
1794
|
param: 'isEnabled',
|
|
1778
1795
|
defaultValue: false
|
|
1796
|
+
}),
|
|
1797
|
+
// Added 2026-03-18
|
|
1798
|
+
platform_editor_selection_toolbar_block_handle: createBooleanExperiment({
|
|
1799
|
+
productKeys: {
|
|
1800
|
+
confluence: 'platform_editor_selection_toolbar_block_handle'
|
|
1801
|
+
},
|
|
1802
|
+
param: 'isEnabled',
|
|
1803
|
+
defaultValue: false
|
|
1779
1804
|
})
|
|
1780
1805
|
};
|
|
@@ -1038,6 +1038,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1038
1038
|
productKeys?: ProductKeys;
|
|
1039
1039
|
typeGuard: IsBooleanType;
|
|
1040
1040
|
};
|
|
1041
|
+
platform_safari_cursor_typeahead_fix: {
|
|
1042
|
+
defaultValue: boolean;
|
|
1043
|
+
param: string;
|
|
1044
|
+
productKeys?: ProductKeys;
|
|
1045
|
+
typeGuard: IsBooleanType;
|
|
1046
|
+
};
|
|
1041
1047
|
platform_editor_comment_editor_border_radius: {
|
|
1042
1048
|
defaultValue: boolean;
|
|
1043
1049
|
param: string;
|
|
@@ -1290,6 +1296,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1290
1296
|
productKeys?: ProductKeys;
|
|
1291
1297
|
typeGuard: IsBooleanType;
|
|
1292
1298
|
};
|
|
1299
|
+
platform_editor_chromeless_expand_fix: {
|
|
1300
|
+
defaultValue: boolean;
|
|
1301
|
+
param: string;
|
|
1302
|
+
productKeys?: ProductKeys;
|
|
1303
|
+
typeGuard: IsBooleanType;
|
|
1304
|
+
};
|
|
1293
1305
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1294
1306
|
defaultValue: boolean;
|
|
1295
1307
|
param: string;
|
|
@@ -1308,5 +1320,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1320
|
productKeys?: ProductKeys;
|
|
1309
1321
|
typeGuard: IsBooleanType;
|
|
1310
1322
|
};
|
|
1323
|
+
platform_editor_selection_toolbar_block_handle: {
|
|
1324
|
+
defaultValue: boolean;
|
|
1325
|
+
param: string;
|
|
1326
|
+
productKeys?: ProductKeys;
|
|
1327
|
+
typeGuard: IsBooleanType;
|
|
1328
|
+
};
|
|
1311
1329
|
};
|
|
1312
1330
|
export {};
|
|
@@ -1038,6 +1038,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1038
1038
|
productKeys?: ProductKeys;
|
|
1039
1039
|
typeGuard: IsBooleanType;
|
|
1040
1040
|
};
|
|
1041
|
+
platform_safari_cursor_typeahead_fix: {
|
|
1042
|
+
defaultValue: boolean;
|
|
1043
|
+
param: string;
|
|
1044
|
+
productKeys?: ProductKeys;
|
|
1045
|
+
typeGuard: IsBooleanType;
|
|
1046
|
+
};
|
|
1041
1047
|
platform_editor_comment_editor_border_radius: {
|
|
1042
1048
|
defaultValue: boolean;
|
|
1043
1049
|
param: string;
|
|
@@ -1290,6 +1296,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1290
1296
|
productKeys?: ProductKeys;
|
|
1291
1297
|
typeGuard: IsBooleanType;
|
|
1292
1298
|
};
|
|
1299
|
+
platform_editor_chromeless_expand_fix: {
|
|
1300
|
+
defaultValue: boolean;
|
|
1301
|
+
param: string;
|
|
1302
|
+
productKeys?: ProductKeys;
|
|
1303
|
+
typeGuard: IsBooleanType;
|
|
1304
|
+
};
|
|
1293
1305
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1294
1306
|
defaultValue: boolean;
|
|
1295
1307
|
param: string;
|
|
@@ -1308,5 +1320,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1320
|
productKeys?: ProductKeys;
|
|
1309
1321
|
typeGuard: IsBooleanType;
|
|
1310
1322
|
};
|
|
1323
|
+
platform_editor_selection_toolbar_block_handle: {
|
|
1324
|
+
defaultValue: boolean;
|
|
1325
|
+
param: string;
|
|
1326
|
+
productKeys?: ProductKeys;
|
|
1327
|
+
typeGuard: IsBooleanType;
|
|
1328
|
+
};
|
|
1311
1329
|
};
|
|
1312
1330
|
export {};
|
package/package.json
CHANGED