@atlaskit/tmp-editor-statsig 27.1.0 → 28.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -6
- package/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 28.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a040c03082274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a040c03082274) -
|
|
8
|
+
[ux] EDITOR-507 Clean up main nested tables experiment `platform_editor_nested_tables`
|
|
9
|
+
|
|
3
10
|
## 27.1.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -209,12 +209,6 @@ export declare const editorExperimentsConfig: {
|
|
|
209
209
|
productKeys?: ProductKeys;
|
|
210
210
|
typeGuard: IsBooleanType;
|
|
211
211
|
};
|
|
212
|
-
'nested-tables-in-tables': {
|
|
213
|
-
defaultValue: boolean;
|
|
214
|
-
param: string;
|
|
215
|
-
productKeys?: ProductKeys;
|
|
216
|
-
typeGuard: IsBooleanType;
|
|
217
|
-
};
|
|
218
212
|
platform_editor_add_aria_checked_to_inline_img_btn: {
|
|
219
213
|
defaultValue: boolean;
|
|
220
214
|
param: string;
|
|
@@ -209,12 +209,6 @@ export declare const editorExperimentsConfig: {
|
|
|
209
209
|
productKeys?: ProductKeys;
|
|
210
210
|
typeGuard: IsBooleanType;
|
|
211
211
|
};
|
|
212
|
-
'nested-tables-in-tables': {
|
|
213
|
-
defaultValue: boolean;
|
|
214
|
-
param: string;
|
|
215
|
-
productKeys?: ProductKeys;
|
|
216
|
-
typeGuard: IsBooleanType;
|
|
217
|
-
};
|
|
218
212
|
platform_editor_add_aria_checked_to_inline_img_btn: {
|
|
219
213
|
defaultValue: boolean;
|
|
220
214
|
param: string;
|
package/package.json
CHANGED