@atlaskit/tmp-editor-statsig 152.0.0 → 154.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 +14 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 154.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f24601e815f0b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f24601e815f0b) -
|
|
8
|
+
Clean up the `platform_editor_reduce_noisy_steps_ncs` experiment.
|
|
9
|
+
|
|
10
|
+
## 153.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`698eb28037b8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698eb28037b8a) -
|
|
15
|
+
Clean up experiment `platform_editor_drag_handle_keyboard_a11y`
|
|
16
|
+
|
|
3
17
|
## 152.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -49,7 +49,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
49
49
|
platform_editor_breakout_resizing: false,
|
|
50
50
|
platform_editor_block_controls_perf_optimization: false,
|
|
51
51
|
platform_editor_enable_single_player_step_merging: false,
|
|
52
|
-
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
52
|
platform_editor_paste_actions_menu: false,
|
|
54
53
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
55
54
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -323,14 +323,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
323
323
|
param: 'isEnabled',
|
|
324
324
|
defaultValue: false
|
|
325
325
|
}),
|
|
326
|
-
// Added 2025-05-27
|
|
327
|
-
platform_editor_reduce_noisy_steps_ncs: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
328
|
-
productKeys: {
|
|
329
|
-
confluence: 'platform_editor_reduce_noisy_steps_ncs'
|
|
330
|
-
},
|
|
331
|
-
param: 'isEnabled',
|
|
332
|
-
defaultValue: false
|
|
333
|
-
}),
|
|
334
326
|
// Added 2024-08-08
|
|
335
327
|
'example-boolean': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
336
328
|
productKeys: {
|
|
@@ -1891,14 +1883,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1891
1883
|
param: 'isEnabled',
|
|
1892
1884
|
defaultValue: false
|
|
1893
1885
|
}),
|
|
1894
|
-
// Added 2026-04-08
|
|
1895
|
-
platform_editor_drag_handle_keyboard_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1896
|
-
productKeys: {
|
|
1897
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1898
|
-
},
|
|
1899
|
-
param: 'isEnabled',
|
|
1900
|
-
defaultValue: false
|
|
1901
|
-
}),
|
|
1902
1886
|
// Added 2026-04-01
|
|
1903
1887
|
show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1904
1888
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export const testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_breakout_resizing: false,
|
|
44
44
|
platform_editor_block_controls_perf_optimization: false,
|
|
45
45
|
platform_editor_enable_single_player_step_merging: false,
|
|
46
|
-
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
46
|
platform_editor_paste_actions_menu: false,
|
|
48
47
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
49
48
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -317,14 +317,6 @@ export const editorExperimentsConfig = {
|
|
|
317
317
|
param: 'isEnabled',
|
|
318
318
|
defaultValue: false
|
|
319
319
|
}),
|
|
320
|
-
// Added 2025-05-27
|
|
321
|
-
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
322
|
-
productKeys: {
|
|
323
|
-
confluence: 'platform_editor_reduce_noisy_steps_ncs'
|
|
324
|
-
},
|
|
325
|
-
param: 'isEnabled',
|
|
326
|
-
defaultValue: false
|
|
327
|
-
}),
|
|
328
320
|
// Added 2024-08-08
|
|
329
321
|
'example-boolean': createBooleanExperiment({
|
|
330
322
|
productKeys: {
|
|
@@ -1885,14 +1877,6 @@ export const editorExperimentsConfig = {
|
|
|
1885
1877
|
param: 'isEnabled',
|
|
1886
1878
|
defaultValue: false
|
|
1887
1879
|
}),
|
|
1888
|
-
// Added 2026-04-08
|
|
1889
|
-
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1880
|
// Added 2026-04-01
|
|
1897
1881
|
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1898
1882
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export var testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_breakout_resizing: false,
|
|
44
44
|
platform_editor_block_controls_perf_optimization: false,
|
|
45
45
|
platform_editor_enable_single_player_step_merging: false,
|
|
46
|
-
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
46
|
platform_editor_paste_actions_menu: false,
|
|
48
47
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
49
48
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
@@ -317,14 +317,6 @@ export var editorExperimentsConfig = {
|
|
|
317
317
|
param: 'isEnabled',
|
|
318
318
|
defaultValue: false
|
|
319
319
|
}),
|
|
320
|
-
// Added 2025-05-27
|
|
321
|
-
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
322
|
-
productKeys: {
|
|
323
|
-
confluence: 'platform_editor_reduce_noisy_steps_ncs'
|
|
324
|
-
},
|
|
325
|
-
param: 'isEnabled',
|
|
326
|
-
defaultValue: false
|
|
327
|
-
}),
|
|
328
320
|
// Added 2024-08-08
|
|
329
321
|
'example-boolean': createBooleanExperiment({
|
|
330
322
|
productKeys: {
|
|
@@ -1885,14 +1877,6 @@ export var editorExperimentsConfig = {
|
|
|
1885
1877
|
param: 'isEnabled',
|
|
1886
1878
|
defaultValue: false
|
|
1887
1879
|
}),
|
|
1888
|
-
// Added 2026-04-08
|
|
1889
|
-
platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
confluence: 'platform_editor_drag_handle_keyboard_a11y'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1880
|
// Added 2026-04-01
|
|
1897
1881
|
show_mentions_in_suggest_reply: createBooleanExperiment({
|
|
1898
1882
|
productKeys: {
|
|
@@ -628,12 +628,6 @@ export declare const editorExperimentsConfig: {
|
|
|
628
628
|
productKeys?: ProductKeys;
|
|
629
629
|
typeGuard: IsBooleanType;
|
|
630
630
|
};
|
|
631
|
-
platform_editor_reduce_noisy_steps_ncs: {
|
|
632
|
-
defaultValue: boolean;
|
|
633
|
-
param: string;
|
|
634
|
-
productKeys?: ProductKeys;
|
|
635
|
-
typeGuard: IsBooleanType;
|
|
636
|
-
};
|
|
637
631
|
platform_editor_renderer_extension_width_fix: {
|
|
638
632
|
defaultValue: boolean;
|
|
639
633
|
param: string;
|
|
@@ -1406,12 +1400,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1406
1400
|
productKeys?: ProductKeys;
|
|
1407
1401
|
typeGuard: IsBooleanType;
|
|
1408
1402
|
};
|
|
1409
|
-
platform_editor_drag_handle_keyboard_a11y: {
|
|
1410
|
-
defaultValue: boolean;
|
|
1411
|
-
param: string;
|
|
1412
|
-
productKeys?: ProductKeys;
|
|
1413
|
-
typeGuard: IsBooleanType;
|
|
1414
|
-
};
|
|
1415
1403
|
show_mentions_in_suggest_reply: {
|
|
1416
1404
|
defaultValue: boolean;
|
|
1417
1405
|
param: string;
|
package/package.json
CHANGED