@atlaskit/tmp-editor-statsig 143.0.0 → 144.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
|
+
## 144.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`42931028bd815`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42931028bd815) -
|
|
8
|
+
[FFCLEANUP-138148] clean up experiment `platform_editor_find_and_replace_improvements`
|
|
9
|
+
|
|
3
10
|
## 143.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
platform_editor_breakout_resizing: false,
|
|
53
53
|
platform_editor_block_controls_perf_optimization: false,
|
|
54
54
|
platform_editor_enable_single_player_step_merging: false,
|
|
55
|
-
platform_editor_find_and_replace_improvements: false,
|
|
56
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
57
56
|
platform_editor_paste_actions_menu: false,
|
|
58
57
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -751,14 +751,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
751
751
|
param: 'isEnabled',
|
|
752
752
|
defaultValue: false
|
|
753
753
|
}),
|
|
754
|
-
// Added 2025-06-24
|
|
755
|
-
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
756
|
-
productKeys: {
|
|
757
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
758
|
-
},
|
|
759
|
-
param: 'isEnabled',
|
|
760
|
-
defaultValue: false
|
|
761
|
-
}),
|
|
762
754
|
// Added 2025-06-26
|
|
763
755
|
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
764
756
|
productKeys: {
|
|
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_breakout_resizing: false,
|
|
47
47
|
platform_editor_block_controls_perf_optimization: false,
|
|
48
48
|
platform_editor_enable_single_player_step_merging: false,
|
|
49
|
-
platform_editor_find_and_replace_improvements: false,
|
|
50
49
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
51
50
|
platform_editor_paste_actions_menu: false,
|
|
52
51
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -745,14 +745,6 @@ export const editorExperimentsConfig = {
|
|
|
745
745
|
param: 'isEnabled',
|
|
746
746
|
defaultValue: false
|
|
747
747
|
}),
|
|
748
|
-
// Added 2025-06-24
|
|
749
|
-
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
748
|
// Added 2025-06-26
|
|
757
749
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
758
750
|
productKeys: {
|
|
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_breakout_resizing: false,
|
|
47
47
|
platform_editor_block_controls_perf_optimization: false,
|
|
48
48
|
platform_editor_enable_single_player_step_merging: false,
|
|
49
|
-
platform_editor_find_and_replace_improvements: false,
|
|
50
49
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
51
50
|
platform_editor_paste_actions_menu: false,
|
|
52
51
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
@@ -745,14 +745,6 @@ export var editorExperimentsConfig = {
|
|
|
745
745
|
param: 'isEnabled',
|
|
746
746
|
defaultValue: false
|
|
747
747
|
}),
|
|
748
|
-
// Added 2025-06-24
|
|
749
|
-
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
750
|
-
productKeys: {
|
|
751
|
-
confluence: 'platform_editor_find_and_replace_improvements'
|
|
752
|
-
},
|
|
753
|
-
param: 'isEnabled',
|
|
754
|
-
defaultValue: false
|
|
755
|
-
}),
|
|
756
748
|
// Added 2025-06-26
|
|
757
749
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
758
750
|
productKeys: {
|
|
@@ -538,12 +538,6 @@ export declare const editorExperimentsConfig: {
|
|
|
538
538
|
productKeys?: ProductKeys;
|
|
539
539
|
typeGuard: IsBooleanType;
|
|
540
540
|
};
|
|
541
|
-
platform_editor_find_and_replace_improvements: {
|
|
542
|
-
defaultValue: boolean;
|
|
543
|
-
param: string;
|
|
544
|
-
productKeys?: ProductKeys;
|
|
545
|
-
typeGuard: IsBooleanType;
|
|
546
|
-
};
|
|
547
541
|
platform_editor_inline_card_dispatch_guard: {
|
|
548
542
|
defaultValue: boolean;
|
|
549
543
|
param: string;
|
package/package.json
CHANGED