@atlaskit/tmp-editor-statsig 70.3.0 → 70.5.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 +18 -0
- package/dist/cjs/experiments-config.js +18 -2
- package/dist/es2019/experiments-config.js +18 -2
- package/dist/esm/experiments-config.js +18 -2
- package/dist/types/experiments-config.d.ts +13 -1
- package/dist/types-ts4.5/experiments-config.d.ts +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 70.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bc415f8eb86a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc415f8eb86a9) -
|
|
8
|
+
Add OR check with create_work_item_modernization_exp experiment to
|
|
9
|
+
platform_editor_fix_scrolling_popup_position, platform_editor_table_resize_chromeless, and
|
|
10
|
+
platform_editor_chromeless_akeditor_class usages
|
|
11
|
+
|
|
12
|
+
## 70.4.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`aef936f5a23ea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aef936f5a23ea) -
|
|
17
|
+
Rename the changeboard smart link drag-and-drop experiment from
|
|
18
|
+
`cc_dnd_smart_link_changeboard_po_template` to `cc_dnd_smart_link_changeboard_platform_css` across
|
|
19
|
+
the card plugin and editor statsig config.
|
|
20
|
+
|
|
3
21
|
## 70.3.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -1212,6 +1212,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1212
1212
|
param: 'isEnabled',
|
|
1213
1213
|
defaultValue: false
|
|
1214
1214
|
}),
|
|
1215
|
+
// Added 2026-04-28
|
|
1216
|
+
create_work_item_modernization_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1217
|
+
productKeys: {
|
|
1218
|
+
jira: 'create_work_item_modernization_exp'
|
|
1219
|
+
},
|
|
1220
|
+
param: 'isEnabled',
|
|
1221
|
+
defaultValue: false
|
|
1222
|
+
}),
|
|
1215
1223
|
// Added 2026-01-30
|
|
1216
1224
|
platform_editor_fix_cross_origin_editor_focus: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1217
1225
|
productKeys: {
|
|
@@ -2002,9 +2010,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2002
2010
|
defaultValue: false
|
|
2003
2011
|
}),
|
|
2004
2012
|
// Added 2026-04-16
|
|
2005
|
-
|
|
2013
|
+
cc_dnd_smart_link_changeboard_platform_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2006
2014
|
productKeys: {
|
|
2007
|
-
confluence: '
|
|
2015
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2008
2016
|
},
|
|
2009
2017
|
param: 'isEnabled',
|
|
2010
2018
|
defaultValue: false
|
|
@@ -2032,5 +2040,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2032
2040
|
},
|
|
2033
2041
|
param: 'isEnabled',
|
|
2034
2042
|
defaultValue: false
|
|
2043
|
+
}),
|
|
2044
|
+
// Added 2026-04-22
|
|
2045
|
+
platform_editor_korean_characters_split: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2046
|
+
productKeys: {
|
|
2047
|
+
confluence: 'platform_editor_korean_characters_split'
|
|
2048
|
+
},
|
|
2049
|
+
param: 'isEnabled',
|
|
2050
|
+
defaultValue: false
|
|
2035
2051
|
})
|
|
2036
2052
|
};
|
|
@@ -1206,6 +1206,14 @@ export const editorExperimentsConfig = {
|
|
|
1206
1206
|
param: 'isEnabled',
|
|
1207
1207
|
defaultValue: false
|
|
1208
1208
|
}),
|
|
1209
|
+
// Added 2026-04-28
|
|
1210
|
+
create_work_item_modernization_exp: createBooleanExperiment({
|
|
1211
|
+
productKeys: {
|
|
1212
|
+
jira: 'create_work_item_modernization_exp'
|
|
1213
|
+
},
|
|
1214
|
+
param: 'isEnabled',
|
|
1215
|
+
defaultValue: false
|
|
1216
|
+
}),
|
|
1209
1217
|
// Added 2026-01-30
|
|
1210
1218
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1211
1219
|
productKeys: {
|
|
@@ -1996,9 +2004,9 @@ export const editorExperimentsConfig = {
|
|
|
1996
2004
|
defaultValue: false
|
|
1997
2005
|
}),
|
|
1998
2006
|
// Added 2026-04-16
|
|
1999
|
-
|
|
2007
|
+
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
2000
2008
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2009
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2002
2010
|
},
|
|
2003
2011
|
param: 'isEnabled',
|
|
2004
2012
|
defaultValue: false
|
|
@@ -2026,5 +2034,13 @@ export const editorExperimentsConfig = {
|
|
|
2026
2034
|
},
|
|
2027
2035
|
param: 'isEnabled',
|
|
2028
2036
|
defaultValue: false
|
|
2037
|
+
}),
|
|
2038
|
+
// Added 2026-04-22
|
|
2039
|
+
platform_editor_korean_characters_split: createBooleanExperiment({
|
|
2040
|
+
productKeys: {
|
|
2041
|
+
confluence: 'platform_editor_korean_characters_split'
|
|
2042
|
+
},
|
|
2043
|
+
param: 'isEnabled',
|
|
2044
|
+
defaultValue: false
|
|
2029
2045
|
})
|
|
2030
2046
|
};
|
|
@@ -1206,6 +1206,14 @@ export var editorExperimentsConfig = {
|
|
|
1206
1206
|
param: 'isEnabled',
|
|
1207
1207
|
defaultValue: false
|
|
1208
1208
|
}),
|
|
1209
|
+
// Added 2026-04-28
|
|
1210
|
+
create_work_item_modernization_exp: createBooleanExperiment({
|
|
1211
|
+
productKeys: {
|
|
1212
|
+
jira: 'create_work_item_modernization_exp'
|
|
1213
|
+
},
|
|
1214
|
+
param: 'isEnabled',
|
|
1215
|
+
defaultValue: false
|
|
1216
|
+
}),
|
|
1209
1217
|
// Added 2026-01-30
|
|
1210
1218
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
1211
1219
|
productKeys: {
|
|
@@ -1996,9 +2004,9 @@ export var editorExperimentsConfig = {
|
|
|
1996
2004
|
defaultValue: false
|
|
1997
2005
|
}),
|
|
1998
2006
|
// Added 2026-04-16
|
|
1999
|
-
|
|
2007
|
+
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
2000
2008
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2009
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2002
2010
|
},
|
|
2003
2011
|
param: 'isEnabled',
|
|
2004
2012
|
defaultValue: false
|
|
@@ -2026,5 +2034,13 @@ export var editorExperimentsConfig = {
|
|
|
2026
2034
|
},
|
|
2027
2035
|
param: 'isEnabled',
|
|
2028
2036
|
defaultValue: false
|
|
2037
|
+
}),
|
|
2038
|
+
// Added 2026-04-22
|
|
2039
|
+
platform_editor_korean_characters_split: createBooleanExperiment({
|
|
2040
|
+
productKeys: {
|
|
2041
|
+
confluence: 'platform_editor_korean_characters_split'
|
|
2042
|
+
},
|
|
2043
|
+
param: 'isEnabled',
|
|
2044
|
+
defaultValue: false
|
|
2029
2045
|
})
|
|
2030
2046
|
};
|
|
@@ -1452,6 +1452,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1452
1452
|
productKeys?: ProductKeys;
|
|
1453
1453
|
typeGuard: IsBooleanType;
|
|
1454
1454
|
};
|
|
1455
|
+
create_work_item_modernization_exp: {
|
|
1456
|
+
defaultValue: boolean;
|
|
1457
|
+
param: string;
|
|
1458
|
+
productKeys?: ProductKeys;
|
|
1459
|
+
typeGuard: IsBooleanType;
|
|
1460
|
+
};
|
|
1455
1461
|
improve_3p_smart_link_resolve_rate: {
|
|
1456
1462
|
defaultValue: boolean;
|
|
1457
1463
|
param: string;
|
|
@@ -1470,7 +1476,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1476
|
productKeys?: ProductKeys;
|
|
1471
1477
|
typeGuard: IsBooleanType;
|
|
1472
1478
|
};
|
|
1473
|
-
|
|
1479
|
+
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1474
1480
|
defaultValue: boolean;
|
|
1475
1481
|
param: string;
|
|
1476
1482
|
productKeys?: ProductKeys;
|
|
@@ -1494,5 +1500,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1494
1500
|
productKeys?: ProductKeys;
|
|
1495
1501
|
typeGuard: IsBooleanType;
|
|
1496
1502
|
};
|
|
1503
|
+
platform_editor_korean_characters_split: {
|
|
1504
|
+
defaultValue: boolean;
|
|
1505
|
+
param: string;
|
|
1506
|
+
productKeys?: ProductKeys;
|
|
1507
|
+
typeGuard: IsBooleanType;
|
|
1508
|
+
};
|
|
1497
1509
|
};
|
|
1498
1510
|
export {};
|
|
@@ -1452,6 +1452,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1452
1452
|
productKeys?: ProductKeys;
|
|
1453
1453
|
typeGuard: IsBooleanType;
|
|
1454
1454
|
};
|
|
1455
|
+
create_work_item_modernization_exp: {
|
|
1456
|
+
defaultValue: boolean;
|
|
1457
|
+
param: string;
|
|
1458
|
+
productKeys?: ProductKeys;
|
|
1459
|
+
typeGuard: IsBooleanType;
|
|
1460
|
+
};
|
|
1455
1461
|
improve_3p_smart_link_resolve_rate: {
|
|
1456
1462
|
defaultValue: boolean;
|
|
1457
1463
|
param: string;
|
|
@@ -1470,7 +1476,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1476
|
productKeys?: ProductKeys;
|
|
1471
1477
|
typeGuard: IsBooleanType;
|
|
1472
1478
|
};
|
|
1473
|
-
|
|
1479
|
+
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1474
1480
|
defaultValue: boolean;
|
|
1475
1481
|
param: string;
|
|
1476
1482
|
productKeys?: ProductKeys;
|
|
@@ -1494,5 +1500,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1494
1500
|
productKeys?: ProductKeys;
|
|
1495
1501
|
typeGuard: IsBooleanType;
|
|
1496
1502
|
};
|
|
1503
|
+
platform_editor_korean_characters_split: {
|
|
1504
|
+
defaultValue: boolean;
|
|
1505
|
+
param: string;
|
|
1506
|
+
productKeys?: ProductKeys;
|
|
1507
|
+
typeGuard: IsBooleanType;
|
|
1508
|
+
};
|
|
1497
1509
|
};
|
|
1498
1510
|
export {};
|
package/package.json
CHANGED