@atlaskit/tmp-editor-statsig 32.10.0 → 32.11.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`dbd7ff4f67cfb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbd7ff4f67cfb) -
|
|
8
|
+
added `platform_editor_rovobutton_smartlink_toolbar_exp` experience gate
|
|
9
|
+
|
|
3
10
|
## 32.10.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1568,5 +1568,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1568
1568
|
},
|
|
1569
1569
|
param: 'isEnabled',
|
|
1570
1570
|
defaultValue: false
|
|
1571
|
+
}),
|
|
1572
|
+
// Added 2026-03-04
|
|
1573
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1574
|
+
productKeys: {
|
|
1575
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1576
|
+
},
|
|
1577
|
+
param: 'isEnabled',
|
|
1578
|
+
defaultValue: false
|
|
1571
1579
|
})
|
|
1572
1580
|
};
|
|
@@ -1562,5 +1562,13 @@ export const editorExperimentsConfig = {
|
|
|
1562
1562
|
},
|
|
1563
1563
|
param: 'isEnabled',
|
|
1564
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1565
1573
|
})
|
|
1566
1574
|
};
|
|
@@ -1562,5 +1562,13 @@ export var editorExperimentsConfig = {
|
|
|
1562
1562
|
},
|
|
1563
1563
|
param: 'isEnabled',
|
|
1564
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1565
1573
|
})
|
|
1566
1574
|
};
|
|
@@ -1158,5 +1158,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1158
|
productKeys?: ProductKeys;
|
|
1159
1159
|
typeGuard: IsBooleanType;
|
|
1160
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1161
1167
|
};
|
|
1162
1168
|
export {};
|
|
@@ -1158,5 +1158,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1158
|
productKeys?: ProductKeys;
|
|
1159
1159
|
typeGuard: IsBooleanType;
|
|
1160
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1161
1167
|
};
|
|
1162
1168
|
export {};
|
package/package.json
CHANGED