@atlaskit/tmp-editor-statsig 118.0.0 → 119.0.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
|
+
## 119.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a16b0166df4c4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16b0166df4c4) -
|
|
8
|
+
[ux] Clean up confluence_fe_cwr_outcome_picker_prompt_autoselect, set to true
|
|
9
|
+
|
|
3
10
|
## 118.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1367,14 +1367,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1367
1367
|
param: 'isEnabled',
|
|
1368
1368
|
defaultValue: false
|
|
1369
1369
|
}),
|
|
1370
|
-
// Added 2026-04-01
|
|
1371
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1372
|
-
productKeys: {
|
|
1373
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1374
|
-
},
|
|
1375
|
-
param: 'isEnabled',
|
|
1376
|
-
defaultValue: false
|
|
1377
|
-
}),
|
|
1378
1370
|
// Added 2026-04-24
|
|
1379
1371
|
'cwr-modal-ui-refresh': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1380
1372
|
productKeys: {
|
|
@@ -1361,14 +1361,6 @@ export const editorExperimentsConfig = {
|
|
|
1361
1361
|
param: 'isEnabled',
|
|
1362
1362
|
defaultValue: false
|
|
1363
1363
|
}),
|
|
1364
|
-
// Added 2026-04-01
|
|
1365
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1366
|
-
productKeys: {
|
|
1367
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1368
|
-
},
|
|
1369
|
-
param: 'isEnabled',
|
|
1370
|
-
defaultValue: false
|
|
1371
|
-
}),
|
|
1372
1364
|
// Added 2026-04-24
|
|
1373
1365
|
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1374
1366
|
productKeys: {
|
|
@@ -1361,14 +1361,6 @@ export var editorExperimentsConfig = {
|
|
|
1361
1361
|
param: 'isEnabled',
|
|
1362
1362
|
defaultValue: false
|
|
1363
1363
|
}),
|
|
1364
|
-
// Added 2026-04-01
|
|
1365
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1366
|
-
productKeys: {
|
|
1367
|
-
confluence: 'confluence_fe_cwr_outcome_picker_prompt_autoselect'
|
|
1368
|
-
},
|
|
1369
|
-
param: 'isEnabled',
|
|
1370
|
-
defaultValue: false
|
|
1371
|
-
}),
|
|
1372
1364
|
// Added 2026-04-24
|
|
1373
1365
|
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1374
1366
|
productKeys: {
|
|
@@ -1046,12 +1046,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1046
1046
|
productKeys?: ProductKeys;
|
|
1047
1047
|
typeGuard: IsBooleanType;
|
|
1048
1048
|
};
|
|
1049
|
-
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1050
|
-
defaultValue: boolean;
|
|
1051
|
-
param: string;
|
|
1052
|
-
productKeys?: ProductKeys;
|
|
1053
|
-
typeGuard: IsBooleanType;
|
|
1054
|
-
};
|
|
1055
1049
|
'cwr-modal-ui-refresh': {
|
|
1056
1050
|
defaultValue: boolean;
|
|
1057
1051
|
param: string;
|
package/package.json
CHANGED