@atlaskit/tmp-editor-statsig 36.0.1 → 36.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 36.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b941a7ee841df`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b941a7ee841df) -
8
+ EDITOR-5683 update outdated browser list to exclude browser versions before March 2024
9
+ - [`224048d036344`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/224048d036344) -
10
+ EDITOR-5683 do not rethrow setMetadataError: Cannot send metadata, currently offline and
11
+ setMetadataError: Cannot send metadata, not initialized yet as they are intermittent connection
12
+ errors
13
+
14
+ ## 36.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`14aa7871be0b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14aa7871be0b7) -
19
+ [ux] EDITOR-5513: fix(editor-plugin-card): guard inline card cleanup to dispatch removeCard at
20
+ most once per effect cycle
21
+
3
22
  ## 36.0.1
4
23
 
5
24
  ### Patch Changes
@@ -435,6 +435,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
435
435
  param: 'isEnabled',
436
436
  defaultValue: false
437
437
  }),
438
+ // Added 2026-03-02
439
+ platform_editor_inline_card_dispatch_guard: (0, _experimentBuilders.createBooleanExperiment)({
440
+ productKeys: {
441
+ jira: 'platform_editor_inline_card_dispatch_guard'
442
+ },
443
+ param: 'isEnabled',
444
+ defaultValue: false
445
+ }),
438
446
  // Added 2025-04-14
439
447
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
440
448
  platform_editor_offline_editing_web: (0, _experimentBuilders.createBooleanExperiment)({
@@ -781,6 +789,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
781
789
  param: 'isEnabled',
782
790
  defaultValue: false
783
791
  }),
792
+ // Added 2026-03-11
793
+ platform_editor_native_embeds: (0, _experimentBuilders.createBooleanExperiment)({
794
+ productKeys: {
795
+ confluence: 'platform_editor_native_embeds'
796
+ },
797
+ param: 'isEnabled',
798
+ defaultValue: false
799
+ }),
784
800
  // Added 2025-08-05
785
801
  platform_editor_native_anchor_with_dnd: (0, _experimentBuilders.createBooleanExperiment)({
786
802
  productKeys: {
@@ -1285,6 +1301,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1285
1301
  param: 'isEnabled',
1286
1302
  defaultValue: false
1287
1303
  }),
1304
+ // Added 2026-03-16
1305
+ platform_editor_ignore_metadata_connection_errors: (0, _experimentBuilders.createBooleanExperiment)({
1306
+ productKeys: {
1307
+ confluence: 'platform_editor_collab_provider_suppress_metadata_errors'
1308
+ },
1309
+ param: 'isEnabled',
1310
+ defaultValue: false
1311
+ }),
1288
1312
  // Added 2026-01-26
1289
1313
  platform_editor_ai_fix_streaming_json_escape: (0, _experimentBuilders.createBooleanExperiment)({
1290
1314
  productKeys: {
@@ -1372,6 +1396,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1372
1396
  param: 'isEnabled',
1373
1397
  defaultValue: false
1374
1398
  }),
1399
+ // Added 2026-16-05
1400
+ platform_editor_outdated_browser_update: (0, _experimentBuilders.createBooleanExperiment)({
1401
+ productKeys: {
1402
+ confluence: 'platform_editor_outdated_browser_update'
1403
+ },
1404
+ param: 'isEnabled',
1405
+ defaultValue: false
1406
+ }),
1375
1407
  // Added 2026-02-05
1376
1408
  cc_fd_db_top_editor_toolbar: (0, _experimentBuilders.createMultivariateExperiment)({
1377
1409
  productKeys: {
@@ -1730,5 +1762,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1730
1762
  },
1731
1763
  param: 'isEnabled',
1732
1764
  defaultValue: false
1765
+ }),
1766
+ // Added 2026-03-13
1767
+ platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
1768
+ productKeys: {
1769
+ confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
1770
+ jira: 'platform_editor_misaligned_ai_screens_firefox_fix'
1771
+ },
1772
+ param: 'isEnabled',
1773
+ defaultValue: false
1733
1774
  })
