@atlaskit/tmp-editor-statsig 35.9.0 → 36.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 36.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`617d79798517c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617d79798517c) -
8
+ Cleanup platform_editor_table_toolbar_icon_ext_fix_exp gate
9
+
10
+ ## 35.10.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`71de71e52182e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71de71e52182e) -
15
+ Remove @atlaskit/editor-plugin-ncs-metrics
16
+ - [`71de71e52182e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71de71e52182e) -
17
+ Add experiment platform_editor_remove_collab_step_metrics which removes step metrics writes to
18
+ local storage from collab edit plugin
19
+ - [`8184c046099e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8184c046099e5) -
20
+ Fixed bug where it wasn't possible to paste before a block node when the block node was the first
21
+ node in an editor document.
22
+
23
+ ### Patch Changes
24
+
25
+ - [`bf1bed54d14bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf1bed54d14bd) -
26
+ Remove platform_editor_safe_url_trim_fix feature flag
27
+ - Updated dependencies
28
+
3
29
  ## 35.9.0
4
30
 
5
31
  ### 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: {
@@ -1234,10 +1226,11 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1234
1226
  param: 'isEnabled',
1235
1227
  defaultValue: false
1236
1228
  }),
1237
- // Added 2025-01-15
1238
- platform_editor_table_toolbar_icon_ext_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
1229
+ // Added 2026-01-14
1230
+ platform_editor_context_context_types_migration: (0, _experimentBuilders.createBooleanExperiment)({
1239
1231
  productKeys: {
1240
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1232
+ confluence: 'platform_editor_context_context_types_migration',
1233
+ jira: 'platform_editor_context_context_types_migration'
1241
1234
  },
1242
1235
  param: 'isEnabled',
1243
1236
  defaultValue: false
@@ -1437,14 +1430,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1437
1430
  defaultValue: false
1438
1431
  }),
1439
1432
  // Added 2026-02-16
1440
- platform_editor_safe_url_trim_fix: (0, _experimentBuilders.createBooleanExperiment)({
1441
- productKeys: {
1442
- confluence: 'platform_editor_safe_url_trim_fix'
1443
- },
1444
- param: 'isEnabled',
1445
- defaultValue: false
1446
- }),
1447
- // Added 2026-02-16
1448
1433
  platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
1449
1434
  productKeys: {
1450
1435
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1609,6 +1594,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1609
1594
  param: 'isEnabled',
1610
1595
  defaultValue: false
1611
1596
  }),
1597
+ // Added 2026-03-12
1598
+ platform_editor_paste_before_first_block_node: (0, _experimentBuilders.createBooleanExperiment)({
1599
+ productKeys: {
1600
+ confluence: 'platform_editor_paste_before_first_block_node'
1601
+ },
1602
+ param: 'isEnabled',
1603
+ defaultValue: false
1604
+ }),
1612
1605
  // Added 2026-03-04
1613
1606
  platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
1614
1607
  productKeys: {
@@ -1737,5 +1730,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1737
1730
  },
1738
1731
  param: 'isEnabled',
1739
1732
  defaultValue: false
1733
+ }),
1734
+ // Added 2026-03-09
1735
+ platform_editor_remove_collab_step_metrics: (0, _experimentBuilders.createBooleanExperiment)({
1736
+ productKeys: {
1737
+ confluence: 'platform_editor_remove_collab_step_metrics'
1738
+ },
1739
+ param: 'isEnabled',
1740
+ defaultValue: false
1740
1741
  })
1741
1742
  };
@@ -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: {
@@ -1228,10 +1220,11 @@ export const editorExperimentsConfig = {
1228
1220
  param: 'isEnabled',
1229
1221
  defaultValue: false
1230
1222
  }),
1231
- // Added 2025-01-15
1232
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1233
1225
  productKeys: {
1234
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1235
1228
  },
1236
1229
  param: 'isEnabled',
1237
1230
  defaultValue: false
@@ -1431,14 +1424,6 @@ export const editorExperimentsConfig = {
1431
1424
  defaultValue: false
1432
1425
  }),
1433
1426
  // Added 2026-02-16
1434
- platform_editor_safe_url_trim_fix: createBooleanExperiment({
1435
- productKeys: {
1436
- confluence: 'platform_editor_safe_url_trim_fix'
1437
- },
1438
- param: 'isEnabled',
1439
- defaultValue: false
1440
- }),
1441
- // Added 2026-02-16
1442
1427
  platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1443
1428
  productKeys: {
1444
1429
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1603,6 +1588,14 @@ export const editorExperimentsConfig = {
1603
1588
  param: 'isEnabled',
1604
1589
  defaultValue: false
1605
1590
  }),
1591
+ // Added 2026-03-12
1592
+ platform_editor_paste_before_first_block_node: createBooleanExperiment({
1593
+ productKeys: {
1594
+ confluence: 'platform_editor_paste_before_first_block_node'
1595
+ },
1596
+ param: 'isEnabled',
1597
+ defaultValue: false
1598
+ }),
1606
1599
  // Added 2026-03-04
1607
1600
  platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1608
1601
  productKeys: {
@@ -1731,5 +1724,13 @@ export const editorExperimentsConfig = {
1731
1724
  },
1732
1725
  param: 'isEnabled',
1733
1726
  defaultValue: false
1727
+ }),
1728
+ // Added 2026-03-09
1729
+ platform_editor_remove_collab_step_metrics: createBooleanExperiment({
1730
+ productKeys: {
1731
+ confluence: 'platform_editor_remove_collab_step_metrics'
1732
+ },
1733
+ param: 'isEnabled',
1734
+ defaultValue: false
1734
1735
  })
1735
1736
  };
@@ -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: {
@@ -1228,10 +1220,11 @@ export var editorExperimentsConfig = {
1228
1220
  param: 'isEnabled',
1229
1221
  defaultValue: false
1230
1222
  }),
1231
- // Added 2025-01-15
1232
- platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1223
+ // Added 2026-01-14
1224
+ platform_editor_context_context_types_migration: createBooleanExperiment({
1233
1225
  productKeys: {
1234
- confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1226
+ confluence: 'platform_editor_context_context_types_migration',
1227
+ jira: 'platform_editor_context_context_types_migration'
1235
1228
  },
1236
1229
  param: 'isEnabled',
1237
1230
  defaultValue: false
@@ -1431,14 +1424,6 @@ export var editorExperimentsConfig = {
1431
1424
  defaultValue: false
1432
1425
  }),
1433
1426
  // Added 2026-02-16
1434
- platform_editor_safe_url_trim_fix: createBooleanExperiment({
1435
- productKeys: {
1436
- confluence: 'platform_editor_safe_url_trim_fix'
1437
- },
1438
- param: 'isEnabled',
1439
- defaultValue: false
1440
- }),
1441
- // Added 2026-02-16
1442
1427
  platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
1443
1428
  productKeys: {
1444
1429
  confluence: 'platform_editor_remove_reactserializer_fromschema'
@@ -1603,6 +1588,14 @@ export var editorExperimentsConfig = {
1603
1588
  param: 'isEnabled',
1604
1589
  defaultValue: false
1605
1590
  }),
1591
+ // Added 2026-03-12
1592
+ platform_editor_paste_before_first_block_node: createBooleanExperiment({
1593
+ productKeys: {
1594
+ confluence: 'platform_editor_paste_before_first_block_node'
1595
+ },
1596
+ param: 'isEnabled',
1597
+ defaultValue: false
1598
+ }),
1606
1599
  // Added 2026-03-04
1607
1600
  platform_editor_ai_blockmenu_integration: createBooleanExperiment({
1608
1601
  productKeys: {
@@ -1731,5 +1724,13 @@ export var editorExperimentsConfig = {
1731
1724
  },
1732
1725
  param: 'isEnabled',
1733
1726
  defaultValue: false
1727
+ }),
1728
+ // Added 2026-03-09
1729
+ platform_editor_remove_collab_step_metrics: createBooleanExperiment({
1730
+ productKeys: {
1731
+ confluence: 'platform_editor_remove_collab_step_metrics'
1732
+ },
1733
+ param: 'isEnabled',
1734
+ defaultValue: false
1734
1735
  })
1735
1736
  };
@@ -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;
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
@@ -1050,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
- platform_editor_safe_url_trim_fix: {
1054
- defaultValue: boolean;
1055
- param: string;
1056
- productKeys?: ProductKeys;
1057
- typeGuard: IsBooleanType;
1058
- };
1059
1053
  platform_editor_remove_reactserializer_fromschema: {
1060
1054
  defaultValue: boolean;
1061
1055
  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;
@@ -893,7 +893,7 @@ export declare const editorExperimentsConfig: {
893
893
  productKeys?: ProductKeys;
894
894
  typeGuard: IsBooleanType;
895
895
  };
896
- platform_editor_table_toolbar_icon_ext_fix_exp: {
896
+ platform_editor_context_context_types_migration: {
897
897
  defaultValue: boolean;
898
898
  param: string;
899
899
  productKeys?: ProductKeys;
@@ -1050,12 +1050,6 @@ export declare const editorExperimentsConfig: {
1050
1050
  productKeys?: ProductKeys;
1051
1051
  typeGuard: IsBooleanType;
1052
1052
  };
1053
- platform_editor_safe_url_trim_fix: {
1054
- defaultValue: boolean;
1055
- param: string;
1056
- productKeys?: ProductKeys;
1057
- typeGuard: IsBooleanType;
1058
- };
1059
1053
  platform_editor_remove_reactserializer_fromschema: {
1060
1054
  defaultValue: boolean;
1061
1055
  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.9.0",
3
+ "version": "36.0.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",