@atlaskit/tmp-editor-statsig 21.0.0 → 21.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 21.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`985c77b3ec4c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/985c77b3ec4c7) -
8
+ [ux] [EDITOR-410] fixed rovo chat loading screen width and content message in chromeless comment
9
+ editor
10
+ - [`f55112e3afcb3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f55112e3afcb3) -
11
+ Fix Rovo button viewed event multiple firing
12
+ - [`41941e55fa9b1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41941e55fa9b1) -
13
+ [ux] Block link scroll behavior now expands collapsed parent expand/nestedExpand nodes before
14
+ scrolling. New feature gate `platform_editor_expand_on_scroll_to_block` controls this behavior:
15
+ - When enabled: Expands parent expand nodes before scrolling (new behavior with better UX)
16
+ - When disabled: Simple scroll without expand handling (safe fallback to original behavior)
17
+
18
+ This ensures the "Copy link to block" feature works correctly when the target block is inside a
19
+ collapsed expand.
20
+
3
21
  ## 21.0.0
4
22
 
5
23
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "21.0.0",
3
+ "version": "21.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",