@atlaskit/tmp-editor-statsig 35.8.0 → 35.10.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,37 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 35.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`71de71e52182e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71de71e52182e) -
8
+ Remove @atlaskit/editor-plugin-ncs-metrics
9
+ - [`71de71e52182e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71de71e52182e) -
10
+ Add experiment platform_editor_remove_collab_step_metrics which removes step metrics writes to
11
+ local storage from collab edit plugin
12
+ - [`8184c046099e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8184c046099e5) -
13
+ Fixed bug where it wasn't possible to paste before a block node when the block node was the first
14
+ node in an editor document.
15
+
16
+ ### Patch Changes
17
+
18
+ - [`bf1bed54d14bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf1bed54d14bd) -
19
+ Remove platform_editor_safe_url_trim_fix feature flag
20
+ - Updated dependencies
21
+
22
+ ## 35.9.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`5c1f0e3fb0a3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c1f0e3fb0a3f) -
27
+ EDITO-5622 Update errorboundary key to reduce rerenders from new key being generated
28
+
29
+ ### Patch Changes
30
+
31
+ - [`1813c0774ee29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1813c0774ee29) -
32
+ cleanup platform_editor_context_context_types_migration
33
+ - Updated dependencies
34
+
3
35
  ## 35.8.0
4
36
 
5
37
  ### Minor Changes
@@ -1080,14 +1080,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1080
1080
  param: 'cohort',
1081
1081
  defaultValue: 'control'
1082
1082
  }),
1083
- // Added 2025-11-25
1084
- platform_editor_remove_ncsstepmetrics_plugin: (0, _experimentBuilders.createBooleanExperiment)({
1085
- productKeys: {
1086
- confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
1087
- },
1088
- param: 'isEnabled',
1089
- defaultValue: false
1090
- }),
1091
1083
  // Added 2025-12-03
1092
1084
  platform_editor_use_pmr_for_collab_presence_non_ic: (0, _experimentBuilders.createBooleanExperiment)({
1093
1085
  productKeys: {
@@ -1242,15 +1234,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1242
1234
  param: 'isEnabled',
1243
1235
  defaultValue: false
1244
1236
  }),
1245
- // Added 2026-01-14
1246
- platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1247
- productKeys: {
1248
- confluence: 'platform_editor_context_context_types_migration',
1249
- jira: 'platform_editor_context_context_types_migration'
1250
- },
1251
- param: 'isEnabled',
1252
- defaultValue: false
1253
- }),
1254
1237
  // Added 2026-01-16
1255
1238
  platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
1256
1239
  productKeys: {
@@ -1446,14 +1429,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1446
1429
  defaultValue: false
1447
1430
  }),
1448
1431
  // Added 2026-02-16
1449
- platform_editor_safe_url_trim_fix: (0, _experimentBuilders.createBooleanExperiment)({
1450
- productKeys: {
1451
- confluence: 'platform_editor_safe_url_trim_fix'
1452
- },
1453
- param: 'isEnabled',
1454
- defaultValue: false
1455
- }),
1456
- // Added 2026-02-16
1457
1432
  platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
1458
1433
  productKeys: {
1459
1434
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1618,6 +1593,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1618
1593
  param: 'isEnabled',
1619
1594
  defaultValue: false
1620
1595
  }),
1596
+ // Added 2026-03-12
1597
+ platform_editor_paste_before_first_block_node: (0, _experimentBuilders.createBooleanExperiment)({
1598
+ productKeys: {
1599
+ confluence: 'platform_editor_paste_before_first_block_node'
1600
+ },
1601
+ param: 'isEnabled',
1602
+ defaultValue: false
1603
+ }),
1621
1604
  // Added 2026-03-04
1622
1605
  platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
1623
1606
  productKeys: {
@@ -1650,6 +1633,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1650
1633
  param: 'isEnabled',
1651
1634
  defaultValue: false
1652
1635
  }),
1636
+ // Added 2026-03-11
1637
+ platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
1638
+ productKeys: {
1639
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1640
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1641
+ },
1642
+ param: 'isEnabled',
1643
+ defaultValue: false
1644
+ }),
1653
1645
  // Added 2026-03-04
1654
1646
  confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
1655
1647
  productKeys: {
@@ -1737,5 +1729,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1737
1729
  },
1738
1730
  param: 'isEnabled',
1739
1731
  defaultValue: false
1732
+ }),
1733
+ // Added 2026-03-09
1734
+ platform_editor_remove_collab_step_metrics: (0, _experimentBuilders.createBooleanExperiment)({
1735
+ productKeys: {
1736
+ confluence: 'platform_editor_remove_collab_step_metrics'
1737
+ },
1738
+ param: 'isEnabled',
1739
+ defaultValue: false
1740
1740
  })
1741
1741
  };
@@ -1074,14 +1074,6 @@ export const editorExperimentsConfig = {
1074
1074
  param: 'cohort',
1075
1075
  defaultValue: 'control'
1076
1076
  }),
1077
- // Added 2025-11-25
1078
- platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
1079
- productKeys: {
1080
- confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
1081
- },
1082
- param: 'isEnabled',
1083
- defaultValue: false
1084
- }),
1085
1077
  // Added 2025-12-03
1086
1078
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1087
1079
  productKeys: {
@@ -1236,15 +1228,6 @@ export const editorExperimentsConfig = {
1236
1228
  param: 'isEnabled',
1237
1229
  defaultValue: false
1238
1230
  }),
1239
- // Added 2026-01-14
1240
- platform_editor_context_context_types_migration: createBooleanExperiment({
1241
- productKeys: {
1242
- confluence: 'platform_editor_context_context_types_migration',
1243
- jira: 'platform_editor_context_context_types_migration'
1244
- },
1245
- param: 'isEnabled',
1246
- defaultValue: false
1247
- }),
1248
1231
  // Added 2026-01-16
1249
1232
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1250
1233
  productKeys: {
@@ -1440,14 +1423,6 @@ export const editorExperimentsConfig = {
1440
1423
  defaultValue: false
1441
1424
  }),
1442
1425
  // Added 2026-02-16
1443
- platform_editor_safe_url_trim_fix: createBooleanExperiment({
1444
- productKeys: {
1445
- confluence: 'platform_editor_safe_url_trim_fix'
1446
- },
1447
- param: 'isEnabled',
1448
- defaultValue: false
1449
- }),
1450
- // Added 2026-02-16
1451
1426
  platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1452
1427
  productKeys: {
1453
1428
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1612,6 +1587,14 @@ export const editorExperimentsConfig = {
1612
1587
  param: 'isEnabled',
1613
1588
  defaultValue: false
1614
1589
  }),
1590
+ // Added 2026-03-12
1591
+ platform_editor_paste_before_first_block_node: createBooleanExperiment({
1592
+ productKeys: {
1593
+ confluence: 'platform_editor_paste_before_first_block_node'
1594
+ },
1595
+ param: 'isEnabled',
1596
+ defaultValue: false
1597
+ }),
1615
1598
  // Added 2026-03-04
1616
1599
  platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1617
1600
  productKeys: {
@@ -1644,6 +1627,15 @@ export const editorExperimentsConfig = {
1644
1627
  param: 'isEnabled',
1645
1628
  defaultValue: false
1646
1629
  }),
1630
+ // Added 2026-03-11
1631
+ platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1632
+ productKeys: {
1633
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1634
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1635
+ },
1636
+ param: 'isEnabled',
1637
+ defaultValue: false
1638
+ }),
1647
1639
  // Added 2026-03-04
1648
1640
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1649
1641
  productKeys: {
@@ -1731,5 +1723,13 @@ export const editorExperimentsConfig = {
1731
1723
  },
1732
1724
  param: 'isEnabled',
1733
1725
  defaultValue: false
1726
+ }),
1727
+ // Added 2026-03-09
1728
+ platform_editor_remove_collab_step_metrics: createBooleanExperiment({
1729
+ productKeys: {
1730
+ confluence: 'platform_editor_remove_collab_step_metrics'
1731
+ },
1732
+ param: 'isEnabled',
1733
+ defaultValue: false
1734
1734
  })
1735
1735
  };
@@ -1074,14 +1074,6 @@ export var editorExperimentsConfig = {
1074
1074
  param: 'cohort',
1075
1075
  defaultValue: 'control'
1076
1076
  }),
1077
- // Added 2025-11-25
1078
- platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
1079
- productKeys: {
1080
- confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
1081
- },
1082
- param: 'isEnabled',
1083
- defaultValue: false
1084
- }),
1085
1077
  // Added 2025-12-03
1086
1078
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1087
1079
  productKeys: {
@@ -1236,15 +1228,6 @@ export var editorExperimentsConfig = {
1236
1228
  param: 'isEnabled',
1237
1229
  defaultValue: false
1238
1230
  }),
1239
- // Added 2026-01-14
1240
- platform_editor_context_context_types_migration: createBooleanExperiment({
1241
- productKeys: {
1242
- confluence: 'platform_editor_context_context_types_migration',
1243
- jira: 'platform_editor_context_context_types_migration'
1244
- },
1245
- param: 'isEnabled',
1246
- defaultValue: false
1247
- }),
1248
1231
  // Added 2026-01-16
1249
1232
  platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
1250
1233
  productKeys: {
@@ -1440,14 +1423,6 @@ export var editorExperimentsConfig = {
1440
1423
  defaultValue: false
1441
1424
  }),
1442
1425
  // Added 2026-02-16
1443
- platform_editor_safe_url_trim_fix: createBooleanExperiment({
1444
- productKeys: {
1445
- confluence: 'platform_editor_safe_url_trim_fix'
1446
- },
1447
- param: 'isEnabled',
1448
- defaultValue: false
1449
- }),
1450
- // Added 2026-02-16
1451
1426
  platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1452
1427
  productKeys: {
1453
1428
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1612,6 +1587,14 @@ export var editorExperimentsConfig = {
1612
1587
  param: 'isEnabled',
1613
1588
  defaultValue: false
1614
1589
  }),
1590
+ // Added 2026-03-12
1591
+ platform_editor_paste_before_first_block_node: createBooleanExperiment({
1592
+ productKeys: {
1593
+ confluence: 'platform_editor_paste_before_first_block_node'
1594
+ },
1595
+ param: 'isEnabled',
1596
+ defaultValue: false
1597
+ }),
1615
1598
  // Added 2026-03-04
1616
1599
  platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1617
1600
  productKeys: {
@@ -1644,6 +1627,15 @@ export var editorExperimentsConfig = {
1644
1627
  param: 'isEnabled',
1645
1628
  defaultValue: false
1646
1629
  }),
1630
+ // Added 2026-03-11
1631
+ platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1632
+ productKeys: {
1633
+ jira: 'platform_editor_renderer_error_boundary_stable_key',
1634
+ confluence: 'platform_editor_renderer_error_boundary_stable_key'
1635
+ },
1636
+ param: 'isEnabled',
1637
+ defaultValue: false
1638
+ }),
1647
1639
  // Added 2026-03-04
1648
1640
  confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1649
1641
  productKeys: {
@@ -1731,5 +1723,13 @@ export var editorExperimentsConfig = {
1731
1723
  },
1732
1724
  param: 'isEnabled',
1733
1725
  defaultValue: false
1726
+ }),
1727
+ // Added 2026-03-09
1728
+ platform_editor_remove_collab_step_metrics: createBooleanExperiment({
1729
+ productKeys: {
1730
+ confluence: 'platform_editor_remove_collab_step_metrics'
1731
+ },
1732
+ param: 'isEnabled',
1733
+ defaultValue: false
1734
1734
  })
1735
1735
  };
@@ -631,12 +631,6 @@ export declare const editorExperimentsConfig: {
631
631
  productKeys?: ProductKeys;
632
632
  typeGuard: IsBooleanType;
633
633
  };
634
- platform_editor_remove_ncsstepmetrics_plugin: {
635
- defaultValue: boolean;
636
- param: string;
637
- productKeys?: ProductKeys;
638
- typeGuard: IsBooleanType;
639
- };
640
634
  platform_editor_renderer_extension_width_fix: {
641
635
  defaultValue: boolean;
642
636
  param: string;
@@ -833,6 +827,12 @@ export declare const editorExperimentsConfig: {
833
827
  productKeys?: ProductKeys;
834
828
  typeGuard: IsBooleanType;
835
829
  };
830
+ platform_editor_paste_before_first_block_node: {
831
+ defaultValue: boolean;
832
+ param: string;
833
+ productKeys?: ProductKeys;
834
+ typeGuard: IsBooleanType;
835
+ };
836
836
  platform_editor_ai_disable_bridge_without_ai: {
837
837
  defaultValue: boolean;
838
838
  param: string;
@@ -899,12 +899,6 @@ export declare const editorExperimentsConfig: {
899
899
  productKeys?: ProductKeys;
900
900
  typeGuard: IsBooleanType;
901
901
  };
902
- platform_editor_context_context_types_migration: {
903
- defaultValue: boolean;
904
- param: string;
905
- productKeys?: ProductKeys;
906
- typeGuard: IsBooleanType;
907
- };
908
902
  platform_editor_ai_edit_unsupported_content: {
909
903
  defaultValue: boolean;
910
904
  param: string;
@@ -1056,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1059
- platform_editor_safe_url_trim_fix: {
1060
- defaultValue: boolean;
1061
- param: string;
1062
- productKeys?: ProductKeys;
1063
- typeGuard: IsBooleanType;
1064
- };
1065
1053
  platform_editor_remove_reactserializer_fromschema: {
1066
1054
  defaultValue: boolean;
1067
1055
  param: string;
@@ -1200,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1200
1188
  productKeys?: ProductKeys;
1201
1189
  typeGuard: IsBooleanType;
1202
1190
  };
1191
+ platform_editor_renderer_error_boundary_stable_key: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1203
1197
  platform_editor_a11y_table_wrapper_fix: {
1204
1198
  defaultValue: boolean;
1205
1199
  param: string;
@@ -1278,5 +1272,11 @@ export declare const editorExperimentsConfig: {
1278
1272
  productKeys?: ProductKeys;
1279
1273
  typeGuard: IsBooleanType;
1280
1274
  };
1275
+ platform_editor_remove_collab_step_metrics: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1281
1281
  };
1282
1282
  export {};
@@ -631,12 +631,6 @@ export declare const editorExperimentsConfig: {
631
631
  productKeys?: ProductKeys;
632
632
  typeGuard: IsBooleanType;
633
633
  };
634
- platform_editor_remove_ncsstepmetrics_plugin: {
635
- defaultValue: boolean;
636
- param: string;
637
- productKeys?: ProductKeys;
638
- typeGuard: IsBooleanType;
639
- };
640
634
  platform_editor_renderer_extension_width_fix: {
641
635
  defaultValue: boolean;
642
636
  param: string;
@@ -833,6 +827,12 @@ export declare const editorExperimentsConfig: {
833
827
  productKeys?: ProductKeys;
834
828
  typeGuard: IsBooleanType;
835
829
  };
830
+ platform_editor_paste_before_first_block_node: {
831
+ defaultValue: boolean;
832
+ param: string;
833
+ productKeys?: ProductKeys;
834
+ typeGuard: IsBooleanType;
835
+ };
836
836
  platform_editor_ai_disable_bridge_without_ai: {
837
837
  defaultValue: boolean;
838
838
  param: string;
@@ -899,12 +899,6 @@ export declare const editorExperimentsConfig: {
899
899
  productKeys?: ProductKeys;
900
900
  typeGuard: IsBooleanType;
901
901
  };
902
- platform_editor_context_context_types_migration: {
903
- defaultValue: boolean;
904
- param: string;
905
- productKeys?: ProductKeys;
906
- typeGuard: IsBooleanType;
907
- };
908
902
  platform_editor_ai_edit_unsupported_content: {
909
903
  defaultValue: boolean;
910
904
  param: string;
@@ -1056,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1059
- platform_editor_safe_url_trim_fix: {
1060
- defaultValue: boolean;
1061
- param: string;
1062
- productKeys?: ProductKeys;
1063
- typeGuard: IsBooleanType;
1064
- };
1065
1053
  platform_editor_remove_reactserializer_fromschema: {
1066
1054
  defaultValue: boolean;
1067
1055
  param: string;
@@ -1200,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1200
1188
  productKeys?: ProductKeys;
1201
1189
  typeGuard: IsBooleanType;
1202
1190
  };
1191
+ platform_editor_renderer_error_boundary_stable_key: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1203
1197
  platform_editor_a11y_table_wrapper_fix: {
1204
1198
  defaultValue: boolean;
1205
1199
  param: string;
@@ -1278,5 +1272,11 @@ export declare const editorExperimentsConfig: {
1278
1272
  productKeys?: ProductKeys;
1279
1273
  typeGuard: IsBooleanType;
1280
1274
  };
1275
+ platform_editor_remove_collab_step_metrics: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1281
1281
  };
1282
1282
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "35.8.0",
3
+ "version": "35.10.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",