@atlaskit/tmp-editor-statsig 153.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/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
|
+
## 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
|
+
|
|
3
10
|
## 153.0.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
package/package.json
CHANGED