@atlaskit/tmp-editor-statsig 70.3.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,14 @@
|
|
|
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
|
+
|
|
3
12
|
## 70.3.0
|
|
4
13
|
|
|
5
14
|
### 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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED