@atlaskit/tmp-editor-statsig 15.7.0 → 15.8.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +8 -21
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +8 -21
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +8 -21
- package/dist/types/experiments-config.d.ts +6 -14
- package/dist/types-ts4.5/experiments-config.d.ts +6 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8677e7b660127`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8677e7b660127) -
|
|
8
|
+
EDITOR-3792 Rollup max width changes previously gated with editor_tinymce_full_width_mode into
|
|
9
|
+
combined frontend/backend flag confluence_max_width_content_appearance
|
|
10
|
+
|
|
11
|
+
## 15.7.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`d94330c37d126`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94330c37d126) -
|
|
16
|
+
tidy up ff platform_editor_disable_table_overflow_shadows
|
|
17
|
+
|
|
3
18
|
## 15.7.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -9,7 +9,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
9
9
|
'platform_editor_ai-prompts-placeholder': 'control',
|
|
10
10
|
platform_editor_ai_proactive_ai_nudge_parameters: 'control',
|
|
11
11
|
platform_editor_controls: 'control',
|
|
12
|
-
confluence_whiteboards_quick_insert_aa: 'control',
|
|
13
12
|
confluence_whiteboards_quick_insert: 'control',
|
|
14
13
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
15
14
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
@@ -23,7 +22,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
23
22
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
24
23
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
25
24
|
cc_editor_insm_outlier_events: 'test',
|
|
26
|
-
platform_editor_disable_table_overflow_shadows: 'control',
|
|
27
25
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
28
26
|
platform_editor_table_sticky_header_improvements: 'control',
|
|
29
27
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
@@ -69,6 +69,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
69
69
|
param: 'isEnabled',
|
|
70
70
|
defaultValue: false
|
|
71
71
|
}),
|
|
72
|
+
// Added 2025-12-10
|
|
73
|
+
confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
|
|
74
|
+
productKeys: {
|
|
75
|
+
confluence: 'confluence_max_width_content_appearance'
|
|
76
|
+
},
|
|
77
|
+
param: 'isEnabled',
|
|
78
|
+
defaultValue: false
|
|
79
|
+
}),
|
|
72
80
|
cc_editor_insm_doc_size_stats: (0, _experimentBuilders.createBooleanExperiment)({
|
|
73
81
|
productKeys: {
|
|
74
82
|
confluence: 'cc_editor_insm_doc_size_stats'
|
|
@@ -93,18 +101,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
93
101
|
param: 'isEnabled',
|
|
94
102
|
defaultValue: false
|
|
95
103
|
}),
|
|
96
|
-
// Added 2025-09-30
|
|
97
|
-
// variant 1: remove table overflow shadows completely, no table border shown when scrolling.
|
|
98
|
-
// variant 2: remove table overflow shadows, show table border when scrolling.
|
|
99
|
-
// variant 3: replace table overflow shadows with CSS-only solution.
|
|
100
|
-
platform_editor_disable_table_overflow_shadows: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
101
|
-
productKeys: {
|
|
102
|
-
confluence: 'platform_editor_disable_table_overflow_shadows'
|
|
103
|
-
},
|
|
104
|
-
param: 'cohort',
|
|
105
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
106
|
-
defaultValue: 'control'
|
|
107
|
-
}),
|
|
108
104
|
// Added 2025-11-26
|
|
109
105
|
platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
|
|
110
106
|
productKeys: {
|
|
@@ -515,15 +511,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
515
511
|
param: 'isEnabled',
|
|
516
512
|
defaultValue: false
|
|
517
513
|
}),
|
|
518
|
-
// Added 2025-06-20
|
|
519
|
-
confluence_whiteboards_quick_insert_aa: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
520
|
-
productKeys: {
|
|
521
|
-
confluence: 'confluence_whiteboards_quick_insert_aa'
|
|
522
|
-
},
|
|
523
|
-
param: 'cohort',
|
|
524
|
-
values: ['control', 'test_blank', 'test_diagram'],
|
|
525
|
-
defaultValue: 'control'
|
|
526
|
-
}),
|
|
527
514
|
// Added 2025-06-24
|
|
528
515
|
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
529
516
|
productKeys: {
|
|
@@ -3,7 +3,6 @@ export const testMultivariateOverrides = {
|
|
|
3
3
|
'platform_editor_ai-prompts-placeholder': 'control',
|
|
4
4
|
platform_editor_ai_proactive_ai_nudge_parameters: 'control',
|
|
5
5
|
platform_editor_controls: 'control',
|
|
6
|
-
confluence_whiteboards_quick_insert_aa: 'control',
|
|
7
6
|
confluence_whiteboards_quick_insert: 'control',
|
|
8
7
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
9
8
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
@@ -17,7 +16,6 @@ export const testMultivariateOverrides = {
|
|
|
17
16
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
18
17
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
19
18
|
cc_editor_insm_outlier_events: 'test',
|
|
20
|
-
platform_editor_disable_table_overflow_shadows: 'control',
|
|
21
19
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
22
20
|
platform_editor_table_sticky_header_improvements: 'control',
|
|
23
21
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
@@ -63,6 +63,14 @@ export const editorExperimentsConfig = {
|
|
|
63
63
|
param: 'isEnabled',
|
|
64
64
|
defaultValue: false
|
|
65
65
|
}),
|
|
66
|
+
// Added 2025-12-10
|
|
67
|
+
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
68
|
+
productKeys: {
|
|
69
|
+
confluence: 'confluence_max_width_content_appearance'
|
|
70
|
+
},
|
|
71
|
+
param: 'isEnabled',
|
|
72
|
+
defaultValue: false
|
|
73
|
+
}),
|
|
66
74
|
cc_editor_insm_doc_size_stats: createBooleanExperiment({
|
|
67
75
|
productKeys: {
|
|
68
76
|
confluence: 'cc_editor_insm_doc_size_stats'
|
|
@@ -87,18 +95,6 @@ export const editorExperimentsConfig = {
|
|
|
87
95
|
param: 'isEnabled',
|
|
88
96
|
defaultValue: false
|
|
89
97
|
}),
|
|
90
|
-
// Added 2025-09-30
|
|
91
|
-
// variant 1: remove table overflow shadows completely, no table border shown when scrolling.
|
|
92
|
-
// variant 2: remove table overflow shadows, show table border when scrolling.
|
|
93
|
-
// variant 3: replace table overflow shadows with CSS-only solution.
|
|
94
|
-
platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
|
|
95
|
-
productKeys: {
|
|
96
|
-
confluence: 'platform_editor_disable_table_overflow_shadows'
|
|
97
|
-
},
|
|
98
|
-
param: 'cohort',
|
|
99
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
100
|
-
defaultValue: 'control'
|
|
101
|
-
}),
|
|
102
98
|
// Added 2025-11-26
|
|
103
99
|
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
104
100
|
productKeys: {
|
|
@@ -509,15 +505,6 @@ export const editorExperimentsConfig = {
|
|
|
509
505
|
param: 'isEnabled',
|
|
510
506
|
defaultValue: false
|
|
511
507
|
}),
|
|
512
|
-
// Added 2025-06-20
|
|
513
|
-
confluence_whiteboards_quick_insert_aa: createMultivariateExperiment({
|
|
514
|
-
productKeys: {
|
|
515
|
-
confluence: 'confluence_whiteboards_quick_insert_aa'
|
|
516
|
-
},
|
|
517
|
-
param: 'cohort',
|
|
518
|
-
values: ['control', 'test_blank', 'test_diagram'],
|
|
519
|
-
defaultValue: 'control'
|
|
520
|
-
}),
|
|
521
508
|
// Added 2025-06-24
|
|
522
509
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
523
510
|
productKeys: {
|
|
@@ -3,7 +3,6 @@ export var testMultivariateOverrides = {
|
|
|
3
3
|
'platform_editor_ai-prompts-placeholder': 'control',
|
|
4
4
|
platform_editor_ai_proactive_ai_nudge_parameters: 'control',
|
|
5
5
|
platform_editor_controls: 'control',
|
|
6
|
-
confluence_whiteboards_quick_insert_aa: 'control',
|
|
7
6
|
confluence_whiteboards_quick_insert: 'control',
|
|
8
7
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
9
8
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
@@ -17,7 +16,6 @@ export var testMultivariateOverrides = {
|
|
|
17
16
|
platform_inline_smartcard_connect_button_exp: 'control',
|
|
18
17
|
confluence_content_mode_replace_dense_with_compact: 'control',
|
|
19
18
|
cc_editor_insm_outlier_events: 'test',
|
|
20
|
-
platform_editor_disable_table_overflow_shadows: 'control',
|
|
21
19
|
platform_editor_hoverlink_ui_fixes_exp: 'control',
|
|
22
20
|
platform_editor_table_sticky_header_improvements: 'control',
|
|
23
21
|
platform_sl_3p_unauth_paste_as_block_card: 'control'
|
|
@@ -63,6 +63,14 @@ export var editorExperimentsConfig = {
|
|
|
63
63
|
param: 'isEnabled',
|
|
64
64
|
defaultValue: false
|
|
65
65
|
}),
|
|
66
|
+
// Added 2025-12-10
|
|
67
|
+
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
68
|
+
productKeys: {
|
|
69
|
+
confluence: 'confluence_max_width_content_appearance'
|
|
70
|
+
},
|
|
71
|
+
param: 'isEnabled',
|
|
72
|
+
defaultValue: false
|
|
73
|
+
}),
|
|
66
74
|
cc_editor_insm_doc_size_stats: createBooleanExperiment({
|
|
67
75
|
productKeys: {
|
|
68
76
|
confluence: 'cc_editor_insm_doc_size_stats'
|
|
@@ -87,18 +95,6 @@ export var editorExperimentsConfig = {
|
|
|
87
95
|
param: 'isEnabled',
|
|
88
96
|
defaultValue: false
|
|
89
97
|
}),
|
|
90
|
-
// Added 2025-09-30
|
|
91
|
-
// variant 1: remove table overflow shadows completely, no table border shown when scrolling.
|
|
92
|
-
// variant 2: remove table overflow shadows, show table border when scrolling.
|
|
93
|
-
// variant 3: replace table overflow shadows with CSS-only solution.
|
|
94
|
-
platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
|
|
95
|
-
productKeys: {
|
|
96
|
-
confluence: 'platform_editor_disable_table_overflow_shadows'
|
|
97
|
-
},
|
|
98
|
-
param: 'cohort',
|
|
99
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
100
|
-
defaultValue: 'control'
|
|
101
|
-
}),
|
|
102
98
|
// Added 2025-11-26
|
|
103
99
|
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
104
100
|
productKeys: {
|
|
@@ -509,15 +505,6 @@ export var editorExperimentsConfig = {
|
|
|
509
505
|
param: 'isEnabled',
|
|
510
506
|
defaultValue: false
|
|
511
507
|
}),
|
|
512
|
-
// Added 2025-06-20
|
|
513
|
-
confluence_whiteboards_quick_insert_aa: createMultivariateExperiment({
|
|
514
|
-
productKeys: {
|
|
515
|
-
confluence: 'confluence_whiteboards_quick_insert_aa'
|
|
516
|
-
},
|
|
517
|
-
param: 'cohort',
|
|
518
|
-
values: ['control', 'test_blank', 'test_diagram'],
|
|
519
|
-
defaultValue: 'control'
|
|
520
|
-
}),
|
|
521
508
|
// Added 2025-06-24
|
|
522
509
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
523
510
|
productKeys: {
|
|
@@ -114,13 +114,6 @@ export declare const editorExperimentsConfig: {
|
|
|
114
114
|
typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
|
|
115
115
|
values: ('control' | 'test_blank' | 'test_diagram')[];
|
|
116
116
|
};
|
|
117
|
-
confluence_whiteboards_quick_insert_aa: {
|
|
118
|
-
defaultValue: 'control' | 'test_blank' | 'test_diagram';
|
|
119
|
-
param: string;
|
|
120
|
-
productKeys?: ProductKeys;
|
|
121
|
-
typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
|
|
122
|
-
values: ('control' | 'test_blank' | 'test_diagram')[];
|
|
123
|
-
};
|
|
124
117
|
confluence_whiteboards_quick_insert_localised: {
|
|
125
118
|
defaultValue: 'control' | 'test_blank' | 'test_diagram';
|
|
126
119
|
param: string;
|
|
@@ -165,6 +158,12 @@ export declare const editorExperimentsConfig: {
|
|
|
165
158
|
productKeys?: ProductKeys;
|
|
166
159
|
typeGuard: IsBooleanType;
|
|
167
160
|
};
|
|
161
|
+
confluence_max_width_content_appearance: {
|
|
162
|
+
defaultValue: boolean;
|
|
163
|
+
param: string;
|
|
164
|
+
productKeys?: ProductKeys;
|
|
165
|
+
typeGuard: IsBooleanType;
|
|
166
|
+
};
|
|
168
167
|
'example-boolean': {
|
|
169
168
|
defaultValue: boolean;
|
|
170
169
|
param: string;
|
|
@@ -346,13 +345,6 @@ export declare const editorExperimentsConfig: {
|
|
|
346
345
|
productKeys?: ProductKeys;
|
|
347
346
|
typeGuard: IsBooleanType;
|
|
348
347
|
};
|
|
349
|
-
platform_editor_disable_table_overflow_shadows: {
|
|
350
|
-
defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
351
|
-
param: string;
|
|
352
|
-
productKeys?: ProductKeys;
|
|
353
|
-
typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
354
|
-
values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
|
|
355
|
-
};
|
|
356
348
|
platform_editor_drag_handle_aria_label: {
|
|
357
349
|
defaultValue: boolean;
|
|
358
350
|
param: string;
|
|
@@ -114,13 +114,6 @@ export declare const editorExperimentsConfig: {
|
|
|
114
114
|
typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
|
|
115
115
|
values: ('control' | 'test_blank' | 'test_diagram')[];
|
|
116
116
|
};
|
|
117
|
-
confluence_whiteboards_quick_insert_aa: {
|
|
118
|
-
defaultValue: 'control' | 'test_blank' | 'test_diagram';
|
|
119
|
-
param: string;
|
|
120
|
-
productKeys?: ProductKeys;
|
|
121
|
-
typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
|
|
122
|
-
values: ('control' | 'test_blank' | 'test_diagram')[];
|
|
123
|
-
};
|
|
124
117
|
confluence_whiteboards_quick_insert_localised: {
|
|
125
118
|
defaultValue: 'control' | 'test_blank' | 'test_diagram';
|
|
126
119
|
param: string;
|
|
@@ -165,6 +158,12 @@ export declare const editorExperimentsConfig: {
|
|
|
165
158
|
productKeys?: ProductKeys;
|
|
166
159
|
typeGuard: IsBooleanType;
|
|
167
160
|
};
|
|
161
|
+
confluence_max_width_content_appearance: {
|
|
162
|
+
defaultValue: boolean;
|
|
163
|
+
param: string;
|
|
164
|
+
productKeys?: ProductKeys;
|
|
165
|
+
typeGuard: IsBooleanType;
|
|
166
|
+
};
|
|
168
167
|
'example-boolean': {
|
|
169
168
|
defaultValue: boolean;
|
|
170
169
|
param: string;
|
|
@@ -346,13 +345,6 @@ export declare const editorExperimentsConfig: {
|
|
|
346
345
|
productKeys?: ProductKeys;
|
|
347
346
|
typeGuard: IsBooleanType;
|
|
348
347
|
};
|
|
349
|
-
platform_editor_disable_table_overflow_shadows: {
|
|
350
|
-
defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
351
|
-
param: string;
|
|
352
|
-
productKeys?: ProductKeys;
|
|
353
|
-
typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
354
|
-
values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
|
|
355
|
-
};
|
|
356
348
|
platform_editor_drag_handle_aria_label: {
|
|
357
349
|
defaultValue: boolean;
|
|
358
350
|
param: string;
|
package/package.json
CHANGED