@atlaskit/tmp-editor-statsig 12.9.0 → 12.10.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 +19 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +17 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +17 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +17 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`73bece405a55b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/73bece405a55b) -
|
|
8
|
+
[EDITOR-1433] Add editor_refactor_backspace_task_and_decisions experiment
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`c0656bad0f992`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c0656bad0f992) -
|
|
13
|
+
EDITOR-1389 fix table container width behind platform_editor_table_container_width_fix
|
|
14
|
+
|
|
15
|
+
## 12.9.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`88eddbfa8aadd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88eddbfa8aadd) -
|
|
20
|
+
clean up FF of static emotion for editor
|
|
21
|
+
|
|
3
22
|
## 12.9.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -49,7 +49,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
49
49
|
platform_editor_tables_table_selector: false,
|
|
50
50
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
51
|
platform_editor_stop_width_reflows: false,
|
|
52
|
-
platform_editor_core_static_emotion: false,
|
|
53
52
|
platform_editor_core_static_emotion_non_central: false,
|
|
54
53
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
55
54
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -319,14 +319,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
319
319
|
param: 'isEnabled',
|
|
320
320
|
defaultValue: false
|
|
321
321
|
}),
|
|
322
|
-
// Added 2025-05-08
|
|
323
|
-
platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
|
|
324
|
-
productKeys: {
|
|
325
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
326
|
-
},
|
|
327
|
-
param: 'isEnabled',
|
|
328
|
-
defaultValue: false
|
|
329
|
-
}),
|
|
330
322
|
// Added 2025-06-11
|
|
331
323
|
platform_editor_core_static_emotion_non_central: (0, _experimentBuilders.createBooleanExperiment)({
|
|
332
324
|
productKeys: {
|
|
@@ -609,6 +601,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
609
601
|
param: 'isEnabled',
|
|
610
602
|
defaultValue: false
|
|
611
603
|
}),
|
|
604
|
+
// Added 2025-09-04
|
|
605
|
+
editor_refactor_backspace_task_and_decisions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
606
|
+
productKeys: {
|
|
607
|
+
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
608
|
+
},
|
|
609
|
+
param: 'isEnabled',
|
|
610
|
+
defaultValue: false
|
|
611
|
+
}),
|
|
612
612
|
//Added 2025-07-16
|
|
613
613
|
platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
614
614
|
productKeys: {
|
|
@@ -849,6 +849,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
849
849
|
param: 'isEnabled',
|
|
850
850
|
defaultValue: false
|
|
851
851
|
}),
|
|
852
|
+
// Added 2025-09-08
|
|
853
|
+
platform_editor_table_container_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
854
|
+
productKeys: {
|
|
855
|
+
confluence: 'platform_editor_table_container_width_fix',
|
|
856
|
+
jira: 'platform_editor_table_container_width_fix'
|
|
857
|
+
},
|
|
858
|
+
param: 'isEnabled',
|
|
859
|
+
defaultValue: false
|
|
860
|
+
}),
|
|
852
861
|
// Added 2025-09-01
|
|
853
862
|
platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
|
|
854
863
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export const testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
45
|
platform_editor_stop_width_reflows: false,
|
|
46
|
-
platform_editor_core_static_emotion: false,
|
|
47
46
|
platform_editor_core_static_emotion_non_central: false,
|
|
48
47
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
49
48
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -313,14 +313,6 @@ export const editorExperimentsConfig = {
|
|
|
313
313
|
param: 'isEnabled',
|
|
314
314
|
defaultValue: false
|
|
315
315
|
}),
|
|
316
|
-
// Added 2025-05-08
|
|
317
|
-
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
318
|
-
productKeys: {
|
|
319
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
320
|
-
},
|
|
321
|
-
param: 'isEnabled',
|
|
322
|
-
defaultValue: false
|
|
323
|
-
}),
|
|
324
316
|
// Added 2025-06-11
|
|
325
317
|
platform_editor_core_static_emotion_non_central: createBooleanExperiment({
|
|
326
318
|
productKeys: {
|
|
@@ -603,6 +595,14 @@ export const editorExperimentsConfig = {
|
|
|
603
595
|
param: 'isEnabled',
|
|
604
596
|
defaultValue: false
|
|
605
597
|
}),
|
|
598
|
+
// Added 2025-09-04
|
|
599
|
+
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
600
|
+
productKeys: {
|
|
601
|
+
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
602
|
+
},
|
|
603
|
+
param: 'isEnabled',
|
|
604
|
+
defaultValue: false
|
|
605
|
+
}),
|
|
606
606
|
//Added 2025-07-16
|
|
607
607
|
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
608
608
|
productKeys: {
|
|
@@ -843,6 +843,15 @@ export const editorExperimentsConfig = {
|
|
|
843
843
|
param: 'isEnabled',
|
|
844
844
|
defaultValue: false
|
|
845
845
|
}),
|
|
846
|
+
// Added 2025-09-08
|
|
847
|
+
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
848
|
+
productKeys: {
|
|
849
|
+
confluence: 'platform_editor_table_container_width_fix',
|
|
850
|
+
jira: 'platform_editor_table_container_width_fix'
|
|
851
|
+
},
|
|
852
|
+
param: 'isEnabled',
|
|
853
|
+
defaultValue: false
|
|
854
|
+
}),
|
|
846
855
|
// Added 2025-09-01
|
|
847
856
|
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
848
857
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export var testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
45
|
platform_editor_stop_width_reflows: false,
|
|
46
|
-
platform_editor_core_static_emotion: false,
|
|
47
46
|
platform_editor_core_static_emotion_non_central: false,
|
|
48
47
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
49
48
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -313,14 +313,6 @@ export var editorExperimentsConfig = {
|
|
|
313
313
|
param: 'isEnabled',
|
|
314
314
|
defaultValue: false
|
|
315
315
|
}),
|
|
316
|
-
// Added 2025-05-08
|
|
317
|
-
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
318
|
-
productKeys: {
|
|
319
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
320
|
-
},
|
|
321
|
-
param: 'isEnabled',
|
|
322
|
-
defaultValue: false
|
|
323
|
-
}),
|
|
324
316
|
// Added 2025-06-11
|
|
325
317
|
platform_editor_core_static_emotion_non_central: createBooleanExperiment({
|
|
326
318
|
productKeys: {
|
|
@@ -603,6 +595,14 @@ export var editorExperimentsConfig = {
|
|
|
603
595
|
param: 'isEnabled',
|
|
604
596
|
defaultValue: false
|
|
605
597
|
}),
|
|
598
|
+
// Added 2025-09-04
|
|
599
|
+
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
600
|
+
productKeys: {
|
|
601
|
+
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
602
|
+
},
|
|
603
|
+
param: 'isEnabled',
|
|
604
|
+
defaultValue: false
|
|
605
|
+
}),
|
|
606
606
|
//Added 2025-07-16
|
|
607
607
|
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
608
608
|
productKeys: {
|
|
@@ -843,6 +843,15 @@ export var editorExperimentsConfig = {
|
|
|
843
843
|
param: 'isEnabled',
|
|
844
844
|
defaultValue: false
|
|
845
845
|
}),
|
|
846
|
+
// Added 2025-09-08
|
|
847
|
+
platform_editor_table_container_width_fix: createBooleanExperiment({
|
|
848
|
+
productKeys: {
|
|
849
|
+
confluence: 'platform_editor_table_container_width_fix',
|
|
850
|
+
jira: 'platform_editor_table_container_width_fix'
|
|
851
|
+
},
|
|
852
|
+
param: 'isEnabled',
|
|
853
|
+
defaultValue: false
|
|
854
|
+
}),
|
|
846
855
|
// Added 2025-09-01
|
|
847
856
|
platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
|
|
848
857
|
productKeys: {
|
|
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
233
233
|
param: string;
|
|
234
234
|
productKeys?: import("./types").ProductKeys;
|
|
235
235
|
};
|
|
236
|
-
platform_editor_core_static_emotion: {
|
|
237
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
238
|
-
defaultValue: boolean;
|
|
239
|
-
param: string;
|
|
240
|
-
productKeys?: import("./types").ProductKeys;
|
|
241
|
-
};
|
|
242
236
|
platform_editor_core_static_emotion_non_central: {
|
|
243
237
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
244
238
|
defaultValue: boolean;
|
|
@@ -450,6 +444,12 @@ export declare const editorExperimentsConfig: {
|
|
|
450
444
|
param: string;
|
|
451
445
|
productKeys?: import("./types").ProductKeys;
|
|
452
446
|
};
|
|
447
|
+
editor_refactor_backspace_task_and_decisions: {
|
|
448
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
449
|
+
defaultValue: boolean;
|
|
450
|
+
param: string;
|
|
451
|
+
productKeys?: import("./types").ProductKeys;
|
|
452
|
+
};
|
|
453
453
|
platform_editor_toolbar_aifc_patch_3: {
|
|
454
454
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
455
455
|
defaultValue: boolean;
|
|
@@ -624,6 +624,12 @@ export declare const editorExperimentsConfig: {
|
|
|
624
624
|
param: string;
|
|
625
625
|
productKeys?: import("./types").ProductKeys;
|
|
626
626
|
};
|
|
627
|
+
platform_editor_table_container_width_fix: {
|
|
628
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
629
|
+
defaultValue: boolean;
|
|
630
|
+
param: string;
|
|
631
|
+
productKeys?: import("./types").ProductKeys;
|
|
632
|
+
};
|
|
627
633
|
platform_editor_toolbar_aifc_patch_2: {
|
|
628
634
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
629
635
|
defaultValue: boolean;
|
|
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
233
233
|
param: string;
|
|
234
234
|
productKeys?: import("./types").ProductKeys;
|
|
235
235
|
};
|
|
236
|
-
platform_editor_core_static_emotion: {
|
|
237
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
238
|
-
defaultValue: boolean;
|
|
239
|
-
param: string;
|
|
240
|
-
productKeys?: import("./types").ProductKeys;
|
|
241
|
-
};
|
|
242
236
|
platform_editor_core_static_emotion_non_central: {
|
|
243
237
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
244
238
|
defaultValue: boolean;
|
|
@@ -450,6 +444,12 @@ export declare const editorExperimentsConfig: {
|
|
|
450
444
|
param: string;
|
|
451
445
|
productKeys?: import("./types").ProductKeys;
|
|
452
446
|
};
|
|
447
|
+
editor_refactor_backspace_task_and_decisions: {
|
|
448
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
449
|
+
defaultValue: boolean;
|
|
450
|
+
param: string;
|
|
451
|
+
productKeys?: import("./types").ProductKeys;
|
|
452
|
+
};
|
|
453
453
|
platform_editor_toolbar_aifc_patch_3: {
|
|
454
454
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
455
455
|
defaultValue: boolean;
|
|
@@ -624,6 +624,12 @@ export declare const editorExperimentsConfig: {
|
|
|
624
624
|
param: string;
|
|
625
625
|
productKeys?: import("./types").ProductKeys;
|
|
626
626
|
};
|
|
627
|
+
platform_editor_table_container_width_fix: {
|
|
628
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
629
|
+
defaultValue: boolean;
|
|
630
|
+
param: string;
|
|
631
|
+
productKeys?: import("./types").ProductKeys;
|
|
632
|
+
};
|
|
627
633
|
platform_editor_toolbar_aifc_patch_2: {
|
|
628
634
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
629
635
|
defaultValue: boolean;
|
package/package.json
CHANGED