@atlaskit/tmp-editor-statsig 27.1.0 → 29.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 +18 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +7 -17
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +7 -17
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +7 -17
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 29.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d3d133a22950e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3d133a22950e) -
|
|
8
|
+
[CLEANUP] Cleanup platform_editor_ai_exp_suggestion_date_comma_delim
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 28.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`a040c03082274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a040c03082274) -
|
|
19
|
+
[ux] EDITOR-507 Clean up main nested tables experiment `platform_editor_nested_tables`
|
|
20
|
+
|
|
3
21
|
## 27.1.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -31,7 +31,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
31
31
|
advanced_layouts: false,
|
|
32
32
|
single_column_layouts: false,
|
|
33
33
|
support_table_in_comment_jira: false,
|
|
34
|
-
'nested-tables-in-tables': false,
|
|
35
34
|
platform_editor_ai_unsplash_page_header: false,
|
|
36
35
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
37
36
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
@@ -305,15 +305,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
305
305
|
values: ['control', 'test'],
|
|
306
306
|
defaultValue: 'control'
|
|
307
307
|
}),
|
|
308
|
-
// added 2024-11-06
|
|
309
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
310
|
-
'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
|
|
311
|
-
productKeys: {
|
|
312
|
-
confluence: 'platform_editor_nested_tables'
|
|
313
|
-
},
|
|
314
|
-
param: 'isEnabled',
|
|
315
|
-
defaultValue: false
|
|
316
|
-
}),
|
|
317
308
|
// Added 2024-11-26
|
|
318
309
|
platform_editor_ai_unsplash_page_header: (0, _experimentBuilders.createBooleanExperiment)({
|
|
319
310
|
productKeys: {
|
|
@@ -966,6 +957,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
966
957
|
param: 'isEnabled',
|
|
967
958
|
defaultValue: false
|
|
968
959
|
}),
|
|
960
|
+
platform_editor_flex_based_centering: (0, _experimentBuilders.createBooleanExperiment)({
|
|
961
|
+
productKeys: {
|
|
962
|
+
confluence: 'platform_editor_flex_based_centering'
|
|
963
|
+
},
|
|
964
|
+
param: 'isEnabled',
|
|
965
|
+
defaultValue: false
|
|
966
|
+
}),
|
|
969
967
|
// Added 2025-12-18
|
|
970
968
|
platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
971
969
|
productKeys: {
|
|
@@ -1050,14 +1048,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1050
1048
|
param: 'isEnabled',
|
|
1051
1049
|
defaultValue: false
|
|
1052
1050
|
}),
|
|
1053
|
-
// Added 2025-12-15
|
|
1054
|
-
platform_editor_ai_exp_suggestion_date_comma_delim: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1055
|
-
productKeys: {
|
|
1056
|
-
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1057
|
-
},
|
|
1058
|
-
param: 'isEnabled',
|
|
1059
|
-
defaultValue: false
|
|
1060
|
-
}),
|
|
1061
1051
|
platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1062
1052
|
productKeys: {
|
|
1063
1053
|
confluence: 'platform_editor_sel_toolbar_fix',
|
|
@@ -25,7 +25,6 @@ export const testBooleanOverrides = {
|
|
|
25
25
|
advanced_layouts: false,
|
|
26
26
|
single_column_layouts: false,
|
|
27
27
|
support_table_in_comment_jira: false,
|
|
28
|
-
'nested-tables-in-tables': false,
|
|
29
28
|
platform_editor_ai_unsplash_page_header: false,
|
|
30
29
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
31
30
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
@@ -299,15 +299,6 @@ export const editorExperimentsConfig = {
|
|
|
299
299
|
values: ['control', 'test'],
|
|
300
300
|
defaultValue: 'control'
|
|
301
301
|
}),
|
|
302
|
-
// added 2024-11-06
|
|
303
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
304
|
-
'nested-tables-in-tables': createBooleanExperiment({
|
|
305
|
-
productKeys: {
|
|
306
|
-
confluence: 'platform_editor_nested_tables'
|
|
307
|
-
},
|
|
308
|
-
param: 'isEnabled',
|
|
309
|
-
defaultValue: false
|
|
310
|
-
}),
|
|
311
302
|
// Added 2024-11-26
|
|
312
303
|
platform_editor_ai_unsplash_page_header: createBooleanExperiment({
|
|
313
304
|
productKeys: {
|
|
@@ -960,6 +951,13 @@ export const editorExperimentsConfig = {
|
|
|
960
951
|
param: 'isEnabled',
|
|
961
952
|
defaultValue: false
|
|
962
953
|
}),
|
|
954
|
+
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
955
|
+
productKeys: {
|
|
956
|
+
confluence: 'platform_editor_flex_based_centering'
|
|
957
|
+
},
|
|
958
|
+
param: 'isEnabled',
|
|
959
|
+
defaultValue: false
|
|
960
|
+
}),
|
|
963
961
|
// Added 2025-12-18
|
|
964
962
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
965
963
|
productKeys: {
|
|
@@ -1044,14 +1042,6 @@ export const editorExperimentsConfig = {
|
|
|
1044
1042
|
param: 'isEnabled',
|
|
1045
1043
|
defaultValue: false
|
|
1046
1044
|
}),
|
|
1047
|
-
// Added 2025-12-15
|
|
1048
|
-
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1049
|
-
productKeys: {
|
|
1050
|
-
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1051
|
-
},
|
|
1052
|
-
param: 'isEnabled',
|
|
1053
|
-
defaultValue: false
|
|
1054
|
-
}),
|
|
1055
1045
|
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1056
1046
|
productKeys: {
|
|
1057
1047
|
confluence: 'platform_editor_sel_toolbar_fix',
|
|
@@ -25,7 +25,6 @@ export var testBooleanOverrides = {
|
|
|
25
25
|
advanced_layouts: false,
|
|
26
26
|
single_column_layouts: false,
|
|
27
27
|
support_table_in_comment_jira: false,
|
|
28
|
-
'nested-tables-in-tables': false,
|
|
29
28
|
platform_editor_ai_unsplash_page_header: false,
|
|
30
29
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
31
30
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
@@ -299,15 +299,6 @@ export var editorExperimentsConfig = {
|
|
|
299
299
|
values: ['control', 'test'],
|
|
300
300
|
defaultValue: 'control'
|
|
301
301
|
}),
|
|
302
|
-
// added 2024-11-06
|
|
303
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
304
|
-
'nested-tables-in-tables': createBooleanExperiment({
|
|
305
|
-
productKeys: {
|
|
306
|
-
confluence: 'platform_editor_nested_tables'
|
|
307
|
-
},
|
|
308
|
-
param: 'isEnabled',
|
|
309
|
-
defaultValue: false
|
|
310
|
-
}),
|
|
311
302
|
// Added 2024-11-26
|
|
312
303
|
platform_editor_ai_unsplash_page_header: createBooleanExperiment({
|
|
313
304
|
productKeys: {
|
|
@@ -960,6 +951,13 @@ export var editorExperimentsConfig = {
|
|
|
960
951
|
param: 'isEnabled',
|
|
961
952
|
defaultValue: false
|
|
962
953
|
}),
|
|
954
|
+
platform_editor_flex_based_centering: createBooleanExperiment({
|
|
955
|
+
productKeys: {
|
|
956
|
+
confluence: 'platform_editor_flex_based_centering'
|
|
957
|
+
},
|
|
958
|
+
param: 'isEnabled',
|
|
959
|
+
defaultValue: false
|
|
960
|
+
}),
|
|
963
961
|
// Added 2025-12-18
|
|
964
962
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
965
963
|
productKeys: {
|
|
@@ -1044,14 +1042,6 @@ export var editorExperimentsConfig = {
|
|
|
1044
1042
|
param: 'isEnabled',
|
|
1045
1043
|
defaultValue: false
|
|
1046
1044
|
}),
|
|
1047
|
-
// Added 2025-12-15
|
|
1048
|
-
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1049
|
-
productKeys: {
|
|
1050
|
-
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1051
|
-
},
|
|
1052
|
-
param: 'isEnabled',
|
|
1053
|
-
defaultValue: false
|
|
1054
|
-
}),
|
|
1055
1045
|
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1056
1046
|
productKeys: {
|
|
1057
1047
|
confluence: 'platform_editor_sel_toolbar_fix',
|
|
@@ -112,6 +112,12 @@ export declare const editorExperimentsConfig: {
|
|
|
112
112
|
productKeys?: ProductKeys;
|
|
113
113
|
typeGuard: IsBooleanType;
|
|
114
114
|
};
|
|
115
|
+
platform_editor_flex_based_centering: {
|
|
116
|
+
defaultValue: boolean;
|
|
117
|
+
param: string;
|
|
118
|
+
productKeys?: ProductKeys;
|
|
119
|
+
typeGuard: IsBooleanType;
|
|
120
|
+
};
|
|
115
121
|
platform_editor_render_bodied_extension_as_inline: {
|
|
116
122
|
defaultValue: boolean;
|
|
117
123
|
param: string;
|
|
@@ -209,12 +215,6 @@ export declare const editorExperimentsConfig: {
|
|
|
209
215
|
productKeys?: ProductKeys;
|
|
210
216
|
typeGuard: IsBooleanType;
|
|
211
217
|
};
|
|
212
|
-
'nested-tables-in-tables': {
|
|
213
|
-
defaultValue: boolean;
|
|
214
|
-
param: string;
|
|
215
|
-
productKeys?: ProductKeys;
|
|
216
|
-
typeGuard: IsBooleanType;
|
|
217
|
-
};
|
|
218
218
|
platform_editor_add_aria_checked_to_inline_img_btn: {
|
|
219
219
|
defaultValue: boolean;
|
|
220
220
|
param: string;
|
|
@@ -785,12 +785,6 @@ export declare const editorExperimentsConfig: {
|
|
|
785
785
|
productKeys?: ProductKeys;
|
|
786
786
|
typeGuard: IsBooleanType;
|
|
787
787
|
};
|
|
788
|
-
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
789
|
-
defaultValue: boolean;
|
|
790
|
-
param: string;
|
|
791
|
-
productKeys?: ProductKeys;
|
|
792
|
-
typeGuard: IsBooleanType;
|
|
793
|
-
};
|
|
794
788
|
platform_editor_sel_toolbar_fix: {
|
|
795
789
|
defaultValue: boolean;
|
|
796
790
|
param: string;
|
|
@@ -112,6 +112,12 @@ export declare const editorExperimentsConfig: {
|
|
|
112
112
|
productKeys?: ProductKeys;
|
|
113
113
|
typeGuard: IsBooleanType;
|
|
114
114
|
};
|
|
115
|
+
platform_editor_flex_based_centering: {
|
|
116
|
+
defaultValue: boolean;
|
|
117
|
+
param: string;
|
|
118
|
+
productKeys?: ProductKeys;
|
|
119
|
+
typeGuard: IsBooleanType;
|
|
120
|
+
};
|
|
115
121
|
platform_editor_render_bodied_extension_as_inline: {
|
|
116
122
|
defaultValue: boolean;
|
|
117
123
|
param: string;
|
|
@@ -209,12 +215,6 @@ export declare const editorExperimentsConfig: {
|
|
|
209
215
|
productKeys?: ProductKeys;
|
|
210
216
|
typeGuard: IsBooleanType;
|
|
211
217
|
};
|
|
212
|
-
'nested-tables-in-tables': {
|
|
213
|
-
defaultValue: boolean;
|
|
214
|
-
param: string;
|
|
215
|
-
productKeys?: ProductKeys;
|
|
216
|
-
typeGuard: IsBooleanType;
|
|
217
|
-
};
|
|
218
218
|
platform_editor_add_aria_checked_to_inline_img_btn: {
|
|
219
219
|
defaultValue: boolean;
|
|
220
220
|
param: string;
|
|
@@ -785,12 +785,6 @@ export declare const editorExperimentsConfig: {
|
|
|
785
785
|
productKeys?: ProductKeys;
|
|
786
786
|
typeGuard: IsBooleanType;
|
|
787
787
|
};
|
|
788
|
-
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
789
|
-
defaultValue: boolean;
|
|
790
|
-
param: string;
|
|
791
|
-
productKeys?: ProductKeys;
|
|
792
|
-
typeGuard: IsBooleanType;
|
|
793
|
-
};
|
|
794
788
|
platform_editor_sel_toolbar_fix: {
|
|
795
789
|
defaultValue: boolean;
|
|
796
790
|
param: string;
|
package/package.json
CHANGED