@atlaskit/tmp-editor-statsig 70.2.0 → 70.4.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,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 70.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`aef936f5a23ea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aef936f5a23ea) -
|
|
8
|
+
Rename the changeboard smart link drag-and-drop experiment from
|
|
9
|
+
`cc_dnd_smart_link_changeboard_po_template` to `cc_dnd_smart_link_changeboard_platform_css` across
|
|
10
|
+
the card plugin and editor statsig config.
|
|
11
|
+
|
|
12
|
+
## 70.3.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`8ba7595a14e53`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8ba7595a14e53) -
|
|
17
|
+
[ux] Opens iframe preview panel for smart links and related works links in new work item view for
|
|
18
|
+
certain routes ( boards, backlog).
|
|
19
|
+
|
|
3
20
|
## 70.2.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -2002,9 +2002,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2002
2002
|
defaultValue: false
|
|
2003
2003
|
}),
|
|
2004
2004
|
// Added 2026-04-16
|
|
2005
|
-
|
|
2005
|
+
cc_dnd_smart_link_changeboard_platform_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2006
2006
|
productKeys: {
|
|
2007
|
-
confluence: '
|
|
2007
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2008
2008
|
},
|
|
2009
2009
|
param: 'isEnabled',
|
|
2010
2010
|
defaultValue: false
|
|
@@ -2017,6 +2017,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2017
2017
|
param: 'isEnabled',
|
|
2018
2018
|
defaultValue: false
|
|
2019
2019
|
}),
|
|
2020
|
+
// Added 2026-04-23
|
|
2021
|
+
work_item_modernization: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2022
|
+
productKeys: {
|
|
2023
|
+
jira: 'work_item_modernization'
|
|
2024
|
+
},
|
|
2025
|
+
param: 'isEnabled',
|
|
2026
|
+
defaultValue: false
|
|
2027
|
+
}),
|
|
2020
2028
|
// Added 2026-04-27
|
|
2021
2029
|
platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2022
2030
|
productKeys: {
|
|
@@ -1996,9 +1996,9 @@ export const editorExperimentsConfig = {
|
|
|
1996
1996
|
defaultValue: false
|
|
1997
1997
|
}),
|
|
1998
1998
|
// Added 2026-04-16
|
|
1999
|
-
|
|
1999
|
+
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
2000
2000
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2001
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2002
2002
|
},
|
|
2003
2003
|
param: 'isEnabled',
|
|
2004
2004
|
defaultValue: false
|
|
@@ -2011,6 +2011,14 @@ export const editorExperimentsConfig = {
|
|
|
2011
2011
|
param: 'isEnabled',
|
|
2012
2012
|
defaultValue: false
|
|
2013
2013
|
}),
|
|
2014
|
+
// Added 2026-04-23
|
|
2015
|
+
work_item_modernization: createBooleanExperiment({
|
|
2016
|
+
productKeys: {
|
|
2017
|
+
jira: 'work_item_modernization'
|
|
2018
|
+
},
|
|
2019
|
+
param: 'isEnabled',
|
|
2020
|
+
defaultValue: false
|
|
2021
|
+
}),
|
|
2014
2022
|
// Added 2026-04-27
|
|
2015
2023
|
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2016
2024
|
productKeys: {
|
|
@@ -1996,9 +1996,9 @@ export var editorExperimentsConfig = {
|
|
|
1996
1996
|
defaultValue: false
|
|
1997
1997
|
}),
|
|
1998
1998
|
// Added 2026-04-16
|
|
1999
|
-
|
|
1999
|
+
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
2000
2000
|
productKeys: {
|
|
2001
|
-
confluence: '
|
|
2001
|
+
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
2002
2002
|
},
|
|
2003
2003
|
param: 'isEnabled',
|
|
2004
2004
|
defaultValue: false
|
|
@@ -2011,6 +2011,14 @@ export var editorExperimentsConfig = {
|
|
|
2011
2011
|
param: 'isEnabled',
|
|
2012
2012
|
defaultValue: false
|
|
2013
2013
|
}),
|
|
2014
|
+
// Added 2026-04-23
|
|
2015
|
+
work_item_modernization: createBooleanExperiment({
|
|
2016
|
+
productKeys: {
|
|
2017
|
+
jira: 'work_item_modernization'
|
|
2018
|
+
},
|
|
2019
|
+
param: 'isEnabled',
|
|
2020
|
+
defaultValue: false
|
|
2021
|
+
}),
|
|
2014
2022
|
// Added 2026-04-27
|
|
2015
2023
|
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2016
2024
|
productKeys: {
|
|
@@ -1470,7 +1470,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1470
|
productKeys?: ProductKeys;
|
|
1471
1471
|
typeGuard: IsBooleanType;
|
|
1472
1472
|
};
|
|
1473
|
-
|
|
1473
|
+
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1474
1474
|
defaultValue: boolean;
|
|
1475
1475
|
param: string;
|
|
1476
1476
|
productKeys?: ProductKeys;
|
|
@@ -1482,6 +1482,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1482
1482
|
productKeys?: ProductKeys;
|
|
1483
1483
|
typeGuard: IsBooleanType;
|
|
1484
1484
|
};
|
|
1485
|
+
work_item_modernization: {
|
|
1486
|
+
defaultValue: boolean;
|
|
1487
|
+
param: string;
|
|
1488
|
+
productKeys?: ProductKeys;
|
|
1489
|
+
typeGuard: IsBooleanType;
|
|
1490
|
+
};
|
|
1485
1491
|
platform_sl_fix_cache_unresolved: {
|
|
1486
1492
|
defaultValue: boolean;
|
|
1487
1493
|
param: string;
|
|
@@ -1470,7 +1470,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1470
1470
|
productKeys?: ProductKeys;
|
|
1471
1471
|
typeGuard: IsBooleanType;
|
|
1472
1472
|
};
|
|
1473
|
-
|
|
1473
|
+
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1474
1474
|
defaultValue: boolean;
|
|
1475
1475
|
param: string;
|
|
1476
1476
|
productKeys?: ProductKeys;
|
|
@@ -1482,6 +1482,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1482
1482
|
productKeys?: ProductKeys;
|
|
1483
1483
|
typeGuard: IsBooleanType;
|
|
1484
1484
|
};
|
|
1485
|
+
work_item_modernization: {
|
|
1486
|
+
defaultValue: boolean;
|
|
1487
|
+
param: string;
|
|
1488
|
+
productKeys?: ProductKeys;
|
|
1489
|
+
typeGuard: IsBooleanType;
|
|
1490
|
+
};
|
|
1485
1491
|
platform_sl_fix_cache_unresolved: {
|
|
1486
1492
|
defaultValue: boolean;
|
|
1487
1493
|
param: string;
|
package/package.json
CHANGED