@atlaskit/tmp-editor-statsig 117.0.0 → 118.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 +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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 118.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`46ee61dd53e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ee61dd53e91) -
|
|
8
|
+
Remove stale experiment confluence_compact_text_format (FFCLEANUP-85812): inline final values
|
|
9
|
+
(flag enabled), simplify conditions, remove experiment config entries.
|
|
10
|
+
|
|
3
11
|
## 117.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -50,7 +50,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
50
50
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
51
|
platform_editor_find_and_replace_improvements: false,
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
|
-
confluence_compact_text_format: false,
|
|
54
53
|
platform_editor_paste_actions_menu: false,
|
|
55
54
|
platform_editor_diff_plugin_extended: false,
|
|
56
55
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -903,14 +903,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
903
903
|
param: 'isEnabled',
|
|
904
904
|
defaultValue: false
|
|
905
905
|
}),
|
|
906
|
-
// Added 2025-12-04
|
|
907
|
-
confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
|
|
908
|
-
productKeys: {
|
|
909
|
-
confluence: 'confluence_compact_text_format'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
906
|
// Added 2026-03-05
|
|
915
907
|
platform_editor_abort_ufo_on_user_interaction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
916
908
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export const testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export const editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -44,7 +44,6 @@ export var testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export var editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -173,12 +173,6 @@ export declare const editorExperimentsConfig: {
|
|
|
173
173
|
productKeys?: ProductKeys;
|
|
174
174
|
typeGuard: IsBooleanType;
|
|
175
175
|
};
|
|
176
|
-
confluence_compact_text_format: {
|
|
177
|
-
defaultValue: boolean;
|
|
178
|
-
param: string;
|
|
179
|
-
productKeys?: ProductKeys;
|
|
180
|
-
typeGuard: IsBooleanType;
|
|
181
|
-
};
|
|
182
176
|
ai_speech_to_text_in_editor: {
|
|
183
177
|
defaultValue: boolean;
|
|
184
178
|
param: string;
|
package/package.json
CHANGED