@atlaskit/tmp-editor-statsig 12.13.0 → 12.15.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/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +32 -0
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +32 -0
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +32 -0
- package/dist/types/experiments-config.d.ts +24 -0
- package/dist/types-ts4.5/experiments-config.d.ts +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`66414cddf2784`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/66414cddf2784) -
|
|
8
|
+
Add new platform_editor_toolbar_aifc_fix_editor_view experiment, replace destructured objects with
|
|
9
|
+
direct property access
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`f31129999be36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f31129999be36) -
|
|
14
|
+
Add improve writing on paste AA test
|
|
15
|
+
|
|
16
|
+
## 12.14.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`345a4e1939d12`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/345a4e1939d12) -
|
|
21
|
+
[ux] [ED-28733] Add responsiveness support for selection toolbar
|
|
22
|
+
- [`68424716235d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/68424716235d0) -
|
|
23
|
+
[ux] EDITOR-1156 Allow checkbox in blockTaskItem node to be selected with keyboard arrows
|
|
24
|
+
|
|
3
25
|
## 12.13.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -64,5 +64,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
64
64
|
platform_editor_toggle_expand_on_match_found: false,
|
|
65
65
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
66
66
|
cc_improve_writing_on_paste: false,
|
|
67
|
+
cc_improve_writing_on_paste_aa: false,
|
|
67
68
|
platform_editor_ai_aifc: false
|
|
68
69
|
};
|
|
@@ -160,6 +160,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
160
160
|
values: ['control', 'test'],
|
|
161
161
|
defaultValue: 'control'
|
|
162
162
|
}),
|
|
163
|
+
platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
|
|
164
|
+
productKeys: {
|
|
165
|
+
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
166
|
+
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
167
|
+
},
|
|
168
|
+
param: 'isEnabled',
|
|
169
|
+
defaultValue: false
|
|
170
|
+
}),
|
|
163
171
|
// added 2024-11-06
|
|
164
172
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
165
173
|
'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -726,6 +734,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
726
734
|
param: 'isEnabled',
|
|
727
735
|
defaultValue: false
|
|
728
736
|
}),
|
|
737
|
+
// Added 2025-09-08
|
|
738
|
+
platform_editor_blocktaskitem_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
739
|
+
productKeys: {
|
|
740
|
+
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
741
|
+
},
|
|
742
|
+
param: 'isEnabled',
|
|
743
|
+
defaultValue: false
|
|
744
|
+
}),
|
|
729
745
|
// Added 2025-08-06
|
|
730
746
|
cc_editor_limited_mode: (0, _experimentBuilders.createBooleanExperiment)({
|
|
731
747
|
productKeys: {
|
|
@@ -782,6 +798,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
782
798
|
param: 'isEnabled',
|
|
783
799
|
defaultValue: false
|
|
784
800
|
}),
|
|
801
|
+
// Added 2025-09-10
|
|
802
|
+
cc_improve_writing_on_paste_aa: (0, _experimentBuilders.createBooleanExperiment)({
|
|
803
|
+
productKeys: {
|
|
804
|
+
confluence: 'cc_improve_writing_on_paste_aa'
|
|
805
|
+
},
|
|
806
|
+
param: 'isEnabled',
|
|
807
|
+
defaultValue: false
|
|
808
|
+
}),
|
|
785
809
|
// Added 2025-08-18
|
|
786
810
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
787
811
|
productKeys: {
|
|
@@ -892,6 +916,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
892
916
|
param: 'isEnabled',
|
|
893
917
|
defaultValue: false
|
|
894
918
|
}),
|
|
919
|
+
// Added 2025-09-05
|
|
920
|
+
platform_editor_aifc_selection_toolbar_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
921
|
+
productKeys: {
|
|
922
|
+
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
923
|
+
},
|
|
924
|
+
param: 'isEnabled',
|
|
925
|
+
defaultValue: false
|
|
926
|
+
}),
|
|
895
927
|
// Added 03-09-2025
|
|
896
928
|
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
897
929
|
productKeys: {
|
|
@@ -154,6 +154,14 @@ export const editorExperimentsConfig = {
|
|
|
154
154
|
values: ['control', 'test'],
|
|
155
155
|
defaultValue: 'control'
|
|
156
156
|
}),
|
|
157
|
+
platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
|
|
158
|
+
productKeys: {
|
|
159
|
+
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
160
|
+
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
161
|
+
},
|
|
162
|
+
param: 'isEnabled',
|
|
163
|
+
defaultValue: false
|
|
164
|
+
}),
|
|
157
165
|
// added 2024-11-06
|
|
158
166
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
159
167
|
'nested-tables-in-tables': createBooleanExperiment({
|
|
@@ -720,6 +728,14 @@ export const editorExperimentsConfig = {
|
|
|
720
728
|
param: 'isEnabled',
|
|
721
729
|
defaultValue: false
|
|
722
730
|
}),
|
|
731
|
+
// Added 2025-09-08
|
|
732
|
+
platform_editor_blocktaskitem_patch_1: createBooleanExperiment({
|
|
733
|
+
productKeys: {
|
|
734
|
+
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
735
|
+
},
|
|
736
|
+
param: 'isEnabled',
|
|
737
|
+
defaultValue: false
|
|
738
|
+
}),
|
|
723
739
|
// Added 2025-08-06
|
|
724
740
|
cc_editor_limited_mode: createBooleanExperiment({
|
|
725
741
|
productKeys: {
|
|
@@ -776,6 +792,14 @@ export const editorExperimentsConfig = {
|
|
|
776
792
|
param: 'isEnabled',
|
|
777
793
|
defaultValue: false
|
|
778
794
|
}),
|
|
795
|
+
// Added 2025-09-10
|
|
796
|
+
cc_improve_writing_on_paste_aa: createBooleanExperiment({
|
|
797
|
+
productKeys: {
|
|
798
|
+
confluence: 'cc_improve_writing_on_paste_aa'
|
|
799
|
+
},
|
|
800
|
+
param: 'isEnabled',
|
|
801
|
+
defaultValue: false
|
|
802
|
+
}),
|
|
779
803
|
// Added 2025-08-18
|
|
780
804
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
781
805
|
productKeys: {
|
|
@@ -886,6 +910,14 @@ export const editorExperimentsConfig = {
|
|
|
886
910
|
param: 'isEnabled',
|
|
887
911
|
defaultValue: false
|
|
888
912
|
}),
|
|
913
|
+
// Added 2025-09-05
|
|
914
|
+
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
915
|
+
productKeys: {
|
|
916
|
+
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
917
|
+
},
|
|
918
|
+
param: 'isEnabled',
|
|
919
|
+
defaultValue: false
|
|
920
|
+
}),
|
|
889
921
|
// Added 03-09-2025
|
|
890
922
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
891
923
|
productKeys: {
|
|
@@ -154,6 +154,14 @@ export var editorExperimentsConfig = {
|
|
|
154
154
|
values: ['control', 'test'],
|
|
155
155
|
defaultValue: 'control'
|
|
156
156
|
}),
|
|
157
|
+
platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
|
|
158
|
+
productKeys: {
|
|
159
|
+
confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
|
|
160
|
+
jira: 'platform_editor_toolbar_aifc_fix_editor_view'
|
|
161
|
+
},
|
|
162
|
+
param: 'isEnabled',
|
|
163
|
+
defaultValue: false
|
|
164
|
+
}),
|
|
157
165
|
// added 2024-11-06
|
|
158
166
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
159
167
|
'nested-tables-in-tables': createBooleanExperiment({
|
|
@@ -720,6 +728,14 @@ export var editorExperimentsConfig = {
|
|
|
720
728
|
param: 'isEnabled',
|
|
721
729
|
defaultValue: false
|
|
722
730
|
}),
|
|
731
|
+
// Added 2025-09-08
|
|
732
|
+
platform_editor_blocktaskitem_patch_1: createBooleanExperiment({
|
|
733
|
+
productKeys: {
|
|
734
|
+
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
735
|
+
},
|
|
736
|
+
param: 'isEnabled',
|
|
737
|
+
defaultValue: false
|
|
738
|
+
}),
|
|
723
739
|
// Added 2025-08-06
|
|
724
740
|
cc_editor_limited_mode: createBooleanExperiment({
|
|
725
741
|
productKeys: {
|
|
@@ -776,6 +792,14 @@ export var editorExperimentsConfig = {
|
|
|
776
792
|
param: 'isEnabled',
|
|
777
793
|
defaultValue: false
|
|
778
794
|
}),
|
|
795
|
+
// Added 2025-09-10
|
|
796
|
+
cc_improve_writing_on_paste_aa: createBooleanExperiment({
|
|
797
|
+
productKeys: {
|
|
798
|
+
confluence: 'cc_improve_writing_on_paste_aa'
|
|
799
|
+
},
|
|
800
|
+
param: 'isEnabled',
|
|
801
|
+
defaultValue: false
|
|
802
|
+
}),
|
|
779
803
|
// Added 2025-08-18
|
|
780
804
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
781
805
|
productKeys: {
|
|
@@ -886,6 +910,14 @@ export var editorExperimentsConfig = {
|
|
|
886
910
|
param: 'isEnabled',
|
|
887
911
|
defaultValue: false
|
|
888
912
|
}),
|
|
913
|
+
// Added 2025-09-05
|
|
914
|
+
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
915
|
+
productKeys: {
|
|
916
|
+
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
917
|
+
},
|
|
918
|
+
param: 'isEnabled',
|
|
919
|
+
defaultValue: false
|
|
920
|
+
}),
|
|
889
921
|
// Added 03-09-2025
|
|
890
922
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
891
923
|
productKeys: {
|
|
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
|
|
|
115
115
|
param: string;
|
|
116
116
|
productKeys?: import("./types").ProductKeys;
|
|
117
117
|
};
|
|
118
|
+
platform_editor_toolbar_aifc_fix_editor_view: {
|
|
119
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
120
|
+
defaultValue: boolean;
|
|
121
|
+
param: string;
|
|
122
|
+
productKeys?: import("./types").ProductKeys;
|
|
123
|
+
};
|
|
118
124
|
'nested-tables-in-tables': {
|
|
119
125
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
120
126
|
defaultValue: boolean;
|
|
@@ -534,6 +540,12 @@ export declare const editorExperimentsConfig: {
|
|
|
534
540
|
param: string;
|
|
535
541
|
productKeys?: import("./types").ProductKeys;
|
|
536
542
|
};
|
|
543
|
+
platform_editor_blocktaskitem_patch_1: {
|
|
544
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
545
|
+
defaultValue: boolean;
|
|
546
|
+
param: string;
|
|
547
|
+
productKeys?: import("./types").ProductKeys;
|
|
548
|
+
};
|
|
537
549
|
cc_editor_limited_mode: {
|
|
538
550
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
539
551
|
defaultValue: boolean;
|
|
@@ -576,6 +588,12 @@ export declare const editorExperimentsConfig: {
|
|
|
576
588
|
param: string;
|
|
577
589
|
productKeys?: import("./types").ProductKeys;
|
|
578
590
|
};
|
|
591
|
+
cc_improve_writing_on_paste_aa: {
|
|
592
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
593
|
+
defaultValue: boolean;
|
|
594
|
+
param: string;
|
|
595
|
+
productKeys?: import("./types").ProductKeys;
|
|
596
|
+
};
|
|
579
597
|
platform_editor_locale_datepicker: {
|
|
580
598
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
581
599
|
defaultValue: boolean;
|
|
@@ -654,6 +672,12 @@ export declare const editorExperimentsConfig: {
|
|
|
654
672
|
param: string;
|
|
655
673
|
productKeys?: import("./types").ProductKeys;
|
|
656
674
|
};
|
|
675
|
+
platform_editor_aifc_selection_toolbar_responsive: {
|
|
676
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
677
|
+
defaultValue: boolean;
|
|
678
|
+
param: string;
|
|
679
|
+
productKeys?: import("./types").ProductKeys;
|
|
680
|
+
};
|
|
657
681
|
cc_editor_interactivity_monitoring: {
|
|
658
682
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
659
683
|
defaultValue: boolean;
|
|
@@ -115,6 +115,12 @@ export declare const editorExperimentsConfig: {
|
|
|
115
115
|
param: string;
|
|
116
116
|
productKeys?: import("./types").ProductKeys;
|
|
117
117
|
};
|
|
118
|
+
platform_editor_toolbar_aifc_fix_editor_view: {
|
|
119
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
120
|
+
defaultValue: boolean;
|
|
121
|
+
param: string;
|
|
122
|
+
productKeys?: import("./types").ProductKeys;
|
|
123
|
+
};
|
|
118
124
|
'nested-tables-in-tables': {
|
|
119
125
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
120
126
|
defaultValue: boolean;
|
|
@@ -534,6 +540,12 @@ export declare const editorExperimentsConfig: {
|
|
|
534
540
|
param: string;
|
|
535
541
|
productKeys?: import("./types").ProductKeys;
|
|
536
542
|
};
|
|
543
|
+
platform_editor_blocktaskitem_patch_1: {
|
|
544
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
545
|
+
defaultValue: boolean;
|
|
546
|
+
param: string;
|
|
547
|
+
productKeys?: import("./types").ProductKeys;
|
|
548
|
+
};
|
|
537
549
|
cc_editor_limited_mode: {
|
|
538
550
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
539
551
|
defaultValue: boolean;
|
|
@@ -576,6 +588,12 @@ export declare const editorExperimentsConfig: {
|
|
|
576
588
|
param: string;
|
|
577
589
|
productKeys?: import("./types").ProductKeys;
|
|
578
590
|
};
|
|
591
|
+
cc_improve_writing_on_paste_aa: {
|
|
592
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
593
|
+
defaultValue: boolean;
|
|
594
|
+
param: string;
|
|
595
|
+
productKeys?: import("./types").ProductKeys;
|
|
596
|
+
};
|
|
579
597
|
platform_editor_locale_datepicker: {
|
|
580
598
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
581
599
|
defaultValue: boolean;
|
|
@@ -654,6 +672,12 @@ export declare const editorExperimentsConfig: {
|
|
|
654
672
|
param: string;
|
|
655
673
|
productKeys?: import("./types").ProductKeys;
|
|
656
674
|
};
|
|
675
|
+
platform_editor_aifc_selection_toolbar_responsive: {
|
|
676
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
677
|
+
defaultValue: boolean;
|
|
678
|
+
param: string;
|
|
679
|
+
productKeys?: import("./types").ProductKeys;
|
|
680
|
+
};
|
|
657
681
|
cc_editor_interactivity_monitoring: {
|
|
658
682
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
659
683
|
defaultValue: boolean;
|
package/package.json
CHANGED