@atlaskit/tmp-editor-statsig 16.27.0 → 16.29.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 +22 -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,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.29.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f662f3b30ee2e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f662f3b30ee2e) -
|
|
8
|
+
Adds new experiment to set selection to the element that attributes are being set of to match
|
|
9
|
+
previous behaviour.
|
|
10
|
+
- [`2c3c92548bb9c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c3c92548bb9c) -
|
|
11
|
+
EDITOR-4639 cleanup cc_editor_limited_mode, cc_editor_limited_mode_include_lcm and unshipped code.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
17
|
+
## 16.28.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`aeb74c52331de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aeb74c52331de) -
|
|
22
|
+
[EDITOR-4634] remove duplicated toolbar role from toolbar elements behind
|
|
23
|
+
platform_editor_aifc_remove_duplicate_role
|
|
24
|
+
|
|
3
25
|
## 16.27.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -55,14 +55,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
55
55
|
defaultValue: false
|
|
56
56
|
}),
|
|
57
57
|
// Added 03-09-2025
|
|
58
|
-
cc_editor_limited_mode_include_lcm: (0, _experimentBuilders.createBooleanExperiment)({
|
|
59
|
-
productKeys: {
|
|
60
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
61
|
-
},
|
|
62
|
-
param: 'isEnabled',
|
|
63
|
-
defaultValue: false
|
|
64
|
-
}),
|
|
65
|
-
// Added 03-09-2025
|
|
66
58
|
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
67
59
|
productKeys: {
|
|
68
60
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -771,14 +763,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
771
763
|
param: 'isEnabled',
|
|
772
764
|
defaultValue: false
|
|
773
765
|
}),
|
|
774
|
-
// Added 2025-08-06
|
|
775
|
-
cc_editor_limited_mode: (0, _experimentBuilders.createBooleanExperiment)({
|
|
776
|
-
productKeys: {
|
|
777
|
-
confluence: 'cc_editor_limited_mode'
|
|
778
|
-
},
|
|
779
|
-
param: 'isEnabled',
|
|
780
|
-
defaultValue: false
|
|
781
|
-
}),
|
|
782
766
|
// Added 2025-08-05
|
|
783
767
|
platform_editor_native_anchor_with_dnd: (0, _experimentBuilders.createBooleanExperiment)({
|
|
784
768
|
productKeys: {
|
|
@@ -876,6 +860,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
876
860
|
param: 'isEnabled',
|
|
877
861
|
defaultValue: false
|
|
878
862
|
}),
|
|
863
|
+
platform_editor_ai_update_set_attrs_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
864
|
+
productKeys: {
|
|
865
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
866
|
+
},
|
|
867
|
+
param: 'isEnabled',
|
|
868
|
+
defaultValue: false
|
|
869
|
+
}),
|
|
879
870
|
// Added 2025-09-08
|
|
880
871
|
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
881
872
|
productKeys: {
|
|
@@ -1247,5 +1238,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1247
1238
|
},
|
|
1248
1239
|
param: 'isEnabled',
|
|
1249
1240
|
defaultValue: false
|
|
1241
|
+
}),
|
|
1242
|
+
// Added 2026-01-20
|
|
1243
|
+
platform_editor_aifc_remove_duplicate_role: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1244
|
+
productKeys: {
|
|
1245
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1246
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1247
|
+
},
|
|
1248
|
+
param: 'isEnabled',
|
|
1249
|
+
defaultValue: false
|
|
1250
1250
|
})
|
|
1251
1251
|
};
|
|
@@ -49,14 +49,6 @@ export const editorExperimentsConfig = {
|
|
|
49
49
|
defaultValue: false
|
|
50
50
|
}),
|
|
51
51
|
// Added 03-09-2025
|
|
52
|
-
cc_editor_limited_mode_include_lcm: createBooleanExperiment({
|
|
53
|
-
productKeys: {
|
|
54
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
55
|
-
},
|
|
56
|
-
param: 'isEnabled',
|
|
57
|
-
defaultValue: false
|
|
58
|
-
}),
|
|
59
|
-
// Added 03-09-2025
|
|
60
52
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
61
53
|
productKeys: {
|
|
62
54
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -765,14 +757,6 @@ export const editorExperimentsConfig = {
|
|
|
765
757
|
param: 'isEnabled',
|
|
766
758
|
defaultValue: false
|
|
767
759
|
}),
|
|
768
|
-
// Added 2025-08-06
|
|
769
|
-
cc_editor_limited_mode: createBooleanExperiment({
|
|
770
|
-
productKeys: {
|
|
771
|
-
confluence: 'cc_editor_limited_mode'
|
|
772
|
-
},
|
|
773
|
-
param: 'isEnabled',
|
|
774
|
-
defaultValue: false
|
|
775
|
-
}),
|
|
776
760
|
// Added 2025-08-05
|
|
777
761
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
778
762
|
productKeys: {
|
|
@@ -870,6 +854,13 @@ export const editorExperimentsConfig = {
|
|
|
870
854
|
param: 'isEnabled',
|
|
871
855
|
defaultValue: false
|
|
872
856
|
}),
|
|
857
|
+
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
858
|
+
productKeys: {
|
|
859
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
860
|
+
},
|
|
861
|
+
param: 'isEnabled',
|
|
862
|
+
defaultValue: false
|
|
863
|
+
}),
|
|
873
864
|
// Added 2025-09-08
|
|
874
865
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
875
866
|
productKeys: {
|
|
@@ -1241,5 +1232,14 @@ export const editorExperimentsConfig = {
|
|
|
1241
1232
|
},
|
|
1242
1233
|
param: 'isEnabled',
|
|
1243
1234
|
defaultValue: false
|
|
1235
|
+
}),
|
|
1236
|
+
// Added 2026-01-20
|
|
1237
|
+
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1238
|
+
productKeys: {
|
|
1239
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1240
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1241
|
+
},
|
|
1242
|
+
param: 'isEnabled',
|
|
1243
|
+
defaultValue: false
|
|
1244
1244
|
})
|
|
1245
1245
|
};
|
|
@@ -49,14 +49,6 @@ export var editorExperimentsConfig = {
|
|
|
49
49
|
defaultValue: false
|
|
50
50
|
}),
|
|
51
51
|
// Added 03-09-2025
|
|
52
|
-
cc_editor_limited_mode_include_lcm: createBooleanExperiment({
|
|
53
|
-
productKeys: {
|
|
54
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
55
|
-
},
|
|
56
|
-
param: 'isEnabled',
|
|
57
|
-
defaultValue: false
|
|
58
|
-
}),
|
|
59
|
-
// Added 03-09-2025
|
|
60
52
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
61
53
|
productKeys: {
|
|
62
54
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -765,14 +757,6 @@ export var editorExperimentsConfig = {
|
|
|
765
757
|
param: 'isEnabled',
|
|
766
758
|
defaultValue: false
|
|
767
759
|
}),
|
|
768
|
-
// Added 2025-08-06
|
|
769
|
-
cc_editor_limited_mode: createBooleanExperiment({
|
|
770
|
-
productKeys: {
|
|
771
|
-
confluence: 'cc_editor_limited_mode'
|
|
772
|
-
},
|
|
773
|
-
param: 'isEnabled',
|
|
774
|
-
defaultValue: false
|
|
775
|
-
}),
|
|
776
760
|
// Added 2025-08-05
|
|
777
761
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
778
762
|
productKeys: {
|
|
@@ -870,6 +854,13 @@ export var editorExperimentsConfig = {
|
|
|
870
854
|
param: 'isEnabled',
|
|
871
855
|
defaultValue: false
|
|
872
856
|
}),
|
|
857
|
+
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
858
|
+
productKeys: {
|
|
859
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
860
|
+
},
|
|
861
|
+
param: 'isEnabled',
|
|
862
|
+
defaultValue: false
|
|
863
|
+
}),
|
|
873
864
|
// Added 2025-09-08
|
|
874
865
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
875
866
|
productKeys: {
|
|
@@ -1241,5 +1232,14 @@ export var editorExperimentsConfig = {
|
|
|
1241
1232
|
},
|
|
1242
1233
|
param: 'isEnabled',
|
|
1243
1234
|
defaultValue: false
|
|
1235
|
+
}),
|
|
1236
|
+
// Added 2026-01-20
|
|
1237
|
+
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1238
|
+
productKeys: {
|
|
1239
|
+
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1240
|
+
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1241
|
+
},
|
|
1242
|
+
param: 'isEnabled',
|
|
1243
|
+
defaultValue: false
|
|
1244
1244
|
})
|
|
1245
1245
|
};
|
|
@@ -64,12 +64,6 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
-
cc_editor_limited_mode: {
|
|
68
|
-
defaultValue: boolean;
|
|
69
|
-
param: string;
|
|
70
|
-
productKeys?: ProductKeys;
|
|
71
|
-
typeGuard: IsBooleanType;
|
|
72
|
-
};
|
|
73
67
|
confluence_load_editor_title_on_transition: {
|
|
74
68
|
defaultValue: boolean;
|
|
75
69
|
param: string;
|
|
@@ -82,12 +76,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
76
|
productKeys?: ProductKeys;
|
|
83
77
|
typeGuard: IsBooleanType;
|
|
84
78
|
};
|
|
85
|
-
cc_editor_limited_mode_include_lcm: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
79
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
80
|
defaultValue: boolean;
|
|
93
81
|
param: string;
|
|
@@ -385,6 +373,12 @@ export declare const editorExperimentsConfig: {
|
|
|
385
373
|
productKeys?: ProductKeys;
|
|
386
374
|
typeGuard: IsBooleanType;
|
|
387
375
|
};
|
|
376
|
+
platform_editor_ai_update_set_attrs_selection: {
|
|
377
|
+
defaultValue: boolean;
|
|
378
|
+
param: string;
|
|
379
|
+
productKeys?: ProductKeys;
|
|
380
|
+
typeGuard: IsBooleanType;
|
|
381
|
+
};
|
|
388
382
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
389
383
|
defaultValue: boolean;
|
|
390
384
|
param: string;
|
|
@@ -920,5 +914,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
914
|
productKeys?: ProductKeys;
|
|
921
915
|
typeGuard: IsBooleanType;
|
|
922
916
|
};
|
|
917
|
+
platform_editor_aifc_remove_duplicate_role: {
|
|
918
|
+
defaultValue: boolean;
|
|
919
|
+
param: string;
|
|
920
|
+
productKeys?: ProductKeys;
|
|
921
|
+
typeGuard: IsBooleanType;
|
|
922
|
+
};
|
|
923
923
|
};
|
|
924
924
|
export {};
|
|
@@ -64,12 +64,6 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
-
cc_editor_limited_mode: {
|
|
68
|
-
defaultValue: boolean;
|
|
69
|
-
param: string;
|
|
70
|
-
productKeys?: ProductKeys;
|
|
71
|
-
typeGuard: IsBooleanType;
|
|
72
|
-
};
|
|
73
67
|
confluence_load_editor_title_on_transition: {
|
|
74
68
|
defaultValue: boolean;
|
|
75
69
|
param: string;
|
|
@@ -82,12 +76,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
76
|
productKeys?: ProductKeys;
|
|
83
77
|
typeGuard: IsBooleanType;
|
|
84
78
|
};
|
|
85
|
-
cc_editor_limited_mode_include_lcm: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
79
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
80
|
defaultValue: boolean;
|
|
93
81
|
param: string;
|
|
@@ -385,6 +373,12 @@ export declare const editorExperimentsConfig: {
|
|
|
385
373
|
productKeys?: ProductKeys;
|
|
386
374
|
typeGuard: IsBooleanType;
|
|
387
375
|
};
|
|
376
|
+
platform_editor_ai_update_set_attrs_selection: {
|
|
377
|
+
defaultValue: boolean;
|
|
378
|
+
param: string;
|
|
379
|
+
productKeys?: ProductKeys;
|
|
380
|
+
typeGuard: IsBooleanType;
|
|
381
|
+
};
|
|
388
382
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
389
383
|
defaultValue: boolean;
|
|
390
384
|
param: string;
|
|
@@ -920,5 +914,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
914
|
productKeys?: ProductKeys;
|
|
921
915
|
typeGuard: IsBooleanType;
|
|
922
916
|
};
|
|
917
|
+
platform_editor_aifc_remove_duplicate_role: {
|
|
918
|
+
defaultValue: boolean;
|
|
919
|
+
param: string;
|
|
920
|
+
productKeys?: ProductKeys;
|
|
921
|
+
typeGuard: IsBooleanType;
|
|
922
|
+
};
|
|
923
923
|
};
|
|
924
924
|
export {};
|
package/package.json
CHANGED