1734
1775
  };
@@ -429,6 +429,14 @@ export const editorExperimentsConfig = {
429
429
  param: 'isEnabled',
430
430
  defaultValue: false
431
431
  }),
432
+ // Added 2026-03-02
433
+ platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
434
+ productKeys: {
435
+ jira: 'platform_editor_inline_card_dispatch_guard'
436
+ },
437
+ param: 'isEnabled',
438
+ defaultValue: false
439
+ }),
432
440
  // Added 2025-04-14
433
441
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
434
442
  platform_editor_offline_editing_web: createBooleanExperiment({
@@ -775,6 +783,14 @@ export const editorExperimentsConfig = {
775
783
  param: 'isEnabled',
776
784
  defaultValue: false
777
785
  }),
786
+ // Added 2026-03-11
787
+ platform_editor_native_embeds: createBooleanExperiment({
788
+ productKeys: {
789
+ confluence: 'platform_editor_native_embeds'
790
+ },
791
+ param: 'isEnabled',
792
+ defaultValue: false
793
+ }),
778
794
  // Added 2025-08-05
779
795
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
780
796
  productKeys: {
@@ -1279,6 +1295,14 @@ export const editorExperimentsConfig = {
1279
1295
  param: 'isEnabled',
1280
1296
  defaultValue: false
1281
1297
  }),
1298
+ // Added 2026-03-16
1299
+ platform_editor_ignore_metadata_connection_errors: createBooleanExperiment({
1300
+ productKeys: {
1301
+ confluence: 'platform_editor_collab_provider_suppress_metadata_errors'
1302
+ },
1303
+ param: 'isEnabled',
1304
+ defaultValue: false
1305
+ }),
1282
1306
  // Added 2026-01-26
1283
1307
  platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1284
1308
  productKeys: {
@@ -1366,6 +1390,14 @@ export const editorExperimentsConfig = {
1366
1390
  param: 'isEnabled',
1367
1391
  defaultValue: false
1368
1392
  }),
1393
+ // Added 2026-16-05
1394
+ platform_editor_outdated_browser_update: createBooleanExperiment({
1395
+ productKeys: {
1396
+ confluence: 'platform_editor_outdated_browser_update'
1397
+ },
1398
+ param: 'isEnabled',
1399
+ defaultValue: false
1400
+ }),
1369
1401
  // Added 2026-02-05
1370
1402
  cc_fd_db_top_editor_toolbar: createMultivariateExperiment({
1371
1403
  productKeys: {
@@ -1724,5 +1756,14 @@ export const editorExperimentsConfig = {
1724
1756
  },
1725
1757
  param: 'isEnabled',
1726
1758
  defaultValue: false
1759
+ }),
1760
+ // Added 2026-03-13
1761
+ platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
1762
+ productKeys: {
1763
+ confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
1764
+ jira: 'platform_editor_misaligned_ai_screens_firefox_fix'
1765
+ },
1766
+ param: 'isEnabled',
1767
+ defaultValue: false
1727
1768
  })
1728
1769
  };
@@ -429,6 +429,14 @@ export var editorExperimentsConfig = {
429
429
  param: 'isEnabled',
430
430
  defaultValue: false
431
431
  }),
432
+ // Added 2026-03-02
433
+ platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
434
+ productKeys: {
435
+ jira: 'platform_editor_inline_card_dispatch_guard'
436
+ },
437
+ param: 'isEnabled',
438
+ defaultValue: false
439
+ }),
432
440
  // Added 2025-04-14
