@atlaskit/tmp-editor-statsig 16.28.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 +14 -0
- package/dist/cjs/experiments-config.js +7 -16
- package/dist/es2019/experiments-config.js +7 -16
- package/dist/esm/experiments-config.js +7 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
3
17
|
## 16.28.0
|
|
4
18
|
|
|
5
19
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED