@atlaskit/tmp-editor-statsig 72.1.0 → 72.1.1
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
|
+
## 72.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`387b9066cd2c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/387b9066cd2c2) -
|
|
8
|
+
Update CWR modal illustration size behind cwr-modal-ui-refresh experiment
|
|
9
|
+
|
|
3
10
|
## 72.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1389,6 +1389,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1389
1389
|
param: 'isEnabled',
|
|
1390
1390
|
defaultValue: false
|
|
1391
1391
|
}),
|
|
1392
|
+
// Added 2026-04-24
|
|
1393
|
+
'cwr-modal-ui-refresh': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1394
|
+
productKeys: {
|
|
1395
|
+
confluence: 'cwr-modal-ui-refresh'
|
|
1396
|
+
},
|
|
1397
|
+
param: 'isEnabled',
|
|
1398
|
+
defaultValue: false
|
|
1399
|
+
}),
|
|
1392
1400
|
// Added 2026-02-12
|
|
1393
1401
|
platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1394
1402
|
productKeys: {
|
|
@@ -1383,6 +1383,14 @@ export const editorExperimentsConfig = {
|
|
|
1383
1383
|
param: 'isEnabled',
|
|
1384
1384
|
defaultValue: false
|
|
1385
1385
|
}),
|
|
1386
|
+
// Added 2026-04-24
|
|
1387
|
+
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1388
|
+
productKeys: {
|
|
1389
|
+
confluence: 'cwr-modal-ui-refresh'
|
|
1390
|
+
},
|
|
1391
|
+
param: 'isEnabled',
|
|
1392
|
+
defaultValue: false
|
|
1393
|
+
}),
|
|
1386
1394
|
// Added 2026-02-12
|
|
1387
1395
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1388
1396
|
productKeys: {
|
|
@@ -1383,6 +1383,14 @@ export var editorExperimentsConfig = {
|
|
|
1383
1383
|
param: 'isEnabled',
|
|
1384
1384
|
defaultValue: false
|
|
1385
1385
|
}),
|
|
1386
|
+
// Added 2026-04-24
|
|
1387
|
+
'cwr-modal-ui-refresh': createBooleanExperiment({
|
|
1388
|
+
productKeys: {
|
|
1389
|
+
confluence: 'cwr-modal-ui-refresh'
|
|
1390
|
+
},
|
|
1391
|
+
param: 'isEnabled',
|
|
1392
|
+
defaultValue: false
|
|
1393
|
+
}),
|
|
1386
1394
|
// Added 2026-02-12
|
|
1387
1395
|
platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
|
|
1388
1396
|
productKeys: {
|
|
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1056
1056
|
productKeys?: ProductKeys;
|
|
1057
1057
|
typeGuard: IsBooleanType;
|
|
1058
1058
|
};
|
|
1059
|
+
'cwr-modal-ui-refresh': {
|
|
1060
|
+
defaultValue: boolean;
|
|
1061
|
+
param: string;
|
|
1062
|
+
productKeys?: ProductKeys;
|
|
1063
|
+
typeGuard: IsBooleanType;
|
|
1064
|
+
};
|
|
1059
1065
|
platform_editor_a11y_escape_link_dialog: {
|
|
1060
1066
|
defaultValue: boolean;
|
|
1061
1067
|
param: string;
|
|
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1056
1056
|
productKeys?: ProductKeys;
|
|
1057
1057
|
typeGuard: IsBooleanType;
|
|
1058
1058
|
};
|
|
1059
|
+
'cwr-modal-ui-refresh': {
|
|
1060
|
+
defaultValue: boolean;
|
|
1061
|
+
param: string;
|
|
1062
|
+
productKeys?: ProductKeys;
|
|
1063
|
+
typeGuard: IsBooleanType;
|
|
1064
|
+
};
|
|
1059
1065
|
platform_editor_a11y_escape_link_dialog: {
|
|
1060
1066
|
defaultValue: boolean;
|
|
1061
1067
|
param: string;
|
package/package.json
CHANGED