@atlaskit/tmp-editor-statsig 54.0.0 → 54.0.1
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
|
+
## 54.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cfd14d8f3b8df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cfd14d8f3b8df) -
|
|
8
|
+
[ux] Hide unreleased changes behind new experiment as they have been cut from v1 experiment scope
|
|
9
|
+
|
|
3
10
|
## 54.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1568,6 +1568,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1568
1568
|
param: 'isEnabled',
|
|
1569
1569
|
defaultValue: false
|
|
1570
1570
|
}),
|
|
1571
|
+
// Added 2026-04-02
|
|
1572
|
+
platform_editor_ai_smartlink_toolbar_v2_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1573
|
+
productKeys: {
|
|
1574
|
+
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1575
|
+
},
|
|
1576
|
+
param: 'isEnabled',
|
|
1577
|
+
defaultValue: false
|
|
1578
|
+
}),
|
|
1571
1579
|
// Added 2026-03-30
|
|
1572
1580
|
platform_editor_a11y_scrollable_region: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1573
1581
|
productKeys: {
|
|
@@ -1562,6 +1562,14 @@ export const editorExperimentsConfig = {
|
|
|
1562
1562
|
param: 'isEnabled',
|
|
1563
1563
|
defaultValue: false
|
|
1564
1564
|
}),
|
|
1565
|
+
// Added 2026-04-02
|
|
1566
|
+
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1567
|
+
productKeys: {
|
|
1568
|
+
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1569
|
+
},
|
|
1570
|
+
param: 'isEnabled',
|
|
1571
|
+
defaultValue: false
|
|
1572
|
+
}),
|
|
1565
1573
|
// Added 2026-03-30
|
|
1566
1574
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1567
1575
|
productKeys: {
|
|
@@ -1562,6 +1562,14 @@ export var editorExperimentsConfig = {
|
|
|
1562
1562
|
param: 'isEnabled',
|
|
1563
1563
|
defaultValue: false
|
|
1564
1564
|
}),
|
|
1565
|
+
// Added 2026-04-02
|
|
1566
|
+
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1567
|
+
productKeys: {
|
|
1568
|
+
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1569
|
+
},
|
|
1570
|
+
param: 'isEnabled',
|
|
1571
|
+
defaultValue: false
|
|
1572
|
+
}),
|
|
1565
1573
|
// Added 2026-03-30
|
|
1566
1574
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1567
1575
|
productKeys: {
|
|
@@ -1170,6 +1170,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1170
1170
|
productKeys?: ProductKeys;
|
|
1171
1171
|
typeGuard: IsBooleanType;
|
|
1172
1172
|
};
|
|
1173
|
+
platform_editor_ai_smartlink_toolbar_v2_exp: {
|
|
1174
|
+
defaultValue: boolean;
|
|
1175
|
+
param: string;
|
|
1176
|
+
productKeys?: ProductKeys;
|
|
1177
|
+
typeGuard: IsBooleanType;
|
|
1178
|
+
};
|
|
1173
1179
|
platform_editor_renderer_error_boundary_stable_key: {
|
|
1174
1180
|
defaultValue: boolean;
|
|
1175
1181
|
param: string;
|
|
@@ -1170,6 +1170,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1170
1170
|
productKeys?: ProductKeys;
|
|
1171
1171
|
typeGuard: IsBooleanType;
|
|
1172
1172
|
};
|
|
1173
|
+
platform_editor_ai_smartlink_toolbar_v2_exp: {
|
|
1174
|
+
defaultValue: boolean;
|
|
1175
|
+
param: string;
|
|
1176
|
+
productKeys?: ProductKeys;
|
|
1177
|
+
typeGuard: IsBooleanType;
|
|
1178
|
+
};
|
|
1173
1179
|
platform_editor_renderer_error_boundary_stable_key: {
|
|
1174
1180
|
defaultValue: boolean;
|
|
1175
1181
|
param: string;
|
package/package.json
CHANGED