@atlaskit/tmp-editor-statsig 138.0.0 → 139.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 +20 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -26
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -26
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -26
- package/dist/types/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 139.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`72f7cec91a1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f7cec91a1d4) -
|
|
8
|
+
Remove the `editor_synced_block_perf` experiment. The lazy node-view init and cached
|
|
9
|
+
status-decoration apply path are now always on, and the legacy full-document `descendants()`
|
|
10
|
+
decoration walk has been removed.
|
|
11
|
+
- [`72f7cec91a1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f7cec91a1d4) -
|
|
12
|
+
Remove the `platform_synced_block_use_new_source_nodeview` experiment. The new source node view is
|
|
13
|
+
now always used and the superseded implementation has been deleted.
|
|
14
|
+
|
|
15
|
+
## 138.1.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`2b3a50789456f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b3a50789456f) -
|
|
20
|
+
Clean up linking_platform_track_non_primary_3p_clicks experiment. Non-primary (middle/right-click)
|
|
21
|
+
3P click tracking is now permanent.
|
|
22
|
+
|
|
3
23
|
## 138.0.0
|
|
4
24
|
|
|
5
25
|
### Major Changes
|
|
@@ -28,7 +28,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
28
28
|
cc_maui_polish_changes_batch_3: false,
|
|
29
29
|
cc_maui_polish_changes_batch_4: false,
|
|
30
30
|
social_proof_3p_unauth_block_exp: false,
|
|
31
|
-
linking_platform_track_non_primary_3p_clicks: false,
|
|
32
31
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
33
32
|
cwr_blank_object_experiment: false,
|
|
34
33
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -811,15 +811,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
811
811
|
param: 'isEnabled',
|
|
812
812
|
defaultValue: false
|
|
813
813
|
}),
|
|
814
|
-
// Added 2026-04-30 (QS-9895)
|
|
815
|
-
linking_platform_track_non_primary_3p_clicks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
816
|
-
productKeys: {
|
|
817
|
-
confluence: 'linking_platform_track_non_primary_3p_clicks',
|
|
818
|
-
jira: 'linking_platform_track_non_primary_3p_clicks'
|
|
819
|
-
},
|
|
820
|
-
param: 'isEnabled',
|
|
821
|
-
defaultValue: false
|
|
822
|
-
}),
|
|
823
814
|
// Added 2025--8-05
|
|
824
815
|
platform_editor_block_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
825
816
|
productKeys: {
|
|
@@ -937,15 +928,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
937
928
|
param: 'isEnabled',
|
|
938
929
|
defaultValue: false
|
|
939
930
|
}),
|
|
940
|
-
// Added 2026-03-05
|
|
941
|
-
platform_synced_block_use_new_source_nodeview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
942
|
-
productKeys: {
|
|
943
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
944
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
945
|
-
},
|
|
946
|
-
param: 'isEnabled',
|
|
947
|
-
defaultValue: false
|
|
948
|
-
}),
|
|
949
931
|
// Added 2025-08-18
|
|
950
932
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
951
933
|
productKeys: {
|
|
@@ -2211,14 +2193,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2211
2193
|
param: 'isEnabled',
|
|
2212
2194
|
defaultValue: false
|
|
2213
2195
|
}),
|
|
2214
|
-
// Added 2026-05-05
|
|
2215
|
-
editor_synced_block_perf: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2216
|
-
productKeys: {
|
|
2217
|
-
confluence: 'editor_synced_block_perf'
|
|
2218
|
-
},
|
|
2219
|
-
param: 'isEnabled',
|
|
2220
|
-
defaultValue: false
|
|
2221
|
-
}),
|
|
2222
2196
|
// Added 2026-07-09
|
|
2223
2197
|
platform_editor_sync_block_activation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2224
2198
|
productKeys: {
|
|
@@ -22,7 +22,6 @@ export const testBooleanOverrides = {
|
|
|
22
22
|
cc_maui_polish_changes_batch_3: false,
|
|
23
23
|
cc_maui_polish_changes_batch_4: false,
|
|
24
24
|
social_proof_3p_unauth_block_exp: false,
|
|
25
|
-
linking_platform_track_non_primary_3p_clicks: false,
|
|
26
25
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
27
26
|
cwr_blank_object_experiment: false,
|
|
28
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -805,15 +805,6 @@ export const editorExperimentsConfig = {
|
|
|
805
805
|
param: 'isEnabled',
|
|
806
806
|
defaultValue: false
|
|
807
807
|
}),
|
|
808
|
-
// Added 2026-04-30 (QS-9895)
|
|
809
|
-
linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
|
|
810
|
-
productKeys: {
|
|
811
|
-
confluence: 'linking_platform_track_non_primary_3p_clicks',
|
|
812
|
-
jira: 'linking_platform_track_non_primary_3p_clicks'
|
|
813
|
-
},
|
|
814
|
-
param: 'isEnabled',
|
|
815
|
-
defaultValue: false
|
|
816
|
-
}),
|
|
817
808
|
// Added 2025--8-05
|
|
818
809
|
platform_editor_block_menu: createBooleanExperiment({
|
|
819
810
|
productKeys: {
|
|
@@ -931,15 +922,6 @@ export const editorExperimentsConfig = {
|
|
|
931
922
|
param: 'isEnabled',
|
|
932
923
|
defaultValue: false
|
|
933
924
|
}),
|
|
934
|
-
// Added 2026-03-05
|
|
935
|
-
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
936
|
-
productKeys: {
|
|
937
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
938
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
939
|
-
},
|
|
940
|
-
param: 'isEnabled',
|
|
941
|
-
defaultValue: false
|
|
942
|
-
}),
|
|
943
925
|
// Added 2025-08-18
|
|
944
926
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
945
927
|
productKeys: {
|
|
@@ -2205,14 +2187,6 @@ export const editorExperimentsConfig = {
|
|
|
2205
2187
|
param: 'isEnabled',
|
|
2206
2188
|
defaultValue: false
|
|
2207
2189
|
}),
|
|
2208
|
-
// Added 2026-05-05
|
|
2209
|
-
editor_synced_block_perf: createBooleanExperiment({
|
|
2210
|
-
productKeys: {
|
|
2211
|
-
confluence: 'editor_synced_block_perf'
|
|
2212
|
-
},
|
|
2213
|
-
param: 'isEnabled',
|
|
2214
|
-
defaultValue: false
|
|
2215
|
-
}),
|
|
2216
2190
|
// Added 2026-07-09
|
|
2217
2191
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
2218
2192
|
productKeys: {
|
|
@@ -22,7 +22,6 @@ export var testBooleanOverrides = {
|
|
|
22
22
|
cc_maui_polish_changes_batch_3: false,
|
|
23
23
|
cc_maui_polish_changes_batch_4: false,
|
|
24
24
|
social_proof_3p_unauth_block_exp: false,
|
|
25
|
-
linking_platform_track_non_primary_3p_clicks: false,
|
|
26
25
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
27
26
|
cwr_blank_object_experiment: false,
|
|
28
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -805,15 +805,6 @@ export var editorExperimentsConfig = {
|
|
|
805
805
|
param: 'isEnabled',
|
|
806
806
|
defaultValue: false
|
|
807
807
|
}),
|
|
808
|
-
// Added 2026-04-30 (QS-9895)
|
|
809
|
-
linking_platform_track_non_primary_3p_clicks: createBooleanExperiment({
|
|
810
|
-
productKeys: {
|
|
811
|
-
confluence: 'linking_platform_track_non_primary_3p_clicks',
|
|
812
|
-
jira: 'linking_platform_track_non_primary_3p_clicks'
|
|
813
|
-
},
|
|
814
|
-
param: 'isEnabled',
|
|
815
|
-
defaultValue: false
|
|
816
|
-
}),
|
|
817
808
|
// Added 2025--8-05
|
|
818
809
|
platform_editor_block_menu: createBooleanExperiment({
|
|
819
810
|
productKeys: {
|
|
@@ -931,15 +922,6 @@ export var editorExperimentsConfig = {
|
|
|
931
922
|
param: 'isEnabled',
|
|
932
923
|
defaultValue: false
|
|
933
924
|
}),
|
|
934
|
-
// Added 2026-03-05
|
|
935
|
-
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
936
|
-
productKeys: {
|
|
937
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
938
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
939
|
-
},
|
|
940
|
-
param: 'isEnabled',
|
|
941
|
-
defaultValue: false
|
|
942
|
-
}),
|
|
943
925
|
// Added 2025-08-18
|
|
944
926
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
945
927
|
productKeys: {
|
|
@@ -2205,14 +2187,6 @@ export var editorExperimentsConfig = {
|
|
|
2205
2187
|
param: 'isEnabled',
|
|
2206
2188
|
defaultValue: false
|
|
2207
2189
|
}),
|
|
2208
|
-
// Added 2026-05-05
|
|
2209
|
-
editor_synced_block_perf: createBooleanExperiment({
|
|
2210
|
-
productKeys: {
|
|
2211
|
-
confluence: 'editor_synced_block_perf'
|
|
2212
|
-
},
|
|
2213
|
-
param: 'isEnabled',
|
|
2214
|
-
defaultValue: false
|
|
2215
|
-
}),
|
|
2216
2190
|
// Added 2026-07-09
|
|
2217
2191
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
2218
2192
|
productKeys: {
|
|
@@ -834,24 +834,12 @@ export declare const editorExperimentsConfig: {
|
|
|
834
834
|
productKeys?: ProductKeys;
|
|
835
835
|
typeGuard: IsBooleanType;
|
|
836
836
|
};
|
|
837
|
-
platform_synced_block_use_new_source_nodeview: {
|
|
838
|
-
defaultValue: boolean;
|
|
839
|
-
param: string;
|
|
840
|
-
productKeys?: ProductKeys;
|
|
841
|
-
typeGuard: IsBooleanType;
|
|
842
|
-
};
|
|
843
837
|
platform_editor_sync_block_activation: {
|
|
844
838
|
defaultValue: boolean;
|
|
845
839
|
param: string;
|
|
846
840
|
productKeys?: ProductKeys;
|
|
847
841
|
typeGuard: IsBooleanType;
|
|
848
842
|
};
|
|
849
|
-
editor_synced_block_perf: {
|
|
850
|
-
defaultValue: boolean;
|
|
851
|
-
param: string;
|
|
852
|
-
productKeys?: ProductKeys;
|
|
853
|
-
typeGuard: IsBooleanType;
|
|
854
|
-
};
|
|
855
843
|
platform_use_llm_space_recommendations: {
|
|
856
844
|
defaultValue: boolean;
|
|
857
845
|
param: string;
|
|
@@ -864,12 +852,6 @@ export declare const editorExperimentsConfig: {
|
|
|
864
852
|
productKeys?: ProductKeys;
|
|
865
853
|
typeGuard: IsBooleanType;
|
|
866
854
|
};
|
|
867
|
-
linking_platform_track_non_primary_3p_clicks: {
|
|
868
|
-
defaultValue: boolean;
|
|
869
|
-
param: string;
|
|
870
|
-
productKeys?: ProductKeys;
|
|
871
|
-
typeGuard: IsBooleanType;
|
|
872
|
-
};
|
|
873
855
|
'test-new-experiments-package': {
|
|
874
856
|
defaultValue: boolean;
|
|
875
857
|
param: string;
|
package/package.json
CHANGED