@atlaskit/tmp-editor-statsig 54.5.0 → 54.5.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
|
+
## 54.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8bfeeef7734ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bfeeef7734ca) -
|
|
8
|
+
Extending userflow analytics to have step where event is fired when user changes inline prompt
|
|
9
|
+
text
|
|
10
|
+
|
|
3
11
|
## 54.5.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -420,14 +420,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
420
420
|
param: 'isEnabled',
|
|
421
421
|
defaultValue: false
|
|
422
422
|
}),
|
|
423
|
-
// Added 2026-03-30
|
|
424
|
-
platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
|
|
425
|
-
productKeys: {
|
|
426
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
427
|
-
},
|
|
428
|
-
param: 'isEnabled',
|
|
429
|
-
defaultValue: false
|
|
430
|
-
}),
|
|
431
423
|
// Added 2025-01-19
|
|
432
424
|
platform_editor_ai_edit_response_in_preview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
433
425
|
productKeys: {
|
|
@@ -414,14 +414,6 @@ export const editorExperimentsConfig = {
|
|
|
414
414
|
param: 'isEnabled',
|
|
415
415
|
defaultValue: false
|
|
416
416
|
}),
|
|
417
|
-
// Added 2026-03-30
|
|
418
|
-
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
419
|
-
productKeys: {
|
|
420
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
421
|
-
},
|
|
422
|
-
param: 'isEnabled',
|
|
423
|
-
defaultValue: false
|
|
424
|
-
}),
|
|
425
417
|
// Added 2025-01-19
|
|
426
418
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
427
419
|
productKeys: {
|
|
@@ -414,14 +414,6 @@ export var editorExperimentsConfig = {
|
|
|
414
414
|
param: 'isEnabled',
|
|
415
415
|
defaultValue: false
|
|
416
416
|
}),
|
|
417
|
-
// Added 2026-03-30
|
|
418
|
-
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
419
|
-
productKeys: {
|
|
420
|
-
confluence: 'platform_editor_editor_ssr_streaming'
|
|
421
|
-
},
|
|
422
|
-
param: 'isEnabled',
|
|
423
|
-
defaultValue: false
|
|
424
|
-
}),
|
|
425
417
|
// Added 2025-01-19
|
|
426
418
|
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
427
419
|
productKeys: {
|
|
@@ -244,12 +244,6 @@ export declare const editorExperimentsConfig: {
|
|
|
244
244
|
productKeys?: ProductKeys;
|
|
245
245
|
typeGuard: IsBooleanType;
|
|
246
246
|
};
|
|
247
|
-
platform_editor_editor_ssr_streaming: {
|
|
248
|
-
defaultValue: boolean;
|
|
249
|
-
param: string;
|
|
250
|
-
productKeys?: ProductKeys;
|
|
251
|
-
typeGuard: IsBooleanType;
|
|
252
|
-
};
|
|
253
247
|
confluence_remix_icon_right_side: {
|
|
254
248
|
defaultValue: boolean;
|
|
255
249
|
param: string;
|
|
@@ -244,12 +244,6 @@ export declare const editorExperimentsConfig: {
|
|
|
244
244
|
productKeys?: ProductKeys;
|
|
245
245
|
typeGuard: IsBooleanType;
|
|
246
246
|
};
|
|
247
|
-
platform_editor_editor_ssr_streaming: {
|
|
248
|
-
defaultValue: boolean;
|
|
249
|
-
param: string;
|
|
250
|
-
productKeys?: ProductKeys;
|
|
251
|
-
typeGuard: IsBooleanType;
|
|
252
|
-
};
|
|
253
247
|
confluence_remix_icon_right_side: {
|
|
254
248
|
defaultValue: boolean;
|
|
255
249
|
param: string;
|
package/package.json
CHANGED