@atlaskit/tmp-editor-statsig 54.5.0 → 55.0.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 +22 -0
- package/dist/cjs/experiments-config.js +16 -16
- package/dist/es2019/experiments-config.js +16 -16
- package/dist/esm/experiments-config.js +16 -16
- package/dist/types/experiments-config.d.ts +12 -12
- package/dist/types-ts4.5/experiments-config.d.ts +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 55.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0a265af52321f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a265af52321f) -
|
|
8
|
+
Remove stale experiment platform_editor_extension_styles from tmp-editor-statsig
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`3f798d9934a76`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f798d9934a76) -
|
|
13
|
+
[ux] EDITOR-5487 skip react portal initial render when hydration for toc extension node view
|
|
14
|
+
- [`3e4e12085777f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e4e12085777f) -
|
|
15
|
+
Add the platform_editor_ai_fix_move_node experiment config for Confluence editor AI rollout.
|
|
16
|
+
|
|
17
|
+
## 54.5.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [`8bfeeef7734ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bfeeef7734ca) -
|
|
22
|
+
Extending userflow analytics to have step where event is fired when user changes inline prompt
|
|
23
|
+
text
|
|
24
|
+
|
|
3
25
|
## 54.5.0
|
|
4
26
|
|
|
5
27
|
### 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: {
|
|
@@ -624,14 +616,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
624
616
|
param: 'isEnabled',
|
|
625
617
|
defaultValue: false
|
|
626
618
|
}),
|
|
627
|
-
//Added 2025-07-25
|
|
628
|
-
platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
629
|
-
productKeys: {
|
|
630
|
-
confluence: 'platform_editor_extension_styles'
|
|
631
|
-
},
|
|
632
|
-
param: 'isEnabled',
|
|
633
|
-
defaultValue: false
|
|
634
|
-
}),
|
|
635
619
|
// Added 2025-06-24
|
|
636
620
|
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
637
621
|
productKeys: {
|
|
@@ -1195,6 +1179,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1195
1179
|
param: 'isEnabled',
|
|
1196
1180
|
defaultValue: false
|
|
1197
1181
|
}),
|
|
1182
|
+
// Added 2026-04-07
|
|
1183
|
+
platform_editor_ai_move_node: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
|
+
productKeys: {
|
|
1185
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1186
|
+
},
|
|
1187
|
+
param: 'isEnabled',
|
|
1188
|
+
defaultValue: false
|
|
1189
|
+
}),
|
|
1198
1190
|
// Added 2026-01-08
|
|
1199
1191
|
platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1200
1192
|
productKeys: {
|
|
@@ -1961,5 +1953,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1961
1953
|
},
|
|
1962
1954
|
param: 'isEnabled',
|
|
1963
1955
|
defaultValue: false
|
|
1956
|
+
}),
|
|
1957
|
+
// Added 2026-04-01
|
|
1958
|
+
platform_editor_hydration_skip_react_portal: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1959
|
+
productKeys: {
|
|
1960
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1964
1964
|
})
|
|
1965
1965
|
};
|
|
@@ -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: {
|
|
@@ -618,14 +610,6 @@ export const editorExperimentsConfig = {
|
|
|
618
610
|
param: 'isEnabled',
|
|
619
611
|
defaultValue: false
|
|
620
612
|
}),
|
|
621
|
-
//Added 2025-07-25
|
|
622
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
623
|
-
productKeys: {
|
|
624
|
-
confluence: 'platform_editor_extension_styles'
|
|
625
|
-
},
|
|
626
|
-
param: 'isEnabled',
|
|
627
|
-
defaultValue: false
|
|
628
|
-
}),
|
|
629
613
|
// Added 2025-06-24
|
|
630
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
631
615
|
productKeys: {
|
|
@@ -1189,6 +1173,14 @@ export const editorExperimentsConfig = {
|
|
|
1189
1173
|
param: 'isEnabled',
|
|
1190
1174
|
defaultValue: false
|
|
1191
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1192
1184
|
// Added 2026-01-08
|
|
1193
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1194
1186
|
productKeys: {
|
|
@@ -1955,5 +1947,13 @@ export const editorExperimentsConfig = {
|
|
|
1955
1947
|
},
|
|
1956
1948
|
param: 'isEnabled',
|
|
1957
1949
|
defaultValue: false
|
|
1950
|
+
}),
|
|
1951
|
+
// Added 2026-04-01
|
|
1952
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1953
|
+
productKeys: {
|
|
1954
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1955
|
+
},
|
|
1956
|
+
param: 'isEnabled',
|
|
1957
|
+
defaultValue: false
|
|
1958
1958
|
})
|
|
1959
1959
|
};
|
|
@@ -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: {
|
|
@@ -618,14 +610,6 @@ export var editorExperimentsConfig = {
|
|
|
618
610
|
param: 'isEnabled',
|
|
619
611
|
defaultValue: false
|
|
620
612
|
}),
|
|
621
|
-
//Added 2025-07-25
|
|
622
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
623
|
-
productKeys: {
|
|
624
|
-
confluence: 'platform_editor_extension_styles'
|
|
625
|
-
},
|
|
626
|
-
param: 'isEnabled',
|
|
627
|
-
defaultValue: false
|
|
628
|
-
}),
|
|
629
613
|
// Added 2025-06-24
|
|
630
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
631
615
|
productKeys: {
|
|
@@ -1189,6 +1173,14 @@ export var editorExperimentsConfig = {
|
|
|
1189
1173
|
param: 'isEnabled',
|
|
1190
1174
|
defaultValue: false
|
|
1191
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1192
1184
|
// Added 2026-01-08
|
|
1193
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1194
1186
|
productKeys: {
|
|
@@ -1955,5 +1947,13 @@ export var editorExperimentsConfig = {
|
|
|
1955
1947
|
},
|
|
1956
1948
|
param: 'isEnabled',
|
|
1957
1949
|
defaultValue: false
|
|
1950
|
+
}),
|
|
1951
|
+
// Added 2026-04-01
|
|
1952
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1953
|
+
productKeys: {
|
|
1954
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1955
|
+
},
|
|
1956
|
+
param: 'isEnabled',
|
|
1957
|
+
defaultValue: false
|
|
1958
1958
|
})
|
|
1959
1959
|
};
|
|
@@ -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;
|
|
@@ -451,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
451
445
|
productKeys?: ProductKeys;
|
|
452
446
|
typeGuard: IsBooleanType;
|
|
453
447
|
};
|
|
454
|
-
platform_editor_extension_styles: {
|
|
455
|
-
defaultValue: boolean;
|
|
456
|
-
param: string;
|
|
457
|
-
productKeys?: ProductKeys;
|
|
458
|
-
typeGuard: IsBooleanType;
|
|
459
|
-
};
|
|
460
448
|
platform_editor_feedback_mandatory_rating: {
|
|
461
449
|
defaultValue: boolean;
|
|
462
450
|
param: string;
|
|
@@ -959,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
959
947
|
productKeys?: ProductKeys;
|
|
960
948
|
typeGuard: IsBooleanType;
|
|
961
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
962
956
|
confluence_ttvc_inline_extensions: {
|
|
963
957
|
defaultValue: boolean;
|
|
964
958
|
param: string;
|
|
@@ -1441,5 +1435,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1441
1435
|
productKeys?: ProductKeys;
|
|
1442
1436
|
typeGuard: IsBooleanType;
|
|
1443
1437
|
};
|
|
1438
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1439
|
+
defaultValue: boolean;
|
|
1440
|
+
param: string;
|
|
1441
|
+
productKeys?: ProductKeys;
|
|
1442
|
+
typeGuard: IsBooleanType;
|
|
1443
|
+
};
|
|
1444
1444
|
};
|
|
1445
1445
|
export {};
|
|
@@ -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;
|
|
@@ -451,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
451
445
|
productKeys?: ProductKeys;
|
|
452
446
|
typeGuard: IsBooleanType;
|
|
453
447
|
};
|
|
454
|
-
platform_editor_extension_styles: {
|
|
455
|
-
defaultValue: boolean;
|
|
456
|
-
param: string;
|
|
457
|
-
productKeys?: ProductKeys;
|
|
458
|
-
typeGuard: IsBooleanType;
|
|
459
|
-
};
|
|
460
448
|
platform_editor_feedback_mandatory_rating: {
|
|
461
449
|
defaultValue: boolean;
|
|
462
450
|
param: string;
|
|
@@ -959,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
959
947
|
productKeys?: ProductKeys;
|
|
960
948
|
typeGuard: IsBooleanType;
|
|
961
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
962
956
|
confluence_ttvc_inline_extensions: {
|
|
963
957
|
defaultValue: boolean;
|
|
964
958
|
param: string;
|
|
@@ -1441,5 +1435,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1441
1435
|
productKeys?: ProductKeys;
|
|
1442
1436
|
typeGuard: IsBooleanType;
|
|
1443
1437
|
};
|
|
1438
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1439
|
+
defaultValue: boolean;
|
|
1440
|
+
param: string;
|
|
1441
|
+
productKeys?: ProductKeys;
|
|
1442
|
+
typeGuard: IsBooleanType;
|
|
1443
|
+
};
|
|
1444
1444
|
};
|
|
1445
1445
|
export {};
|
package/package.json
CHANGED