@atlaskit/tmp-editor-statsig 32.0.0 → 32.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
|
+
## 32.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f726b988e0c1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f726b988e0c1f) -
|
|
8
|
+
Change MAUI experiment name from cc-mui-experiment to cc-maui-experiment
|
|
9
|
+
|
|
3
10
|
## 32.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1419,9 +1419,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1419
1419
|
defaultValue: false
|
|
1420
1420
|
}),
|
|
1421
1421
|
// Added 2026-02-23
|
|
1422
|
-
'cc-
|
|
1422
|
+
'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1423
1423
|
productKeys: {
|
|
1424
|
-
confluence: 'cc-
|
|
1424
|
+
confluence: 'cc-maui-experiment'
|
|
1425
1425
|
},
|
|
1426
1426
|
param: 'isEnabled',
|
|
1427
1427
|
defaultValue: false
|
|
@@ -1413,9 +1413,9 @@ export const editorExperimentsConfig = {
|
|
|
1413
1413
|
defaultValue: false
|
|
1414
1414
|
}),
|
|
1415
1415
|
// Added 2026-02-23
|
|
1416
|
-
'cc-
|
|
1416
|
+
'cc-maui-experiment': createBooleanExperiment({
|
|
1417
1417
|
productKeys: {
|
|
1418
|
-
confluence: 'cc-
|
|
1418
|
+
confluence: 'cc-maui-experiment'
|
|
1419
1419
|
},
|
|
1420
1420
|
param: 'isEnabled',
|
|
1421
1421
|
defaultValue: false
|
|
@@ -1413,9 +1413,9 @@ export var editorExperimentsConfig = {
|
|
|
1413
1413
|
defaultValue: false
|
|
1414
1414
|
}),
|
|
1415
1415
|
// Added 2026-02-23
|
|
1416
|
-
'cc-
|
|
1416
|
+
'cc-maui-experiment': createBooleanExperiment({
|
|
1417
1417
|
productKeys: {
|
|
1418
|
-
confluence: 'cc-
|
|
1418
|
+
confluence: 'cc-maui-experiment'
|
|
1419
1419
|
},
|
|
1420
1420
|
param: 'isEnabled',
|
|
1421
1421
|
defaultValue: false
|
|
@@ -1056,7 +1056,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1056
1056
|
productKeys?: ProductKeys;
|
|
1057
1057
|
typeGuard: IsBooleanType;
|
|
1058
1058
|
};
|
|
1059
|
-
'cc-
|
|
1059
|
+
'cc-maui-experiment': {
|
|
1060
1060
|
defaultValue: boolean;
|
|
1061
1061
|
param: string;
|
|
1062
1062
|
productKeys?: ProductKeys;
|
|
@@ -1056,7 +1056,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1056
1056
|
productKeys?: ProductKeys;
|
|
1057
1057
|
typeGuard: IsBooleanType;
|
|
1058
1058
|
};
|
|
1059
|
-
'cc-
|
|
1059
|
+
'cc-maui-experiment': {
|
|
1060
1060
|
defaultValue: boolean;
|
|
1061
1061
|
param: string;
|
|
1062
1062
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED