@atlaskit/tmp-editor-statsig 21.0.0 → 21.2.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 +30 -0
- package/dist/cjs/experiments-config.js +31 -0
- package/dist/es2019/experiments-config.js +31 -0
- package/dist/esm/experiments-config.js +31 -0
- package/dist/types/experiments-config.d.ts +24 -0
- package/dist/types-ts4.5/experiments-config.d.ts +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 21.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`506d872ef2503`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/506d872ef2503) -
|
|
8
|
+
Add smartlink response caching to browser storage to reduce layoutshift on transition and page
|
|
9
|
+
load
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 21.1.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`985c77b3ec4c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/985c77b3ec4c7) -
|
|
20
|
+
[ux] [EDITOR-410] fixed rovo chat loading screen width and content message in chromeless comment
|
|
21
|
+
editor
|
|
22
|
+
- [`f55112e3afcb3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f55112e3afcb3) -
|
|
23
|
+
Fix Rovo button viewed event multiple firing
|
|
24
|
+
- [`41941e55fa9b1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41941e55fa9b1) -
|
|
25
|
+
[ux] Block link scroll behavior now expands collapsed parent expand/nestedExpand nodes before
|
|
26
|
+
scrolling. New feature gate `platform_editor_expand_on_scroll_to_block` controls this behavior:
|
|
27
|
+
- When enabled: Expands parent expand nodes before scrolling (new behavior with better UX)
|
|
28
|
+
- When disabled: Simple scroll without expand handling (safe fallback to original behavior)
|
|
29
|
+
|
|
30
|
+
This ensures the "Copy link to block" feature works correctly when the target block is inside a
|
|
31
|
+
collapsed expand.
|
|
32
|
+
|
|
3
33
|
## 21.0.0
|
|
4
34
|
|
|
5
35
|
### Major Changes
|
|
@@ -314,6 +314,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
314
314
|
param: 'isEnabled',
|
|
315
315
|
defaultValue: false
|
|
316
316
|
}),
|
|
317
|
+
// Added 2026-02-03
|
|
318
|
+
platform_editor_aifc_fix_button_viewed_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
319
|
+
productKeys: {
|
|
320
|
+
confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
|
|
321
|
+
},
|
|
322
|
+
param: 'isEnabled',
|
|
323
|
+
defaultValue: false
|
|
324
|
+
}),
|
|
317
325
|
// Added 2024-12-05
|
|
318
326
|
platform_editor_blockquote_in_text_formatting_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
319
327
|
productKeys: {
|
|
@@ -633,6 +641,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
633
641
|
param: 'isEnabled',
|
|
634
642
|
defaultValue: false
|
|
635
643
|
}),
|
|
644
|
+
// Added 2026-01-30
|
|
645
|
+
platform_editor_expand_on_scroll_to_block: (0, _experimentBuilders.createBooleanExperiment)({
|
|
646
|
+
productKeys: {
|
|
647
|
+
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
648
|
+
},
|
|
649
|
+
param: 'isEnabled',
|
|
650
|
+
defaultValue: false
|
|
651
|
+
}),
|
|
636
652
|
// Added 2025-07-23
|
|
637
653
|
// Added 2025-07-24
|
|
638
654
|
editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -1253,6 +1269,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1253
1269
|
param: 'isEnabled',
|
|
1254
1270
|
defaultValue: false
|
|
1255
1271
|
}),
|
|
1272
|
+
platform_editor_comment_rovoinlinechat_improvement: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1273
|
+
productKeys: {
|
|
1274
|
+
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1275
|
+
},
|
|
1276
|
+
param: 'isEnabled',
|
|
1277
|
+
defaultValue: false
|
|
1278
|
+
}),
|
|
1256
1279
|
// Added 2026-02-02
|
|
1257
1280
|
platform_editor_fix_gapcursor_on_paste: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1258
1281
|
productKeys: {
|
|
@@ -1292,5 +1315,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1292
1315
|
},
|
|
1293
1316
|
param: 'isEnabled',
|
|
1294
1317
|
defaultValue: false
|
|
1318
|
+
}),
|
|
1319
|
+
// Added 2026-01-28
|
|
1320
|
+
platform_editor_smartlink_local_cache: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1321
|
+
productKeys: {
|
|
1322
|
+
confluence: 'platform_editor_smartlink_local_cache'
|
|
1323
|
+
},
|
|
1324
|
+
param: 'isEnabled',
|
|
1325
|
+
defaultValue: false
|
|
1295
1326
|
})
|
|
1296
1327
|
};
|
|
@@ -308,6 +308,14 @@ export const editorExperimentsConfig = {
|
|
|
308
308
|
param: 'isEnabled',
|
|
309
309
|
defaultValue: false
|
|
310
310
|
}),
|
|
311
|
+
// Added 2026-02-03
|
|
312
|
+
platform_editor_aifc_fix_button_viewed_analytics: createBooleanExperiment({
|
|
313
|
+
productKeys: {
|
|
314
|
+
confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
|
|
315
|
+
},
|
|
316
|
+
param: 'isEnabled',
|
|
317
|
+
defaultValue: false
|
|
318
|
+
}),
|
|
311
319
|
// Added 2024-12-05
|
|
312
320
|
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
313
321
|
productKeys: {
|
|
@@ -627,6 +635,14 @@ export const editorExperimentsConfig = {
|
|
|
627
635
|
param: 'isEnabled',
|
|
628
636
|
defaultValue: false
|
|
629
637
|
}),
|
|
638
|
+
// Added 2026-01-30
|
|
639
|
+
platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
|
|
640
|
+
productKeys: {
|
|
641
|
+
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
642
|
+
},
|
|
643
|
+
param: 'isEnabled',
|
|
644
|
+
defaultValue: false
|
|
645
|
+
}),
|
|
630
646
|
// Added 2025-07-23
|
|
631
647
|
// Added 2025-07-24
|
|
632
648
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -1247,6 +1263,13 @@ export const editorExperimentsConfig = {
|
|
|
1247
1263
|
param: 'isEnabled',
|
|
1248
1264
|
defaultValue: false
|
|
1249
1265
|
}),
|
|
1266
|
+
platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
|
|
1267
|
+
productKeys: {
|
|
1268
|
+
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1269
|
+
},
|
|
1270
|
+
param: 'isEnabled',
|
|
1271
|
+
defaultValue: false
|
|
1272
|
+
}),
|
|
1250
1273
|
// Added 2026-02-02
|
|
1251
1274
|
platform_editor_fix_gapcursor_on_paste: createBooleanExperiment({
|
|
1252
1275
|
productKeys: {
|
|
@@ -1286,5 +1309,13 @@ export const editorExperimentsConfig = {
|
|
|
1286
1309
|
},
|
|
1287
1310
|
param: 'isEnabled',
|
|
1288
1311
|
defaultValue: false
|
|
1312
|
+
}),
|
|
1313
|
+
// Added 2026-01-28
|
|
1314
|
+
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
1315
|
+
productKeys: {
|
|
1316
|
+
confluence: 'platform_editor_smartlink_local_cache'
|
|
1317
|
+
},
|
|
1318
|
+
param: 'isEnabled',
|
|
1319
|
+
defaultValue: false
|
|
1289
1320
|
})
|
|
1290
1321
|
};
|
|
@@ -308,6 +308,14 @@ export var editorExperimentsConfig = {
|
|
|
308
308
|
param: 'isEnabled',
|
|
309
309
|
defaultValue: false
|
|
310
310
|
}),
|
|
311
|
+
// Added 2026-02-03
|
|
312
|
+
platform_editor_aifc_fix_button_viewed_analytics: createBooleanExperiment({
|
|
313
|
+
productKeys: {
|
|
314
|
+
confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
|
|
315
|
+
},
|
|
316
|
+
param: 'isEnabled',
|
|
317
|
+
defaultValue: false
|
|
318
|
+
}),
|
|
311
319
|
// Added 2024-12-05
|
|
312
320
|
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
313
321
|
productKeys: {
|
|
@@ -627,6 +635,14 @@ export var editorExperimentsConfig = {
|
|
|
627
635
|
param: 'isEnabled',
|
|
628
636
|
defaultValue: false
|
|
629
637
|
}),
|
|
638
|
+
// Added 2026-01-30
|
|
639
|
+
platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
|
|
640
|
+
productKeys: {
|
|
641
|
+
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
642
|
+
},
|
|
643
|
+
param: 'isEnabled',
|
|
644
|
+
defaultValue: false
|
|
645
|
+
}),
|
|
630
646
|
// Added 2025-07-23
|
|
631
647
|
// Added 2025-07-24
|
|
632
648
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -1247,6 +1263,13 @@ export var editorExperimentsConfig = {
|
|
|
1247
1263
|
param: 'isEnabled',
|
|
1248
1264
|
defaultValue: false
|
|
1249
1265
|
}),
|
|
1266
|
+
platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
|
|
1267
|
+
productKeys: {
|
|
1268
|
+
confluence: 'platform_editor_comment_rovoinlinechat_improvement'
|
|
1269
|
+
},
|
|
1270
|
+
param: 'isEnabled',
|
|
1271
|
+
defaultValue: false
|
|
1272
|
+
}),
|
|
1250
1273
|
// Added 2026-02-02
|
|
1251
1274
|
platform_editor_fix_gapcursor_on_paste: createBooleanExperiment({
|
|
1252
1275
|
productKeys: {
|
|
@@ -1286,5 +1309,13 @@ export var editorExperimentsConfig = {
|
|
|
1286
1309
|
},
|
|
1287
1310
|
param: 'isEnabled',
|
|
1288
1311
|
defaultValue: false
|
|
1312
|
+
}),
|
|
1313
|
+
// Added 2026-01-28
|
|
1314
|
+
platform_editor_smartlink_local_cache: createBooleanExperiment({
|
|
1315
|
+
productKeys: {
|
|
1316
|
+
confluence: 'platform_editor_smartlink_local_cache'
|
|
1317
|
+
},
|
|
1318
|
+
param: 'isEnabled',
|
|
1319
|
+
defaultValue: false
|
|
1289
1320
|
})
|
|
1290
1321
|
};
|
|
@@ -234,6 +234,12 @@ export declare const editorExperimentsConfig: {
|
|
|
234
234
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
235
235
|
values: ('control' | 'test')[];
|
|
236
236
|
};
|
|
237
|
+
platform_editor_aifc_fix_button_viewed_analytics: {
|
|
238
|
+
defaultValue: boolean;
|
|
239
|
+
param: string;
|
|
240
|
+
productKeys?: ProductKeys;
|
|
241
|
+
typeGuard: IsBooleanType;
|
|
242
|
+
};
|
|
237
243
|
platform_editor_annotations_sync_on_docchange: {
|
|
238
244
|
defaultValue: boolean;
|
|
239
245
|
param: string;
|
|
@@ -270,6 +276,12 @@ export declare const editorExperimentsConfig: {
|
|
|
270
276
|
productKeys?: ProductKeys;
|
|
271
277
|
typeGuard: IsBooleanType;
|
|
272
278
|
};
|
|
279
|
+
platform_editor_expand_on_scroll_to_block: {
|
|
280
|
+
defaultValue: boolean;
|
|
281
|
+
param: string;
|
|
282
|
+
productKeys?: ProductKeys;
|
|
283
|
+
typeGuard: IsBooleanType;
|
|
284
|
+
};
|
|
273
285
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
274
286
|
defaultValue: boolean;
|
|
275
287
|
param: string;
|
|
@@ -913,6 +925,12 @@ export declare const editorExperimentsConfig: {
|
|
|
913
925
|
productKeys?: ProductKeys;
|
|
914
926
|
typeGuard: IsBooleanType;
|
|
915
927
|
};
|
|
928
|
+
platform_editor_comment_rovoinlinechat_improvement: {
|
|
929
|
+
defaultValue: boolean;
|
|
930
|
+
param: string;
|
|
931
|
+
productKeys?: ProductKeys;
|
|
932
|
+
typeGuard: IsBooleanType;
|
|
933
|
+
};
|
|
916
934
|
confluence_insert_excerpt_inline_vertical_align: {
|
|
917
935
|
defaultValue: boolean;
|
|
918
936
|
param: string;
|
|
@@ -955,5 +973,11 @@ export declare const editorExperimentsConfig: {
|
|
|
955
973
|
productKeys?: ProductKeys;
|
|
956
974
|
typeGuard: IsBooleanType;
|
|
957
975
|
};
|
|
976
|
+
platform_editor_smartlink_local_cache: {
|
|
977
|
+
defaultValue: boolean;
|
|
978
|
+
param: string;
|
|
979
|
+
productKeys?: ProductKeys;
|
|
980
|
+
typeGuard: IsBooleanType;
|
|
981
|
+
};
|
|
958
982
|
};
|
|
959
983
|
export {};
|
|
@@ -234,6 +234,12 @@ export declare const editorExperimentsConfig: {
|
|
|
234
234
|
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
235
235
|
values: ('control' | 'test')[];
|
|
236
236
|
};
|
|
237
|
+
platform_editor_aifc_fix_button_viewed_analytics: {
|
|
238
|
+
defaultValue: boolean;
|
|
239
|
+
param: string;
|
|
240
|
+
productKeys?: ProductKeys;
|
|
241
|
+
typeGuard: IsBooleanType;
|
|
242
|
+
};
|
|
237
243
|
platform_editor_annotations_sync_on_docchange: {
|
|
238
244
|
defaultValue: boolean;
|
|
239
245
|
param: string;
|
|
@@ -270,6 +276,12 @@ export declare const editorExperimentsConfig: {
|
|
|
270
276
|
productKeys?: ProductKeys;
|
|
271
277
|
typeGuard: IsBooleanType;
|
|
272
278
|
};
|
|
279
|
+
platform_editor_expand_on_scroll_to_block: {
|
|
280
|
+
defaultValue: boolean;
|
|
281
|
+
param: string;
|
|
282
|
+
productKeys?: ProductKeys;
|
|
283
|
+
typeGuard: IsBooleanType;
|
|
284
|
+
};
|
|
273
285
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
274
286
|
defaultValue: boolean;
|
|
275
287
|
param: string;
|
|
@@ -913,6 +925,12 @@ export declare const editorExperimentsConfig: {
|
|
|
913
925
|
productKeys?: ProductKeys;
|
|
914
926
|
typeGuard: IsBooleanType;
|
|
915
927
|
};
|
|
928
|
+
platform_editor_comment_rovoinlinechat_improvement: {
|
|
929
|
+
defaultValue: boolean;
|
|
930
|
+
param: string;
|
|
931
|
+
productKeys?: ProductKeys;
|
|
932
|
+
typeGuard: IsBooleanType;
|
|
933
|
+
};
|
|
916
934
|
confluence_insert_excerpt_inline_vertical_align: {
|
|
917
935
|
defaultValue: boolean;
|
|
918
936
|
param: string;
|
|
@@ -955,5 +973,11 @@ export declare const editorExperimentsConfig: {
|
|
|
955
973
|
productKeys?: ProductKeys;
|
|
956
974
|
typeGuard: IsBooleanType;
|
|
957
975
|
};
|
|
976
|
+
platform_editor_smartlink_local_cache: {
|
|
977
|
+
defaultValue: boolean;
|
|
978
|
+
param: string;
|
|
979
|
+
productKeys?: ProductKeys;
|
|
980
|
+
typeGuard: IsBooleanType;
|
|
981
|
+
};
|
|
958
982
|
};
|
|
959
983
|
export {};
|
package/package.json
CHANGED