@atlaskit/tmp-editor-statsig 72.0.0 → 72.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 72.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`fb1ec78192b09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb1ec78192b09) -
|
|
8
|
+
Cleanup platform_editor_ai_update_actioned_event_timeout experiment - keep enabled path (30s
|
|
9
|
+
actioned-event delay, no delayed 20s/30s events)
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 72.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -1480,14 +1480,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1480
1480
|
param: 'isEnabled',
|
|
1481
1481
|
defaultValue: false
|
|
1482
1482
|
}),
|
|
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
1483
|
// Added 2026-03-02
|
|
1492
1484
|
platform_editor_discarded_unified_analytic_events: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1493
1485
|
productKeys: {
|
|
@@ -1474,14 +1474,6 @@ export const editorExperimentsConfig = {
|
|
|
1474
1474
|
param: 'isEnabled',
|
|
1475
1475
|
defaultValue: false
|
|
1476
1476
|
}),
|
|
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
1477
|
// Added 2026-03-02
|
|
1486
1478
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1487
1479
|
productKeys: {
|
|
@@ -1474,14 +1474,6 @@ export var editorExperimentsConfig = {
|
|
|
1474
1474
|
param: 'isEnabled',
|
|
1475
1475
|
defaultValue: false
|
|
1476
1476
|
}),
|
|
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
1477
|
// Added 2026-03-02
|
|
1486
1478
|
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1487
1479
|
productKeys: {
|
|
@@ -1122,12 +1122,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1122
1122
|
productKeys?: ProductKeys;
|
|
1123
1123
|
typeGuard: IsBooleanType;
|
|
1124
1124
|
};
|
|
1125
|
-
platform_editor_ai_update_actioned_event_timeout: {
|
|
1126
|
-
defaultValue: boolean;
|
|
1127
|
-
param: string;
|
|
1128
|
-
productKeys?: ProductKeys;
|
|
1129
|
-
typeGuard: IsBooleanType;
|
|
1130
|
-
};
|
|
1131
1125
|
platform_editor_ai_blockmenu_integration: {
|
|
1132
1126
|
defaultValue: boolean;
|
|
1133
1127
|
param: string;
|
|
@@ -1122,12 +1122,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1122
1122
|
productKeys?: ProductKeys;
|
|
1123
1123
|
typeGuard: IsBooleanType;
|
|
1124
1124
|
};
|
|
1125
|
-
platform_editor_ai_update_actioned_event_timeout: {
|
|
1126
|
-
defaultValue: boolean;
|
|
1127
|
-
param: string;
|
|
1128
|
-
productKeys?: ProductKeys;
|
|
1129
|
-
typeGuard: IsBooleanType;
|
|
1130
|
-
};
|
|
1131
1125
|
platform_editor_ai_blockmenu_integration: {
|
|
1132
1126
|
defaultValue: boolean;
|
|
1133
1127
|
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.0",
|
|
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": {
|