433
441
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
434
442
  platform_editor_offline_editing_web: createBooleanExperiment({
@@ -775,6 +783,14 @@ export var editorExperimentsConfig = {
775
783
  param: 'isEnabled',
776
784
  defaultValue: false
777
785
  }),
786
+ // Added 2026-03-11
787
+ platform_editor_native_embeds: createBooleanExperiment({
788
+ productKeys: {
789
+ confluence: 'platform_editor_native_embeds'
790
+ },
791
+ param: 'isEnabled',
792
+ defaultValue: false
793
+ }),
778
794
  // Added 2025-08-05
779
795
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
780
796
  productKeys: {
@@ -1279,6 +1295,14 @@ export var editorExperimentsConfig = {
1279
1295
  param: 'isEnabled',
1280
1296
  defaultValue: false
1281
1297
  }),
1298
+ // Added 2026-03-16
1299
+ platform_editor_ignore_metadata_connection_errors: createBooleanExperiment({
1300
+ productKeys: {
1301
+ confluence: 'platform_editor_collab_provider_suppress_metadata_errors'
1302
+ },
1303
+ param: 'isEnabled',
1304
+ defaultValue: false
1305
+ }),
1282
1306
  // Added 2026-01-26
1283
1307
  platform_editor_ai_fix_streaming_json_escape: createBooleanExperiment({
1284
1308
  productKeys: {
@@ -1366,6 +1390,14 @@ export var editorExperimentsConfig = {
1366
1390
  param: 'isEnabled',
1367
1391
  defaultValue: false
1368
1392
  }),
1393
+ // Added 2026-16-05
1394
+ platform_editor_outdated_browser_update: createBooleanExperiment({
1395
+ productKeys: {
1396
+ confluence: 'platform_editor_outdated_browser_update'
1397
+ },
1398
+ param: 'isEnabled',
1399
+ defaultValue: false
1400
+ }),
1369
1401
  // Added 2026-02-05
1370
1402
  cc_fd_db_top_editor_toolbar: createMultivariateExperiment({
1371
1403
  productKeys: {
@@ -1724,5 +1756,14 @@ export var editorExperimentsConfig = {
1724
1756
  },
1725
1757
  param: 'isEnabled',
1726
1758
  defaultValue: false
1759
+ }),
1760
+ // Added 2026-03-13
1761
+ platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
1762
+ productKeys: {
1763
+ confluence: 'platform_editor_misaligned_ai_screens_firefox_fix',
1764
+ jira: 'platform_editor_misaligned_ai_screens_firefox_fix'
1765
+ },
1766
+ param: 'isEnabled',
1767
+ defaultValue: false
1727
1768
  })
1728
1769
  };
@@ -493,6 +493,12 @@ export declare const editorExperimentsConfig: {
493
493
  productKeys?: ProductKeys;
494
494
  typeGuard: IsBooleanType;
495
495
  };
496
+ platform_editor_inline_card_dispatch_guard: {
497
+ defaultValue: boolean;
498
+ param: string;
499
+ productKeys?: ProductKeys;
500
+ typeGuard: IsBooleanType;
501
+ };
496
502
  platform_editor_locale_datepicker: {
497
503
  defaultValue: boolean;
498
504
  param: string;
@@ -541,6 +547,12 @@ export declare const editorExperimentsConfig: {
541
547
  productKeys?: ProductKeys;
542
548
  typeGuard: IsBooleanType;
543
549
  };
550
+ platform_editor_native_embeds: {
551
+ defaultValue: boolean;
552
+ param: string;
553
+ productKeys?: ProductKeys;
554
+ typeGuard: IsBooleanType;
555
+ };
544
556
  platform_editor_native_anchor_with_dnd: {
545
557
  defaultValue: boolean;
546
558
  param: string;
@@ -935,6 +947,12 @@ export declare const editorExperimentsConfig: {
935
947
  productKeys?: ProductKeys;
936
948
  typeGuard: IsBooleanType;
937
949
  };
950
+ platform_editor_ignore_metadata_connection_errors: {
951
+ defaultValue: boolean;
952
+ param: string;
953
+ productKeys?: ProductKeys;
954
+ typeGuard: IsBooleanType;
955
+ };
938
956
  platform_editor_ai_fix_streaming_json_escape: {
939
957
  defaultValue: boolean;
940
958
  param: string;
@@ -1007,6 +1025,12 @@ export declare const editorExperimentsConfig: {
1007
1025
  productKeys?: ProductKeys;
1008
1026
  typeGuard: IsBooleanType;
1009
1027
  };
1028
+ platform_editor_outdated_browser_update: {
1029
+ defaultValue: boolean;
1030
+ param: string;
1031
+ productKeys?: ProductKeys;
1032
+ typeGuard: IsBooleanType;
1033
+ };
1010
1034
  cc_fd_db_top_editor_toolbar: {
1011
1035
  defaultValue: 'control' | 'new-description' | 'orig-description';
1012
1036
  param: string;
@@ -1272,5 +1296,11 @@ export declare const editorExperimentsConfig: {
1272
1296
  productKeys?: ProductKeys;
1273
1297
  typeGuard: IsBooleanType;
1274
1298
  };
1299
+ platform_editor_misaligned_ai_screens_firefox_fix: {
1300
+ defaultValue: boolean;
1301
+ param: string;
1302
+ productKeys?: ProductKeys;
1303
+ typeGuard: IsBooleanType;
1304
+ };
1275
1305
  };
1276
1306
  export {};
@@ -493,6 +493,12 @@ export declare const editorExperimentsConfig: {
493
493
  productKeys?: ProductKeys;
494
494
  typeGuard: IsBooleanType;
495
495
  };
496
+ platform_editor_inline_card_dispatch_guard: {
497
+ defaultValue: boolean;
498
+ param: string;
499
+ productKeys?: ProductKeys;
500
+ typeGuard: IsBooleanType;
501
+ };
496
502
  platform_editor_locale_datepicker: {
497
503
  defaultValue: boolean;
498
504
  param: string;
@@ -541,6 +547,12 @@ export declare const editorExperimentsConfig: {
541
547
  productKeys?: ProductKeys;
542
548
  typeGuard: IsBooleanType;
543
549
  };
550
+ platform_editor_native_embeds: {
551
+ defaultValue: boolean;
552
+ param: string;
553
+ productKeys?: ProductKeys;
554
+ typeGuard: IsBooleanType;
555
+ };
544
556
  platform_editor_native_anchor_with_dnd: {
545
557
  defaultValue: boolean;
546
558
  param: string;
@@ -935,6 +947,12 @@ export declare const editorExperimentsConfig: {
935
947
  productKeys?: ProductKeys;
936
948
  typeGuard: IsBooleanType;
937
949
  };
950
+ platform_editor_ignore_metadata_connection_errors: {
951
+ defaultValue: boolean;
952
+ param: string;
953
+ productKeys?: ProductKeys;
954
+ typeGuard: IsBooleanType;
955
+ };
938
956
  platform_editor_ai_fix_streaming_json_escape: {
939
957
  defaultValue: boolean;
940
958
  param: string;
@@ -1007,6 +1025,12 @@ export declare const editorExperimentsConfig: {
1007
1025
  productKeys?: ProductKeys;
1008
1026
  typeGuard: IsBooleanType;
1009
1027
  };
1028
+ platform_editor_outdated_browser_update: {
1029
+ defaultValue: boolean;
1030
+ param: string;
1031
+ productKeys?: ProductKeys;
1032
+ typeGuard: IsBooleanType;
1033
+ };
1010
1034
  cc_fd_db_top_editor_toolbar: {
1011
1035
  defaultValue: 'control' | 'new-description' | 'orig-description';
1012
1036
  param: string;
@@ -1272,5 +1296,11 @@ export declare const editorExperimentsConfig: {
1272
1296
  productKeys?: ProductKeys;
1273
1297
  typeGuard: IsBooleanType;
1274
1298
  };
1299
+ platform_editor_misaligned_ai_screens_firefox_fix: {
1300
+ defaultValue: boolean;
1301
+ param: string;
1302
+ productKeys?: ProductKeys;
1303
+ typeGuard: IsBooleanType;
1304
+ };
1275
1305
  };
1276
1306
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "36.0.1",
3
+ "version": "36.2.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",