@atlaskit/tmp-editor-statsig 15.16.0 → 16.0.1
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 +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- 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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`019e34f92a799`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/019e34f92a799) -
|
|
8
|
+
Cleanup FG platform_editor_new_mentions_detection_logic
|
|
9
|
+
|
|
10
|
+
## 16.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`d03347df0aa57`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d03347df0aa57) -
|
|
15
|
+
[ux] Cleanup improve writing on paste experiment
|
|
16
|
+
|
|
3
17
|
## 15.16.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -59,7 +59,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
59
59
|
platform_editor_find_and_replace_improvements: false,
|
|
60
60
|
platform_editor_toggle_expand_on_match_found: false,
|
|
61
61
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
62
|
-
cc_improve_writing_on_paste_v2: false,
|
|
63
62
|
platform_editor_text_highlight_padding: false,
|
|
64
63
|
confluence_compact_text_format: false
|
|
65
64
|
};
|
|
@@ -838,14 +838,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
838
838
|
param: 'isEnabled',
|
|
839
839
|
defaultValue: false
|
|
840
840
|
}),
|
|
841
|
-
// Added 2025-09-16
|
|
842
|
-
cc_improve_writing_on_paste_v2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
843
|
-
productKeys: {
|
|
844
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
845
|
-
},
|
|
846
|
-
param: 'isEnabled',
|
|
847
|
-
defaultValue: false
|
|
848
|
-
}),
|
|
849
841
|
// Added 2025-08-18
|
|
850
842
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
851
843
|
productKeys: {
|
|
@@ -1028,14 +1020,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1028
1020
|
param: 'isEnabled',
|
|
1029
1021
|
defaultValue: false
|
|
1030
1022
|
}),
|
|
1031
|
-
// Added 2025-10-15
|
|
1032
|
-
platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1033
|
-
productKeys: {
|
|
1034
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1035
|
-
},
|
|
1036
|
-
param: 'isEnabled',
|
|
1037
|
-
defaultValue: false
|
|
1038
|
-
}),
|
|
1039
1023
|
// Added 2025-10-20
|
|
1040
1024
|
confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1041
1025
|
productKeys: {
|
|
@@ -53,7 +53,6 @@ export const testBooleanOverrides = {
|
|
|
53
53
|
platform_editor_find_and_replace_improvements: false,
|
|
54
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
55
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
56
|
-
cc_improve_writing_on_paste_v2: false,
|
|
57
56
|
platform_editor_text_highlight_padding: false,
|
|
58
57
|
confluence_compact_text_format: false
|
|
59
58
|
};
|
|
@@ -832,14 +832,6 @@ export const editorExperimentsConfig = {
|
|
|
832
832
|
param: 'isEnabled',
|
|
833
833
|
defaultValue: false
|
|
834
834
|
}),
|
|
835
|
-
// Added 2025-09-16
|
|
836
|
-
cc_improve_writing_on_paste_v2: createBooleanExperiment({
|
|
837
|
-
productKeys: {
|
|
838
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
839
|
-
},
|
|
840
|
-
param: 'isEnabled',
|
|
841
|
-
defaultValue: false
|
|
842
|
-
}),
|
|
843
835
|
// Added 2025-08-18
|
|
844
836
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
845
837
|
productKeys: {
|
|
@@ -1022,14 +1014,6 @@ export const editorExperimentsConfig = {
|
|
|
1022
1014
|
param: 'isEnabled',
|
|
1023
1015
|
defaultValue: false
|
|
1024
1016
|
}),
|
|
1025
|
-
// Added 2025-10-15
|
|
1026
|
-
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1027
|
-
productKeys: {
|
|
1028
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1029
|
-
},
|
|
1030
|
-
param: 'isEnabled',
|
|
1031
|
-
defaultValue: false
|
|
1032
|
-
}),
|
|
1033
1017
|
// Added 2025-10-20
|
|
1034
1018
|
confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
|
|
1035
1019
|
productKeys: {
|
|
@@ -53,7 +53,6 @@ export var testBooleanOverrides = {
|
|
|
53
53
|
platform_editor_find_and_replace_improvements: false,
|
|
54
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
55
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
56
|
-
cc_improve_writing_on_paste_v2: false,
|
|
57
56
|
platform_editor_text_highlight_padding: false,
|
|
58
57
|
confluence_compact_text_format: false
|
|
59
58
|
};
|
|
@@ -832,14 +832,6 @@ export var editorExperimentsConfig = {
|
|
|
832
832
|
param: 'isEnabled',
|
|
833
833
|
defaultValue: false
|
|
834
834
|
}),
|
|
835
|
-
// Added 2025-09-16
|
|
836
|
-
cc_improve_writing_on_paste_v2: createBooleanExperiment({
|
|
837
|
-
productKeys: {
|
|
838
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
839
|
-
},
|
|
840
|
-
param: 'isEnabled',
|
|
841
|
-
defaultValue: false
|
|
842
|
-
}),
|
|
843
835
|
// Added 2025-08-18
|
|
844
836
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
845
837
|
productKeys: {
|
|
@@ -1022,14 +1014,6 @@ export var editorExperimentsConfig = {
|
|
|
1022
1014
|
param: 'isEnabled',
|
|
1023
1015
|
defaultValue: false
|
|
1024
1016
|
}),
|
|
1025
|
-
// Added 2025-10-15
|
|
1026
|
-
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1027
|
-
productKeys: {
|
|
1028
|
-
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1029
|
-
},
|
|
1030
|
-
param: 'isEnabled',
|
|
1031
|
-
defaultValue: false
|
|
1032
|
-
}),
|
|
1033
1017
|
// Added 2025-10-20
|
|
1034
1018
|
confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
|
|
1035
1019
|
productKeys: {
|
|
@@ -88,12 +88,6 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
-
cc_improve_writing_on_paste_v2: {
|
|
92
|
-
defaultValue: boolean;
|
|
93
|
-
param: string;
|
|
94
|
-
productKeys?: ProductKeys;
|
|
95
|
-
typeGuard: IsBooleanType;
|
|
96
|
-
};
|
|
97
91
|
comment_on_bodied_extensions: {
|
|
98
92
|
defaultValue: boolean;
|
|
99
93
|
param: string;
|
|
@@ -519,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
519
513
|
productKeys?: ProductKeys;
|
|
520
514
|
typeGuard: IsBooleanType;
|
|
521
515
|
};
|
|
522
|
-
platform_editor_new_mentions_detection_logic: {
|
|
523
|
-
defaultValue: boolean;
|
|
524
|
-
param: string;
|
|
525
|
-
productKeys?: ProductKeys;
|
|
526
|
-
typeGuard: IsBooleanType;
|
|
527
|
-
};
|
|
528
516
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
529
517
|
defaultValue: boolean;
|
|
530
518
|
param: string;
|
|
@@ -88,12 +88,6 @@ export declare const editorExperimentsConfig: {
|
|
|
88
88
|
productKeys?: ProductKeys;
|
|
89
89
|
typeGuard: IsBooleanType;
|
|
90
90
|
};
|
|
91
|
-
cc_improve_writing_on_paste_v2: {
|
|
92
|
-
defaultValue: boolean;
|
|
93
|
-
param: string;
|
|
94
|
-
productKeys?: ProductKeys;
|
|
95
|
-
typeGuard: IsBooleanType;
|
|
96
|
-
};
|
|
97
91
|
comment_on_bodied_extensions: {
|
|
98
92
|
defaultValue: boolean;
|
|
99
93
|
param: string;
|
|
@@ -519,12 +513,6 @@ export declare const editorExperimentsConfig: {
|
|
|
519
513
|
productKeys?: ProductKeys;
|
|
520
514
|
typeGuard: IsBooleanType;
|
|
521
515
|
};
|
|
522
|
-
platform_editor_new_mentions_detection_logic: {
|
|
523
|
-
defaultValue: boolean;
|
|
524
|
-
param: string;
|
|
525
|
-
productKeys?: ProductKeys;
|
|
526
|
-
typeGuard: IsBooleanType;
|
|
527
|
-
};
|
|
528
516
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
529
517
|
defaultValue: boolean;
|
|
530
518
|
param: string;
|
package/package.json
CHANGED