@atlaskit/tmp-editor-statsig 12.33.0 → 13.1.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 +19 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -18
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -18
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -18
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4ad69354a021d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ad69354a021d) -
|
|
8
|
+
Remove references to platform_editor_toolbar_aifc_patch_1 experiment, remove
|
|
9
|
+
useToolbarDropdownMenuOld export from @atlaskit/editor-toolbar package
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 13.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [`bd8df9c39d428`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd8df9c39d428) -
|
|
20
|
+
Removed refs to old experiment platform_editor_ai_aifc
|
|
21
|
+
|
|
3
22
|
## 12.33.0
|
|
4
23
|
|
|
5
24
|
### 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: {
|
|
@@ -908,15 +899,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
908
899
|
param: 'isEnabled',
|
|
909
900
|
defaultValue: false
|
|
910
901
|
}),
|
|
911
|
-
// Added 2025-08-26
|
|
912
|
-
platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
913
|
-
productKeys: {
|
|
914
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
915
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
916
|
-
},
|
|
917
|
-
param: 'isEnabled',
|
|
918
|
-
defaultValue: false
|
|
919
|
-
}),
|
|
920
902
|
// Added 2025-09-08
|
|
921
903
|
platform_editor_table_container_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
922
904
|
productKeys: {
|
|
@@ -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: {
|
|
@@ -902,15 +893,6 @@ export const editorExperimentsConfig = {
|
|
|
902
893
|
param: 'isEnabled',
|
|
903
894
|
defaultValue: false
|
|
904
895
|
}),
|
|
905
|
-
// Added 2025-08-26
|
|
906
|
-
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
907
|
-
productKeys: {
|
|
908
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
909
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
896
|
// Added 2025-09-08
|
|
915
897
|
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
916
898
|
productKeys: {
|
|
@@ -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: {
|
|
@@ -902,15 +893,6 @@ export var editorExperimentsConfig = {
|
|
|
902
893
|
param: 'isEnabled',
|
|
903
894
|
defaultValue: false
|
|
904
895
|
}),
|
|
905
|
-
// Added 2025-08-26
|
|
906
|
-
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
907
|
-
productKeys: {
|
|
908
|
-
confluence: 'platform_editor_toolbar_aifc_patch_1',
|
|
909
|
-
jira: 'platform_editor_toolbar_aifc_patch_1'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
896
|
// Added 2025-09-08
|
|
915
897
|
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
916
898
|
productKeys: {
|
|
@@ -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;
|
|
@@ -667,12 +661,6 @@ export declare const editorExperimentsConfig: {
|
|
|
667
661
|
param: string;
|
|
668
662
|
productKeys?: import("./types").ProductKeys;
|
|
669
663
|
};
|
|
670
|
-
platform_editor_toolbar_aifc_patch_1: {
|
|
671
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
672
|
-
defaultValue: boolean;
|
|
673
|
-
param: string;
|
|
674
|
-
productKeys?: import("./types").ProductKeys;
|
|
675
|
-
};
|
|
676
664
|
platform_editor_table_container_width_fix: {
|
|
677
665
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
678
666
|
defaultValue: boolean;
|
|
@@ -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;
|
|
@@ -667,12 +661,6 @@ export declare const editorExperimentsConfig: {
|
|
|
667
661
|
param: string;
|
|
668
662
|
productKeys?: import("./types").ProductKeys;
|
|
669
663
|
};
|
|
670
|
-
platform_editor_toolbar_aifc_patch_1: {
|
|
671
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
672
|
-
defaultValue: boolean;
|
|
673
|
-
param: string;
|
|
674
|
-
productKeys?: import("./types").ProductKeys;
|
|
675
|
-
};
|
|
676
664
|
platform_editor_table_container_width_fix: {
|
|
677
665
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
678
666
|
defaultValue: boolean;
|
package/package.json
CHANGED