@atlaskit/tmp-editor-statsig 35.9.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 +19 -0
- package/dist/cjs/experiments-config.js +16 -16
- package/dist/es2019/experiments-config.js +16 -16
- package/dist/esm/experiments-config.js +16 -16
- package/dist/types/experiments-config.d.ts +12 -12
- package/dist/types-ts4.5/experiments-config.d.ts +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
3
22
|
## 35.9.0
|
|
4
23
|
|
|
5
24
|
### 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: {
|
|
@@ -1437,14 +1429,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1437
1429
|
defaultValue: false
|
|
1438
1430
|
}),
|
|
1439
1431
|
// 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
1432
|
platform_editor_remove_reactserializer_fromschema: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1449
1433
|
productKeys: {
|
|
1450
1434
|
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
@@ -1609,6 +1593,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1609
1593
|
param: 'isEnabled',
|
|
1610
1594
|
defaultValue: false
|
|
1611
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
|
+
}),
|
|
1612
1604
|
// Added 2026-03-04
|
|
1613
1605
|
platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1614
1606
|
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: {
|
|
@@ -1431,14 +1423,6 @@ export const editorExperimentsConfig = {
|
|
|
1431
1423
|
defaultValue: false
|
|
1432
1424
|
}),
|
|
1433
1425
|
// 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
1426
|
platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
|
|
1443
1427
|
productKeys: {
|
|
1444
1428
|
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
@@ -1603,6 +1587,14 @@ export const editorExperimentsConfig = {
|
|
|
1603
1587
|
param: 'isEnabled',
|
|
1604
1588
|
defaultValue: false
|
|
1605
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
|
+
}),
|
|
1606
1598
|
// Added 2026-03-04
|
|
1607
1599
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1608
1600
|
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: {
|
|
@@ -1431,14 +1423,6 @@ export var editorExperimentsConfig = {
|
|
|
1431
1423
|
defaultValue: false
|
|
1432
1424
|
}),
|
|
1433
1425
|
// 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
1426
|
platform_editor_remove_reactserializer_fromschema: createBooleanExperiment({
|
|
1443
1427
|
productKeys: {
|
|
1444
1428
|
confluence: 'platform_editor_remove_reactserializer_fromschema'
|
|
@@ -1603,6 +1587,14 @@ export var editorExperimentsConfig = {
|
|
|
1603
1587
|
param: 'isEnabled',
|
|
1604
1588
|
defaultValue: false
|
|
1605
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
|
+
}),
|
|
1606
1598
|
// Added 2026-03-04
|
|
1607
1599
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1608
1600
|
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;
|
|
@@ -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;
|
|
@@ -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