@atlaskit/tmp-editor-statsig 30.0.0 → 31.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 +8 -0
- package/dist/cjs/exp-test-overrides.js +1 -2
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/exp-test-overrides.js +1 -2
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/exp-test-overrides.js +1 -2
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/experiments-config.d.ts +0 -13
- package/dist/types-ts4.5/experiments-config.d.ts +0 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 31.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0a0a5831dfc2d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a0a5831dfc2d) -
|
|
8
|
+
[ux] Adds isPlaceholderHidden param to placeholder plugin init. Removes isEmbedded option from
|
|
9
|
+
placeholder plugin, and removes cwr_blank_object_experiment editor experiment override
|
|
10
|
+
|
|
3
11
|
## 30.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -14,8 +14,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
16
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
17
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
18
|
-
cwr_blank_object_experiment: 'control'
|
|
17
|
+
cc_fd_db_top_editor_toolbar: 'control'
|
|
19
18
|
};
|
|
20
19
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
21
20
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
@@ -653,14 +653,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
653
653
|
param: 'isEnabled',
|
|
654
654
|
defaultValue: false
|
|
655
655
|
}),
|
|
656
|
-
// Added 2026-01-30
|
|
657
|
-
platform_editor_expand_on_scroll_to_block: (0, _experimentBuilders.createBooleanExperiment)({
|
|
658
|
-
productKeys: {
|
|
659
|
-
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
660
|
-
},
|
|
661
|
-
param: 'isEnabled',
|
|
662
|
-
defaultValue: false
|
|
663
|
-
}),
|
|
664
656
|
// Added 2025-07-23
|
|
665
657
|
// Added 2025-07-24
|
|
666
658
|
editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -1477,15 +1469,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1477
1469
|
param: 'isEnabled',
|
|
1478
1470
|
defaultValue: false
|
|
1479
1471
|
}),
|
|
1480
|
-
// Added 2026-02-23
|
|
1481
|
-
cwr_blank_object_experiment: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1482
|
-
productKeys: {
|
|
1483
|
-
confluence: 'cwr_blank_object_experiment'
|
|
1484
|
-
},
|
|
1485
|
-
param: 'cohort',
|
|
1486
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
1487
|
-
defaultValue: 'control'
|
|
1488
|
-
}),
|
|
1489
1472
|
// Added 2026-02-24
|
|
1490
1473
|
platform_editor_emoji_default_scale: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1491
1474
|
productKeys: {
|
|
@@ -8,8 +8,7 @@ export const testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
|
-
cwr_blank_object_experiment: 'control'
|
|
11
|
+
cc_fd_db_top_editor_toolbar: 'control'
|
|
13
12
|
};
|
|
14
13
|
export const testBooleanOverrides = {
|
|
15
14
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
@@ -647,14 +647,6 @@ export const editorExperimentsConfig = {
|
|
|
647
647
|
param: 'isEnabled',
|
|
648
648
|
defaultValue: false
|
|
649
649
|
}),
|
|
650
|
-
// Added 2026-01-30
|
|
651
|
-
platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
|
|
652
|
-
productKeys: {
|
|
653
|
-
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
654
|
-
},
|
|
655
|
-
param: 'isEnabled',
|
|
656
|
-
defaultValue: false
|
|
657
|
-
}),
|
|
658
650
|
// Added 2025-07-23
|
|
659
651
|
// Added 2025-07-24
|
|
660
652
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -1471,15 +1463,6 @@ export const editorExperimentsConfig = {
|
|
|
1471
1463
|
param: 'isEnabled',
|
|
1472
1464
|
defaultValue: false
|
|
1473
1465
|
}),
|
|
1474
|
-
// Added 2026-02-23
|
|
1475
|
-
cwr_blank_object_experiment: createMultivariateExperiment({
|
|
1476
|
-
productKeys: {
|
|
1477
|
-
confluence: 'cwr_blank_object_experiment'
|
|
1478
|
-
},
|
|
1479
|
-
param: 'cohort',
|
|
1480
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
1481
|
-
defaultValue: 'control'
|
|
1482
|
-
}),
|
|
1483
1466
|
// Added 2026-02-24
|
|
1484
1467
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1485
1468
|
productKeys: {
|
|
@@ -8,8 +8,7 @@ export var testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
|
-
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
|
-
cwr_blank_object_experiment: 'control'
|
|
11
|
+
cc_fd_db_top_editor_toolbar: 'control'
|
|
13
12
|
};
|
|
14
13
|
export var testBooleanOverrides = {
|
|
15
14
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
@@ -647,14 +647,6 @@ export var editorExperimentsConfig = {
|
|
|
647
647
|
param: 'isEnabled',
|
|
648
648
|
defaultValue: false
|
|
649
649
|
}),
|
|
650
|
-
// Added 2026-01-30
|
|
651
|
-
platform_editor_expand_on_scroll_to_block: createBooleanExperiment({
|
|
652
|
-
productKeys: {
|
|
653
|
-
confluence: 'platform_editor_expand_on_scroll_to_block'
|
|
654
|
-
},
|
|
655
|
-
param: 'isEnabled',
|
|
656
|
-
defaultValue: false
|
|
657
|
-
}),
|
|
658
650
|
// Added 2025-07-23
|
|
659
651
|
// Added 2025-07-24
|
|
660
652
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -1471,15 +1463,6 @@ export var editorExperimentsConfig = {
|
|
|
1471
1463
|
param: 'isEnabled',
|
|
1472
1464
|
defaultValue: false
|
|
1473
1465
|
}),
|
|
1474
|
-
// Added 2026-02-23
|
|
1475
|
-
cwr_blank_object_experiment: createMultivariateExperiment({
|
|
1476
|
-
productKeys: {
|
|
1477
|
-
confluence: 'cwr_blank_object_experiment'
|
|
1478
|
-
},
|
|
1479
|
-
param: 'cohort',
|
|
1480
|
-
values: ['control', 'variant1', 'variant2', 'variant3'],
|
|
1481
|
-
defaultValue: 'control'
|
|
1482
|
-
}),
|
|
1483
1466
|
// Added 2026-02-24
|
|
1484
1467
|
platform_editor_emoji_default_scale: createBooleanExperiment({
|
|
1485
1468
|
productKeys: {
|
|
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
|
|
|
324
324
|
productKeys?: ProductKeys;
|
|
325
325
|
typeGuard: IsBooleanType;
|
|
326
326
|
};
|
|
327
|
-
platform_editor_expand_on_scroll_to_block: {
|
|
328
|
-
defaultValue: boolean;
|
|
329
|
-
param: string;
|
|
330
|
-
productKeys?: ProductKeys;
|
|
331
|
-
typeGuard: IsBooleanType;
|
|
332
|
-
};
|
|
333
327
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
334
328
|
defaultValue: boolean;
|
|
335
329
|
param: string;
|
|
@@ -1092,13 +1086,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1086
|
productKeys?: ProductKeys;
|
|
1093
1087
|
typeGuard: IsBooleanType;
|
|
1094
1088
|
};
|
|
1095
|
-
cwr_blank_object_experiment: {
|
|
1096
|
-
defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
1097
|
-
param: string;
|
|
1098
|
-
productKeys?: ProductKeys;
|
|
1099
|
-
typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
1100
|
-
values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
|
|
1101
|
-
};
|
|
1102
1089
|
platform_editor_emoji_default_scale: {
|
|
1103
1090
|
defaultValue: boolean;
|
|
1104
1091
|
param: string;
|
|
@@ -324,12 +324,6 @@ export declare const editorExperimentsConfig: {
|
|
|
324
324
|
productKeys?: ProductKeys;
|
|
325
325
|
typeGuard: IsBooleanType;
|
|
326
326
|
};
|
|
327
|
-
platform_editor_expand_on_scroll_to_block: {
|
|
328
|
-
defaultValue: boolean;
|
|
329
|
-
param: string;
|
|
330
|
-
productKeys?: ProductKeys;
|
|
331
|
-
typeGuard: IsBooleanType;
|
|
332
|
-
};
|
|
333
327
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
334
328
|
defaultValue: boolean;
|
|
335
329
|
param: string;
|
|
@@ -1092,13 +1086,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1086
|
productKeys?: ProductKeys;
|
|
1093
1087
|
typeGuard: IsBooleanType;
|
|
1094
1088
|
};
|
|
1095
|
-
cwr_blank_object_experiment: {
|
|
1096
|
-
defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
1097
|
-
param: string;
|
|
1098
|
-
productKeys?: ProductKeys;
|
|
1099
|
-
typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
|
|
1100
|
-
values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
|
|
1101
|
-
};
|
|
1102
1089
|
platform_editor_emoji_default_scale: {
|
|
1103
1090
|
defaultValue: boolean;
|
|
1104
1091
|
param: string;
|
package/package.json
CHANGED