@atlaskit/tmp-editor-statsig 31.0.0 → 31.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 31.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`db3bf19a55517`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db3bf19a55517) -
|
|
8
|
+
Update breakpoint values for jira editor and jsm under platform_editor_toolbar_update_jira_config
|
|
9
|
+
experiment.
|
|
10
|
+
|
|
3
11
|
## 31.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -1477,5 +1477,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1477
1477
|
},
|
|
1478
1478
|
param: 'isEnabled',
|
|
1479
1479
|
defaultValue: false
|
|
1480
|
+
}),
|
|
1481
|
+
// Added 2026-02-26
|
|
1482
|
+
platform_editor_toolbar_update_jira_config: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1483
|
+
productKeys: {
|
|
1484
|
+
jira: 'platform_editor_toolbar_update_jira_config'
|
|
1485
|
+
},
|
|
1486
|
+
param: 'isEnabled',
|
|
1487
|
+
defaultValue: false
|
|
1480
1488
|
})
|
|
1481
1489
|
};
|
|
@@ -1471,5 +1471,13 @@ export const editorExperimentsConfig = {
|
|
|
1471
1471
|
},
|
|
1472
1472
|
param: 'isEnabled',
|
|
1473
1473
|
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-02-26
|
|
1476
|
+
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
jira: 'platform_editor_toolbar_update_jira_config'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1474
1482
|
})
|
|
1475
1483
|
};
|
|
@@ -1471,5 +1471,13 @@ export var editorExperimentsConfig = {
|
|
|
1471
1471
|
},
|
|
1472
1472
|
param: 'isEnabled',
|
|
1473
1473
|
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-02-26
|
|
1476
|
+
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
jira: 'platform_editor_toolbar_update_jira_config'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1474
1482
|
})
|
|
1475
1483
|
};
|
|
@@ -1092,5 +1092,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
+
platform_editor_toolbar_update_jira_config: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1095
1101
|
};
|
|
1096
1102
|
export {};
|
|
@@ -1092,5 +1092,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
+
platform_editor_toolbar_update_jira_config: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1095
1101
|
};
|
|
1096
1102
|
export {};
|
package/package.json
CHANGED