@atlaskit/tmp-editor-statsig 47.0.0 → 48.0.1
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 +15 -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/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 48.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5999b4aa6053c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5999b4aa6053c) -
|
|
8
|
+
[EDITOR-5811] remove override for single player expand
|
|
9
|
+
|
|
10
|
+
## 48.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`c076c3169e9a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c076c3169e9a4) -
|
|
15
|
+
EDITOR-6146: Clean up unused platform_editor_ai_suggestions (migrated to
|
|
16
|
+
platform_editor_ai_content_suggested_edits)
|
|
17
|
+
|
|
3
18
|
## 47.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -52,6 +52,5 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
platform_editor_prosemirror_rendered_data: false,
|
|
53
53
|
confluence_compact_text_format: false,
|
|
54
54
|
platform_editor_paste_actions_menu: false,
|
|
55
|
-
platform_editor_single_player_expand: false,
|
|
56
55
|
platform_editor_diff_plugin_extended: false
|
|
57
56
|
};
|
|
@@ -1403,14 +1403,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1403
1403
|
param: 'isEnabled',
|
|
1404
1404
|
defaultValue: false
|
|
1405
1405
|
}),
|
|
1406
|
-
// Added 2026-02-10
|
|
1407
|
-
platform_editor_ai_suggestions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1408
|
-
productKeys: {
|
|
1409
|
-
confluence: 'platform_editor_ai_suggestions'
|
|
1410
|
-
},
|
|
1411
|
-
param: 'isEnabled',
|
|
1412
|
-
defaultValue: false
|
|
1413
|
-
}),
|
|
1414
1406
|
// Added 2026-02-12
|
|
1415
1407
|
platform_editor_bodiedextension_layoutshift_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1416
1408
|
productKeys: {
|
|
@@ -46,6 +46,5 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_prosemirror_rendered_data: false,
|
|
47
47
|
confluence_compact_text_format: false,
|
|
48
48
|
platform_editor_paste_actions_menu: false,
|
|
49
|
-
platform_editor_single_player_expand: false,
|
|
50
49
|
platform_editor_diff_plugin_extended: false
|
|
51
50
|
};
|
|
@@ -1397,14 +1397,6 @@ export const editorExperimentsConfig = {
|
|
|
1397
1397
|
param: 'isEnabled',
|
|
1398
1398
|
defaultValue: false
|
|
1399
1399
|
}),
|
|
1400
|
-
// Added 2026-02-10
|
|
1401
|
-
platform_editor_ai_suggestions: createBooleanExperiment({
|
|
1402
|
-
productKeys: {
|
|
1403
|
-
confluence: 'platform_editor_ai_suggestions'
|
|
1404
|
-
},
|
|
1405
|
-
param: 'isEnabled',
|
|
1406
|
-
defaultValue: false
|
|
1407
|
-
}),
|
|
1408
1400
|
// Added 2026-02-12
|
|
1409
1401
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1410
1402
|
productKeys: {
|
|
@@ -46,6 +46,5 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_prosemirror_rendered_data: false,
|
|
47
47
|
confluence_compact_text_format: false,
|
|
48
48
|
platform_editor_paste_actions_menu: false,
|
|
49
|
-
platform_editor_single_player_expand: false,
|
|
50
49
|
platform_editor_diff_plugin_extended: false
|
|
51
50
|
};
|
|
@@ -1397,14 +1397,6 @@ export var editorExperimentsConfig = {
|
|
|
1397
1397
|
param: 'isEnabled',
|
|
1398
1398
|
defaultValue: false
|
|
1399
1399
|
}),
|
|
1400
|
-
// Added 2026-02-10
|
|
1401
|
-
platform_editor_ai_suggestions: createBooleanExperiment({
|
|
1402
|
-
productKeys: {
|
|
1403
|
-
confluence: 'platform_editor_ai_suggestions'
|
|
1404
|
-
},
|
|
1405
|
-
param: 'isEnabled',
|
|
1406
|
-
defaultValue: false
|
|
1407
|
-
}),
|
|
1408
1400
|
// Added 2026-02-12
|
|
1409
1401
|
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
1410
1402
|
productKeys: {
|
|
@@ -1032,12 +1032,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1032
|
productKeys?: ProductKeys;
|
|
1033
1033
|
typeGuard: IsBooleanType;
|
|
1034
1034
|
};
|
|
1035
|
-
platform_editor_ai_suggestions: {
|
|
1036
|
-
defaultValue: boolean;
|
|
1037
|
-
param: string;
|
|
1038
|
-
productKeys?: ProductKeys;
|
|
1039
|
-
typeGuard: IsBooleanType;
|
|
1040
|
-
};
|
|
1041
1035
|
platform_editor_bodiedextension_layoutshift_fix: {
|
|
1042
1036
|
defaultValue: boolean;
|
|
1043
1037
|
param: string;
|
|
@@ -1032,12 +1032,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1032
1032
|
productKeys?: ProductKeys;
|
|
1033
1033
|
typeGuard: IsBooleanType;
|
|
1034
1034
|
};
|
|
1035
|
-
platform_editor_ai_suggestions: {
|
|
1036
|
-
defaultValue: boolean;
|
|
1037
|
-
param: string;
|
|
1038
|
-
productKeys?: ProductKeys;
|
|
1039
|
-
typeGuard: IsBooleanType;
|
|
1040
|
-
};
|
|
1041
1035
|
platform_editor_bodiedextension_layoutshift_fix: {
|
|
1042
1036
|
defaultValue: boolean;
|
|
1043
1037
|
param: string;
|
package/package.json
CHANGED