@atlaskit/tmp-editor-statsig 12.32.0 → 13.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 +14 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -9
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`bd8df9c39d428`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd8df9c39d428) -
|
|
8
|
+
Removed refs to old experiment platform_editor_ai_aifc
|
|
9
|
+
|
|
10
|
+
## 12.33.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`20c74a7647d3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20c74a7647d3e) -
|
|
15
|
+
[ux] ED-29274 Add missing tooltip for toolbar buttons
|
|
16
|
+
|
|
3
17
|
## 12.32.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -64,6 +64,5 @@ 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_v2: false,
|
|
67
|
-
platform_editor_ai_aifc: false,
|
|
68
67
|
platform_editor_text_highlight_padding: false
|
|
69
68
|
};
|
|
@@ -662,15 +662,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
662
662
|
param: 'isEnabled',
|
|
663
663
|
defaultValue: false
|
|
664
664
|
}),
|
|
665
|
-
//Added 2025-08-13
|
|
666
|
-
platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
667
|
-
productKeys: {
|
|
668
|
-
jira: 'platform_editor_ai_aifc_jira',
|
|
669
|
-
confluence: 'platform_editor_ai_aifc_confluence'
|
|
670
|
-
},
|
|
671
|
-
param: 'isEnabled',
|
|
672
|
-
defaultValue: false
|
|
673
|
-
}),
|
|
674
665
|
// Added 2025-09-29
|
|
675
666
|
platform_editor_toolbar_aifc_selection_extension: (0, _experimentBuilders.createBooleanExperiment)({
|
|
676
667
|
productKeys: {
|
|
@@ -1089,5 +1080,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1089
1080
|
},
|
|
1090
1081
|
param: 'isEnabled',
|
|
1091
1082
|
defaultValue: false
|
|
1083
|
+
}),
|
|
1084
|
+
// Added 2025-09-26
|
|
1085
|
+
platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1086
|
+
productKeys: {
|
|
1087
|
+
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
1088
|
+
},
|
|
1089
|
+
param: 'isEnabled',
|
|
1090
|
+
defaultValue: false
|
|
1092
1091
|
})
|
|
1093
1092
|
};
|
|
@@ -58,6 +58,5 @@ export const testBooleanOverrides = {
|
|
|
58
58
|
platform_editor_toggle_expand_on_match_found: false,
|
|
59
59
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
60
|
cc_improve_writing_on_paste_v2: false,
|
|
61
|
-
platform_editor_ai_aifc: false,
|
|
62
61
|
platform_editor_text_highlight_padding: false
|
|
63
62
|
};
|
|
@@ -656,15 +656,6 @@ export const editorExperimentsConfig = {
|
|
|
656
656
|
param: 'isEnabled',
|
|
657
657
|
defaultValue: false
|
|
658
658
|
}),
|
|
659
|
-
//Added 2025-08-13
|
|
660
|
-
platform_editor_ai_aifc: createBooleanExperiment({
|
|
661
|
-
productKeys: {
|
|
662
|
-
jira: 'platform_editor_ai_aifc_jira',
|
|
663
|
-
confluence: 'platform_editor_ai_aifc_confluence'
|
|
664
|
-
},
|
|
665
|
-
param: 'isEnabled',
|
|
666
|
-
defaultValue: false
|
|
667
|
-
}),
|
|
668
659
|
// Added 2025-09-29
|
|
669
660
|
platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
|
|
670
661
|
productKeys: {
|
|
@@ -1083,5 +1074,13 @@ export const editorExperimentsConfig = {
|
|
|
1083
1074
|
},
|
|
1084
1075
|
param: 'isEnabled',
|
|
1085
1076
|
defaultValue: false
|
|
1077
|
+
}),
|
|
1078
|
+
// Added 2025-09-26
|
|
1079
|
+
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
1080
|
+
productKeys: {
|
|
1081
|
+
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
1082
|
+
},
|
|
1083
|
+
param: 'isEnabled',
|
|
1084
|
+
defaultValue: false
|
|
1086
1085
|
})
|
|
1087
1086
|
};
|
|
@@ -58,6 +58,5 @@ export var testBooleanOverrides = {
|
|
|
58
58
|
platform_editor_toggle_expand_on_match_found: false,
|
|
59
59
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
60
|
cc_improve_writing_on_paste_v2: false,
|
|
61
|
-
platform_editor_ai_aifc: false,
|
|
62
61
|
platform_editor_text_highlight_padding: false
|
|
63
62
|
};
|
|
@@ -656,15 +656,6 @@ export var editorExperimentsConfig = {
|
|
|
656
656
|
param: 'isEnabled',
|
|
657
657
|
defaultValue: false
|
|
658
658
|
}),
|
|
659
|
-
//Added 2025-08-13
|
|
660
|
-
platform_editor_ai_aifc: createBooleanExperiment({
|
|
661
|
-
productKeys: {
|
|
662
|
-
jira: 'platform_editor_ai_aifc_jira',
|
|
663
|
-
confluence: 'platform_editor_ai_aifc_confluence'
|
|
664
|
-
},
|
|
665
|
-
param: 'isEnabled',
|
|
666
|
-
defaultValue: false
|
|
667
|
-
}),
|
|
668
659
|
// Added 2025-09-29
|
|
669
660
|
platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
|
|
670
661
|
productKeys: {
|
|
@@ -1083,5 +1074,13 @@ export var editorExperimentsConfig = {
|
|
|
1083
1074
|
},
|
|
1084
1075
|
param: 'isEnabled',
|
|
1085
1076
|
defaultValue: false
|
|
1077
|
+
}),
|
|
1078
|
+
// Added 2025-09-26
|
|
1079
|
+
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
1080
|
+
productKeys: {
|
|
1081
|
+
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
1082
|
+
},
|
|
1083
|
+
param: 'isEnabled',
|
|
1084
|
+
defaultValue: false
|
|
1086
1085
|
})
|
|
1087
1086
|
};
|
|
@@ -487,12 +487,6 @@ export declare const editorExperimentsConfig: {
|
|
|
487
487
|
param: string;
|
|
488
488
|
productKeys?: import("./types").ProductKeys;
|
|
489
489
|
};
|
|
490
|
-
platform_editor_ai_aifc: {
|
|
491
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
492
|
-
defaultValue: boolean;
|
|
493
|
-
param: string;
|
|
494
|
-
productKeys?: import("./types").ProductKeys;
|
|
495
|
-
};
|
|
496
490
|
platform_editor_toolbar_aifc_selection_extension: {
|
|
497
491
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
498
492
|
defaultValue: boolean;
|
|
@@ -800,4 +794,10 @@ export declare const editorExperimentsConfig: {
|
|
|
800
794
|
param: string;
|
|
801
795
|
productKeys?: import("./types").ProductKeys;
|
|
802
796
|
};
|
|
797
|
+
platform_editor_toolbar_aifc_patch_6: {
|
|
798
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
799
|
+
defaultValue: boolean;
|
|
800
|
+
param: string;
|
|
801
|
+
productKeys?: import("./types").ProductKeys;
|
|
802
|
+
};
|
|
803
803
|
};
|
|
@@ -487,12 +487,6 @@ export declare const editorExperimentsConfig: {
|
|
|
487
487
|
param: string;
|
|
488
488
|
productKeys?: import("./types").ProductKeys;
|
|
489
489
|
};
|
|
490
|
-
platform_editor_ai_aifc: {
|
|
491
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
492
|
-
defaultValue: boolean;
|
|
493
|
-
param: string;
|
|
494
|
-
productKeys?: import("./types").ProductKeys;
|
|
495
|
-
};
|
|
496
490
|
platform_editor_toolbar_aifc_selection_extension: {
|
|
497
491
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
498
492
|
defaultValue: boolean;
|
|
@@ -800,4 +794,10 @@ export declare const editorExperimentsConfig: {
|
|
|
800
794
|
param: string;
|
|
801
795
|
productKeys?: import("./types").ProductKeys;
|
|
802
796
|
};
|
|
797
|
+
platform_editor_toolbar_aifc_patch_6: {
|
|
798
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
799
|
+
defaultValue: boolean;
|
|
800
|
+
param: string;
|
|
801
|
+
productKeys?: import("./types").ProductKeys;
|
|
802
|
+
};
|
|
803
803
|
};
|
package/package.json
CHANGED