@atlaskit/tmp-editor-statsig 13.1.0 → 13.2.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`dbff10f5a27ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbff10f5a27ee) -
|
|
8
|
+
[ux] [ED-29347] Refactors extension hover styles to pure CSS
|
|
9
|
+
- [`2e913b897ced3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e913b897ced3) -
|
|
10
|
+
[https://product-fabric.atlassian.net/browse/ED-29463](ED-29463) - clean up
|
|
11
|
+
platform_editor_media_card_vc_wrapper_attribute Statsig experiment
|
|
12
|
+
- [`a3254a75cdfb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3254a75cdfb7) -
|
|
13
|
+
[ED-29448] clean up experiment platform_editor_toolbar_aifc_patch_2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 13.1.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -26,7 +26,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
26
26
|
platform_editor_preview_panel_responsiveness: false,
|
|
27
27
|
platform_editor_renderer_breakout_fix: false,
|
|
28
28
|
platform_editor_toolbar_aifc: false,
|
|
29
|
-
platform_editor_media_card_vc_wrapper_attribute: false,
|
|
30
29
|
platform_editor_block_control_optimise_render: false,
|
|
31
30
|
'test-new-experiments-package': false,
|
|
32
31
|
support_table_in_comment: false,
|
|
@@ -22,13 +22,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
22
22
|
param: 'isEnabled',
|
|
23
23
|
defaultValue: false
|
|
24
24
|
}),
|
|
25
|
-
platform_editor_media_card_vc_wrapper_attribute: (0, _experimentBuilders.createBooleanExperiment)({
|
|
26
|
-
productKeys: {
|
|
27
|
-
confluence: 'platform_editor_media_card_vc_wrapper_attribute'
|
|
28
|
-
},
|
|
29
|
-
param: 'isEnabled',
|
|
30
|
-
defaultValue: false
|
|
31
|
-
}),
|
|
32
25
|
// Added 2025-07-24
|
|
33
26
|
editor_prevent_numbered_column_too_big_jira_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
34
27
|
productKeys: {
|
|
@@ -917,15 +910,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
917
910
|
values: ['control', 'test'],
|
|
918
911
|
defaultValue: 'control'
|
|
919
912
|
}),
|
|
920
|
-
// Added 2025-09-01
|
|
921
|
-
platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
922
|
-
productKeys: {
|
|
923
|
-
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
924
|
-
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
925
|
-
},
|
|
926
|
-
param: 'isEnabled',
|
|
927
|
-
defaultValue: false
|
|
928
|
-
}),
|
|
929
913
|
// Added 2025-09-08
|
|
930
914
|
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
931
915
|
productKeys: {
|
|
@@ -1072,6 +1056,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1072
1056
|
param: 'isEnabled',
|
|
1073
1057
|
defaultValue: false
|
|
1074
1058
|
}),
|
|
1059
|
+
// Added 2025-09-23
|
|
1060
|
+
cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1061
|
+
productKeys: {
|
|
1062
|
+
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
1063
|
+
},
|
|
1064
|
+
param: 'isEnabled',
|
|
1065
|
+
defaultValue: false
|
|
1066
|
+
}),
|
|
1075
1067
|
// Added 2025-09-26
|
|
1076
1068
|
platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1077
1069
|
productKeys: {
|
|
@@ -20,7 +20,6 @@ export const testBooleanOverrides = {
|
|
|
20
20
|
platform_editor_preview_panel_responsiveness: false,
|
|
21
21
|
platform_editor_renderer_breakout_fix: false,
|
|
22
22
|
platform_editor_toolbar_aifc: false,
|
|
23
|
-
platform_editor_media_card_vc_wrapper_attribute: false,
|
|
24
23
|
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
support_table_in_comment: false,
|
|
@@ -16,13 +16,6 @@ export const editorExperimentsConfig = {
|
|
|
16
16
|
param: 'isEnabled',
|
|
17
17
|
defaultValue: false
|
|
18
18
|
}),
|
|
19
|
-
platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
|
|
20
|
-
productKeys: {
|
|
21
|
-
confluence: 'platform_editor_media_card_vc_wrapper_attribute'
|
|
22
|
-
},
|
|
23
|
-
param: 'isEnabled',
|
|
24
|
-
defaultValue: false
|
|
25
|
-
}),
|
|
26
19
|
// Added 2025-07-24
|
|
27
20
|
editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
|
|
28
21
|
productKeys: {
|
|
@@ -911,15 +904,6 @@ export const editorExperimentsConfig = {
|
|
|
911
904
|
values: ['control', 'test'],
|
|
912
905
|
defaultValue: 'control'
|
|
913
906
|
}),
|
|
914
|
-
// Added 2025-09-01
|
|
915
|
-
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
916
|
-
productKeys: {
|
|
917
|
-
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
918
|
-
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
919
|
-
},
|
|
920
|
-
param: 'isEnabled',
|
|
921
|
-
defaultValue: false
|
|
922
|
-
}),
|
|
923
907
|
// Added 2025-09-08
|
|
924
908
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
925
909
|
productKeys: {
|
|
@@ -1066,6 +1050,14 @@ export const editorExperimentsConfig = {
|
|
|
1066
1050
|
param: 'isEnabled',
|
|
1067
1051
|
defaultValue: false
|
|
1068
1052
|
}),
|
|
1053
|
+
// Added 2025-09-23
|
|
1054
|
+
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
1055
|
+
productKeys: {
|
|
1056
|
+
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
1057
|
+
},
|
|
1058
|
+
param: 'isEnabled',
|
|
1059
|
+
defaultValue: false
|
|
1060
|
+
}),
|
|
1069
1061
|
// Added 2025-09-26
|
|
1070
1062
|
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
1071
1063
|
productKeys: {
|
|
@@ -20,7 +20,6 @@ export var testBooleanOverrides = {
|
|
|
20
20
|
platform_editor_preview_panel_responsiveness: false,
|
|
21
21
|
platform_editor_renderer_breakout_fix: false,
|
|
22
22
|
platform_editor_toolbar_aifc: false,
|
|
23
|
-
platform_editor_media_card_vc_wrapper_attribute: false,
|
|
24
23
|
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
support_table_in_comment: false,
|
|
@@ -16,13 +16,6 @@ export var editorExperimentsConfig = {
|
|
|
16
16
|
param: 'isEnabled',
|
|
17
17
|
defaultValue: false
|
|
18
18
|
}),
|
|
19
|
-
platform_editor_media_card_vc_wrapper_attribute: createBooleanExperiment({
|
|
20
|
-
productKeys: {
|
|
21
|
-
confluence: 'platform_editor_media_card_vc_wrapper_attribute'
|
|
22
|
-
},
|
|
23
|
-
param: 'isEnabled',
|
|
24
|
-
defaultValue: false
|
|
25
|
-
}),
|
|
26
19
|
// Added 2025-07-24
|
|
27
20
|
editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
|
|
28
21
|
productKeys: {
|
|
@@ -911,15 +904,6 @@ export var editorExperimentsConfig = {
|
|
|
911
904
|
values: ['control', 'test'],
|
|
912
905
|
defaultValue: 'control'
|
|
913
906
|
}),
|
|
914
|
-
// Added 2025-09-01
|
|
915
|
-
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
916
|
-
productKeys: {
|
|
917
|
-
confluence: 'platform_editor_toolbar_aifc_patch_2',
|
|
918
|
-
jira: 'platform_editor_toolbar_aifc_patch_2'
|
|
919
|
-
},
|
|
920
|
-
param: 'isEnabled',
|
|
921
|
-
defaultValue: false
|
|
922
|
-
}),
|
|
923
907
|
// Added 2025-09-08
|
|
924
908
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
925
909
|
productKeys: {
|
|
@@ -1066,6 +1050,14 @@ export var editorExperimentsConfig = {
|
|
|
1066
1050
|
param: 'isEnabled',
|
|
1067
1051
|
defaultValue: false
|
|
1068
1052
|
}),
|
|
1053
|
+
// Added 2025-09-23
|
|
1054
|
+
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
1055
|
+
productKeys: {
|
|
1056
|
+
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
1057
|
+
},
|
|
1058
|
+
param: 'isEnabled',
|
|
1059
|
+
defaultValue: false
|
|
1060
|
+
}),
|
|
1069
1061
|
// Added 2025-09-26
|
|
1070
1062
|
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
1071
1063
|
productKeys: {
|
|
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
|
|
|
11
11
|
param: string;
|
|
12
12
|
productKeys?: import("./types").ProductKeys;
|
|
13
13
|
};
|
|
14
|
-
platform_editor_media_card_vc_wrapper_attribute: {
|
|
15
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
16
|
-
defaultValue: boolean;
|
|
17
|
-
param: string;
|
|
18
|
-
productKeys?: import("./types").ProductKeys;
|
|
19
|
-
};
|
|
20
14
|
editor_prevent_numbered_column_too_big_jira_1: {
|
|
21
15
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
22
16
|
defaultValue: boolean;
|
|
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
param: string;
|
|
675
669
|
productKeys?: import("./types").ProductKeys;
|
|
676
670
|
};
|
|
677
|
-
platform_editor_toolbar_aifc_patch_2: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
671
|
platform_editor_editor_width_analytics: {
|
|
684
672
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
673
|
defaultValue: boolean;
|
|
@@ -788,6 +776,12 @@ export declare const editorExperimentsConfig: {
|
|
|
788
776
|
param: string;
|
|
789
777
|
productKeys?: import("./types").ProductKeys;
|
|
790
778
|
};
|
|
779
|
+
cc_editor_ttvc_release_bundle_one: {
|
|
780
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
781
|
+
defaultValue: boolean;
|
|
782
|
+
param: string;
|
|
783
|
+
productKeys?: import("./types").ProductKeys;
|
|
784
|
+
};
|
|
791
785
|
platform_editor_toolbar_aifc_patch_6: {
|
|
792
786
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
793
787
|
defaultValue: boolean;
|
|
@@ -11,12 +11,6 @@ export declare const editorExperimentsConfig: {
|
|
|
11
11
|
param: string;
|
|
12
12
|
productKeys?: import("./types").ProductKeys;
|
|
13
13
|
};
|
|
14
|
-
platform_editor_media_card_vc_wrapper_attribute: {
|
|
15
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
16
|
-
defaultValue: boolean;
|
|
17
|
-
param: string;
|
|
18
|
-
productKeys?: import("./types").ProductKeys;
|
|
19
|
-
};
|
|
20
14
|
editor_prevent_numbered_column_too_big_jira_1: {
|
|
21
15
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
22
16
|
defaultValue: boolean;
|
|
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
param: string;
|
|
675
669
|
productKeys?: import("./types").ProductKeys;
|
|
676
670
|
};
|
|
677
|
-
platform_editor_toolbar_aifc_patch_2: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
671
|
platform_editor_editor_width_analytics: {
|
|
684
672
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
673
|
defaultValue: boolean;
|
|
@@ -788,6 +776,12 @@ export declare const editorExperimentsConfig: {
|
|
|
788
776
|
param: string;
|
|
789
777
|
productKeys?: import("./types").ProductKeys;
|
|
790
778
|
};
|
|
779
|
+
cc_editor_ttvc_release_bundle_one: {
|
|
780
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
781
|
+
defaultValue: boolean;
|
|
782
|
+
param: string;
|
|
783
|
+
productKeys?: import("./types").ProductKeys;
|
|
784
|
+
};
|
|
791
785
|
platform_editor_toolbar_aifc_patch_6: {
|
|
792
786
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
793
787
|
defaultValue: boolean;
|
package/package.json
CHANGED