@atlaskit/tmp-editor-statsig 22.2.0 → 22.2.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 22.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`69ca7c944953d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/69ca7c944953d) -
|
|
8
|
+
[EDITOR-3889] added ai mate analytics properties updater for headless component to fix missing
|
|
9
|
+
attributes from rovo inline chat g
|
|
10
|
+
|
|
3
11
|
## 22.2.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1331,5 +1331,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1331
1331
|
},
|
|
1332
1332
|
param: 'isEnabled',
|
|
1333
1333
|
defaultValue: false
|
|
1334
|
+
}),
|
|
1335
|
+
// Added 2026-02-06
|
|
1336
|
+
platform_rovo_inline_chat_missing_analytics_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1337
|
+
productKeys: {
|
|
1338
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1339
|
+
},
|
|
1340
|
+
param: 'isEnabled',
|
|
1341
|
+
defaultValue: false
|
|
1334
1342
|
})
|
|
1335
1343
|
};
|
|
@@ -1325,5 +1325,13 @@ export const editorExperimentsConfig = {
|
|
|
1325
1325
|
},
|
|
1326
1326
|
param: 'isEnabled',
|
|
1327
1327
|
defaultValue: false
|
|
1328
|
+
}),
|
|
1329
|
+
// Added 2026-02-06
|
|
1330
|
+
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1331
|
+
productKeys: {
|
|
1332
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1333
|
+
},
|
|
1334
|
+
param: 'isEnabled',
|
|
1335
|
+
defaultValue: false
|
|
1328
1336
|
})
|
|
1329
1337
|
};
|
|
@@ -1325,5 +1325,13 @@ export var editorExperimentsConfig = {
|
|
|
1325
1325
|
},
|
|
1326
1326
|
param: 'isEnabled',
|
|
1327
1327
|
defaultValue: false
|
|
1328
|
+
}),
|
|
1329
|
+
// Added 2026-02-06
|
|
1330
|
+
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1331
|
+
productKeys: {
|
|
1332
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1333
|
+
},
|
|
1334
|
+
param: 'isEnabled',
|
|
1335
|
+
defaultValue: false
|
|
1328
1336
|
})
|
|
1329
1337
|
};
|
|
@@ -984,5 +984,11 @@ export declare const editorExperimentsConfig: {
|
|
|
984
984
|
productKeys?: ProductKeys;
|
|
985
985
|
typeGuard: IsBooleanType;
|
|
986
986
|
};
|
|
987
|
+
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
988
|
+
defaultValue: boolean;
|
|
989
|
+
param: string;
|
|
990
|
+
productKeys?: ProductKeys;
|
|
991
|
+
typeGuard: IsBooleanType;
|
|
992
|
+
};
|
|
987
993
|
};
|
|
988
994
|
export {};
|
|
@@ -984,5 +984,11 @@ export declare const editorExperimentsConfig: {
|
|
|
984
984
|
productKeys?: ProductKeys;
|
|
985
985
|
typeGuard: IsBooleanType;
|
|
986
986
|
};
|
|
987
|
+
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
988
|
+
defaultValue: boolean;
|
|
989
|
+
param: string;
|
|
990
|
+
productKeys?: ProductKeys;
|
|
991
|
+
typeGuard: IsBooleanType;
|
|
992
|
+
};
|
|
987
993
|
};
|
|
988
994
|
export {};
|
package/package.json
CHANGED