@atlaskit/tmp-editor-statsig 32.8.0 → 32.9.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.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6555606e7bd91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6555606e7bd91) -
|
|
8
|
+
[NO-ISSUE] adding experiment for platform_editor_ai_blockmenu_integration
|
|
9
|
+
|
|
3
10
|
## 32.8.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1536,5 +1536,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1536
1536
|
},
|
|
1537
1537
|
param: 'isEnabled',
|
|
1538
1538
|
defaultValue: false
|
|
1539
|
+
}),
|
|
1540
|
+
// Added 2026-03-04
|
|
1541
|
+
platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1542
|
+
productKeys: {
|
|
1543
|
+
confluence: 'platform_editor_ai_blockmenu_integration'
|
|
1544
|
+
},
|
|
1545
|
+
param: 'isEnabled',
|
|
1546
|
+
defaultValue: false
|
|
1539
1547
|
})
|
|
1540
1548
|
};
|
|
@@ -1530,5 +1530,13 @@ export const editorExperimentsConfig = {
|
|
|
1530
1530
|
},
|
|
1531
1531
|
param: 'isEnabled',
|
|
1532
1532
|
defaultValue: false
|
|
1533
|
+
}),
|
|
1534
|
+
// Added 2026-03-04
|
|
1535
|
+
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1536
|
+
productKeys: {
|
|
1537
|
+
confluence: 'platform_editor_ai_blockmenu_integration'
|
|
1538
|
+
},
|
|
1539
|
+
param: 'isEnabled',
|
|
1540
|
+
defaultValue: false
|
|
1533
1541
|
})
|
|
1534
1542
|
};
|
|
@@ -1530,5 +1530,13 @@ export var editorExperimentsConfig = {
|
|
|
1530
1530
|
},
|
|
1531
1531
|
param: 'isEnabled',
|
|
1532
1532
|
defaultValue: false
|
|
1533
|
+
}),
|
|
1534
|
+
// Added 2026-03-04
|
|
1535
|
+
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1536
|
+
productKeys: {
|
|
1537
|
+
confluence: 'platform_editor_ai_blockmenu_integration'
|
|
1538
|
+
},
|
|
1539
|
+
param: 'isEnabled',
|
|
1540
|
+
defaultValue: false
|
|
1533
1541
|
})
|
|
1534
1542
|
};
|
|
@@ -1134,5 +1134,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1134
1134
|
productKeys?: ProductKeys;
|
|
1135
1135
|
typeGuard: IsBooleanType;
|
|
1136
1136
|
};
|
|
1137
|
+
platform_editor_ai_blockmenu_integration: {
|
|
1138
|
+
defaultValue: boolean;
|
|
1139
|
+
param: string;
|
|
1140
|
+
productKeys?: ProductKeys;
|
|
1141
|
+
typeGuard: IsBooleanType;
|
|
1142
|
+
};
|
|
1137
1143
|
};
|
|
1138
1144
|
export {};
|
|
@@ -1134,5 +1134,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1134
1134
|
productKeys?: ProductKeys;
|
|
1135
1135
|
typeGuard: IsBooleanType;
|
|
1136
1136
|
};
|
|
1137
|
+
platform_editor_ai_blockmenu_integration: {
|
|
1138
|
+
defaultValue: boolean;
|
|
1139
|
+
param: string;
|
|
1140
|
+
productKeys?: ProductKeys;
|
|
1141
|
+
typeGuard: IsBooleanType;
|
|
1142
|
+
};
|
|
1137
1143
|
};
|
|
1138
1144
|
export {};
|
package/package.json
CHANGED