@atlaskit/tmp-editor-statsig 15.15.0 → 16.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 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -8
- 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
|
+
## 16.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d03347df0aa57`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d03347df0aa57) -
|
|
8
|
+
[ux] Cleanup improve writing on paste experiment
|
|
9
|
+
|
|
10
|
+
## 15.16.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`722f272e8b78f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/722f272e8b78f) -
|
|
15
|
+
Editor-2778 add editor_fix_embed_width_expand experiment to fix embed width issue in expand
|
|
16
|
+
|
|
3
17
|
## 15.15.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
|
};
|
|
@@ -461,6 +461,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
461
461
|
param: 'isEnabled',
|
|
462
462
|
defaultValue: false
|
|
463
463
|
}),
|
|
464
|
+
// Added 2025-12-17
|
|
465
|
+
editor_fix_embed_width_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
466
|
+
productKeys: {
|
|
467
|
+
confluence: 'editor_fix_embed_width_expand'
|
|
468
|
+
},
|
|
469
|
+
param: 'isEnabled',
|
|
470
|
+
defaultValue: false
|
|
471
|
+
}),
|
|
464
472
|
// Added 2025-05-07
|
|
465
473
|
platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
|
|
466
474
|
productKeys: {
|
|
@@ -830,14 +838,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
830
838
|
param: 'isEnabled',
|
|
831
839
|
defaultValue: false
|
|
832
840
|
}),
|
|
833
|
-
// Added 2025-09-16
|
|
834
|
-
cc_improve_writing_on_paste_v2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
835
|
-
productKeys: {
|
|
836
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
837
|
-
},
|
|
838
|
-
param: 'isEnabled',
|
|
839
|
-
defaultValue: false
|
|
840
|
-
}),
|
|
841
841
|
// Added 2025-08-18
|
|
842
842
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
843
843
|
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
|
};
|
|
@@ -455,6 +455,14 @@ export const editorExperimentsConfig = {
|
|
|
455
455
|
param: 'isEnabled',
|
|
456
456
|
defaultValue: false
|
|
457
457
|
}),
|
|
458
|
+
// Added 2025-12-17
|
|
459
|
+
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
460
|
+
productKeys: {
|
|
461
|
+
confluence: 'editor_fix_embed_width_expand'
|
|
462
|
+
},
|
|
463
|
+
param: 'isEnabled',
|
|
464
|
+
defaultValue: false
|
|
465
|
+
}),
|
|
458
466
|
// Added 2025-05-07
|
|
459
467
|
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
460
468
|
productKeys: {
|
|
@@ -824,14 +832,6 @@ export const editorExperimentsConfig = {
|
|
|
824
832
|
param: 'isEnabled',
|
|
825
833
|
defaultValue: false
|
|
826
834
|
}),
|
|
827
|
-
// Added 2025-09-16
|
|
828
|
-
cc_improve_writing_on_paste_v2: createBooleanExperiment({
|
|
829
|
-
productKeys: {
|
|
830
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
831
|
-
},
|
|
832
|
-
param: 'isEnabled',
|
|
833
|
-
defaultValue: false
|
|
834
|
-
}),
|
|
835
835
|
// Added 2025-08-18
|
|
836
836
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
837
837
|
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
|
};
|
|
@@ -455,6 +455,14 @@ export var editorExperimentsConfig = {
|
|
|
455
455
|
param: 'isEnabled',
|
|
456
456
|
defaultValue: false
|
|
457
457
|
}),
|
|
458
|
+
// Added 2025-12-17
|
|
459
|
+
editor_fix_embed_width_expand: createBooleanExperiment({
|
|
460
|
+
productKeys: {
|
|
461
|
+
confluence: 'editor_fix_embed_width_expand'
|
|
462
|
+
},
|
|
463
|
+
param: 'isEnabled',
|
|
464
|
+
defaultValue: false
|
|
465
|
+
}),
|
|
458
466
|
// Added 2025-05-07
|
|
459
467
|
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
460
468
|
productKeys: {
|
|
@@ -824,14 +832,6 @@ export var editorExperimentsConfig = {
|
|
|
824
832
|
param: 'isEnabled',
|
|
825
833
|
defaultValue: false
|
|
826
834
|
}),
|
|
827
|
-
// Added 2025-09-16
|
|
828
|
-
cc_improve_writing_on_paste_v2: createBooleanExperiment({
|
|
829
|
-
productKeys: {
|
|
830
|
-
confluence: 'cc_improve_writing_on_paste_v2'
|
|
831
|
-
},
|
|
832
|
-
param: 'isEnabled',
|
|
833
|
-
defaultValue: false
|
|
834
|
-
}),
|
|
835
835
|
// Added 2025-08-18
|
|
836
836
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
837
837
|
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;
|
|
@@ -633,6 +627,12 @@ export declare const editorExperimentsConfig: {
|
|
|
633
627
|
productKeys?: ProductKeys;
|
|
634
628
|
typeGuard: IsBooleanType;
|
|
635
629
|
};
|
|
630
|
+
editor_fix_embed_width_expand: {
|
|
631
|
+
defaultValue: boolean;
|
|
632
|
+
param: string;
|
|
633
|
+
productKeys?: ProductKeys;
|
|
634
|
+
typeGuard: IsBooleanType;
|
|
635
|
+
};
|
|
636
636
|
platform_editor_ssr_renderer: {
|
|
637
637
|
defaultValue: boolean;
|
|
638
638
|
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;
|
|
@@ -633,6 +627,12 @@ export declare const editorExperimentsConfig: {
|
|
|
633
627
|
productKeys?: ProductKeys;
|
|
634
628
|
typeGuard: IsBooleanType;
|
|
635
629
|
};
|
|
630
|
+
editor_fix_embed_width_expand: {
|
|
631
|
+
defaultValue: boolean;
|
|
632
|
+
param: string;
|
|
633
|
+
productKeys?: ProductKeys;
|
|
634
|
+
typeGuard: IsBooleanType;
|
|
635
|
+
};
|
|
636
636
|
platform_editor_ssr_renderer: {
|
|
637
637
|
defaultValue: boolean;
|
|
638
638
|
param: string;
|
package/package.json
CHANGED