@atlaskit/tmp-editor-statsig 54.0.1 → 54.1.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
|
+
## 54.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`24f029e3a215c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/24f029e3a215c) -
|
|
8
|
+
Gate Ask Rovo MAUI edit UI behind cc-maui-experiment-phase-2
|
|
9
|
+
|
|
3
10
|
## 54.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1404,6 +1404,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1404
1404
|
param: 'isEnabled',
|
|
1405
1405
|
defaultValue: false
|
|
1406
1406
|
}),
|
|
1407
|
+
// Added 2026-04-06
|
|
1408
|
+
'cc-maui-experiment-phase-2': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1409
|
+
productKeys: {
|
|
1410
|
+
confluence: 'cc-maui-experiment-phase-2'
|
|
1411
|
+
},
|
|
1412
|
+
param: 'isEnabled',
|
|
1413
|
+
defaultValue: false
|
|
1414
|
+
}),
|
|
1407
1415
|
// Added 2026-03-05
|
|
1408
1416
|
'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1409
1417
|
productKeys: {
|
|
@@ -1398,6 +1398,14 @@ export const editorExperimentsConfig = {
|
|
|
1398
1398
|
param: 'isEnabled',
|
|
1399
1399
|
defaultValue: false
|
|
1400
1400
|
}),
|
|
1401
|
+
// Added 2026-04-06
|
|
1402
|
+
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1403
|
+
productKeys: {
|
|
1404
|
+
confluence: 'cc-maui-experiment-phase-2'
|
|
1405
|
+
},
|
|
1406
|
+
param: 'isEnabled',
|
|
1407
|
+
defaultValue: false
|
|
1408
|
+
}),
|
|
1401
1409
|
// Added 2026-03-05
|
|
1402
1410
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1403
1411
|
productKeys: {
|
|
@@ -1398,6 +1398,14 @@ export var editorExperimentsConfig = {
|
|
|
1398
1398
|
param: 'isEnabled',
|
|
1399
1399
|
defaultValue: false
|
|
1400
1400
|
}),
|
|
1401
|
+
// Added 2026-04-06
|
|
1402
|
+
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1403
|
+
productKeys: {
|
|
1404
|
+
confluence: 'cc-maui-experiment-phase-2'
|
|
1405
|
+
},
|
|
1406
|
+
param: 'isEnabled',
|
|
1407
|
+
defaultValue: false
|
|
1408
|
+
}),
|
|
1401
1409
|
// Added 2026-03-05
|
|
1402
1410
|
'cc-mui-slides-experiment': createBooleanExperiment({
|
|
1403
1411
|
productKeys: {
|
|
@@ -1050,6 +1050,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1050
1050
|
productKeys?: ProductKeys;
|
|
1051
1051
|
typeGuard: IsBooleanType;
|
|
1052
1052
|
};
|
|
1053
|
+
'cc-maui-experiment-phase-2': {
|
|
1054
|
+
defaultValue: boolean;
|
|
1055
|
+
param: string;
|
|
1056
|
+
productKeys?: ProductKeys;
|
|
1057
|
+
typeGuard: IsBooleanType;
|
|
1058
|
+
};
|
|
1053
1059
|
'cc-mui-slides-experiment': {
|
|
1054
1060
|
defaultValue: boolean;
|
|
1055
1061
|
param: string;
|
|
@@ -1050,6 +1050,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1050
1050
|
productKeys?: ProductKeys;
|
|
1051
1051
|
typeGuard: IsBooleanType;
|
|
1052
1052
|
};
|
|
1053
|
+
'cc-maui-experiment-phase-2': {
|
|
1054
|
+
defaultValue: boolean;
|
|
1055
|
+
param: string;
|
|
1056
|
+
productKeys?: ProductKeys;
|
|
1057
|
+
typeGuard: IsBooleanType;
|
|
1058
|
+
};
|
|
1053
1059
|
'cc-mui-slides-experiment': {
|
|
1054
1060
|
defaultValue: boolean;
|
|
1055
1061
|
param: string;
|
package/package.json
CHANGED