@atlaskit/tmp-editor-statsig 72.0.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,24 @@
|
|
|
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
|
+
|
|
10
|
+
## 72.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`fb1ec78192b09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb1ec78192b09) -
|
|
15
|
+
Cleanup platform_editor_ai_update_actioned_event_timeout experiment - keep enabled path (30s
|
|
16
|
+
actioned-event delay, no delayed 20s/30s events)
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 72.0.0
|
|
4
23
|
|
|
5
24
|
### Major 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: {
|
|
@@ -1480,14 +1488,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1480
1488
|
param: 'isEnabled',
|
|
1481
1489
|
defaultValue: false
|
|
1482
1490
|
}),
|
|
1483
|
-
// Added 2026-03-03
|
|
1484
|
-
platform_editor_ai_update_actioned_event_timeout: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1485
|
-
productKeys: {
|
|
1486
|
-
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1487
|
-
},
|
|
1488
|
-
param: 'isEnabled',
|
|
1489
|
-
defaultValue: false
|
|
1490
|
-
}),
|
|
1491
1491
|
// Added 2026-03-02
|
|
1492
1492
|
platform_editor_discarded_unified_analytic_events: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1493
1493
|
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: {
|
|
@@ -1474,14 +1482,6 @@ export const editorExperimentsConfig = {
|
|
|
1474
1482
|
param: 'isEnabled',
|
|
1475
1483
|
defaultValue: false
|
|
1476
1484
|
}),
|
|
1477
|
-
// Added 2026-03-03
|
|
1478
|
-
platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
|
|
1479
|
-
productKeys: {
|
|
1480
|
-
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1481
|
-
},
|
|
1482
|
-
param: 'isEnabled',
|
|
1483
|
-
defaultValue: false
|
|
1484
|
-
}),
|
|
1485
1485
|
// Added 2026-03-02
|
|
1486
1486
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1487
1487
|
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: {
|
|
@@ -1474,14 +1482,6 @@ export var editorExperimentsConfig = {
|
|
|
1474
1482
|
param: 'isEnabled',
|
|
1475
1483
|
defaultValue: false
|
|
1476
1484
|
}),
|
|
1477
|
-
// Added 2026-03-03
|
|
1478
|
-
platform_editor_ai_update_actioned_event_timeout: createBooleanExperiment({
|
|
1479
|
-
productKeys: {
|
|
1480
|
-
confluence: 'platform_editor_ai_update_actioned_event_timeout'
|
|
1481
|
-
},
|
|
1482
|
-
param: 'isEnabled',
|
|
1483
|
-
defaultValue: false
|
|
1484
|
-
}),
|
|
1485
1485
|
// Added 2026-03-02
|
|
1486
1486
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1487
1487
|
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;
|
|
@@ -1122,12 +1128,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1122
1128
|
productKeys?: ProductKeys;
|
|
1123
1129
|
typeGuard: IsBooleanType;
|
|
1124
1130
|
};
|
|
1125
|
-
platform_editor_ai_update_actioned_event_timeout: {
|
|
1126
|
-
defaultValue: boolean;
|
|
1127
|
-
param: string;
|
|
1128
|
-
productKeys?: ProductKeys;
|
|
1129
|
-
typeGuard: IsBooleanType;
|
|
1130
|
-
};
|
|
1131
1131
|
platform_editor_ai_blockmenu_integration: {
|
|
1132
1132
|
defaultValue: boolean;
|
|
1133
1133
|
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;
|
|
@@ -1122,12 +1128,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1122
1128
|
productKeys?: ProductKeys;
|
|
1123
1129
|
typeGuard: IsBooleanType;
|
|
1124
1130
|
};
|
|
1125
|
-
platform_editor_ai_update_actioned_event_timeout: {
|
|
1126
|
-
defaultValue: boolean;
|
|
1127
|
-
param: string;
|
|
1128
|
-
productKeys?: ProductKeys;
|
|
1129
|
-
typeGuard: IsBooleanType;
|
|
1130
|
-
};
|
|
1131
1131
|
platform_editor_ai_blockmenu_integration: {
|
|
1132
1132
|
defaultValue: boolean;
|
|
1133
1133
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "72.
|
|
3
|
+
"version": "72.1.1",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.17.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|