@atlaskit/tmp-editor-statsig 25.2.0 → 25.4.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/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 25.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4ba962abdce44`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ba962abdce44) -
|
|
8
|
+
EDITOR-4667 - Inline Bodied Extension: Remove important from existing extension width style
|
|
9
|
+
|
|
10
|
+
## 25.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`51e44e38ee9cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51e44e38ee9cf) -
|
|
15
|
+
Fix case where insert-after command crashes during streaming
|
|
16
|
+
|
|
3
17
|
## 25.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -78,6 +78,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
78
78
|
param: 'isEnabled',
|
|
79
79
|
defaultValue: false
|
|
80
80
|
}),
|
|
81
|
+
// Added 2026-02-16
|
|
82
|
+
platform_editor_remove_important_in_render_ext: (0, _experimentBuilders.createBooleanExperiment)({
|
|
83
|
+
productKeys: {
|
|
84
|
+
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
85
|
+
},
|
|
86
|
+
param: 'isEnabled',
|
|
87
|
+
defaultValue: false
|
|
88
|
+
}),
|
|
81
89
|
// Added 2025-12-10
|
|
82
90
|
confluence_max_width_content_appearance: (0, _experimentBuilders.createBooleanExperiment)({
|
|
83
91
|
productKeys: {
|
|
@@ -1114,6 +1122,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1114
1122
|
param: 'isEnabled',
|
|
1115
1123
|
defaultValue: false
|
|
1116
1124
|
}),
|
|
1125
|
+
// Added 2026-02-16
|
|
1126
|
+
platform_editor_ai_fix_insert_after_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1127
|
+
productKeys: {
|
|
1128
|
+
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1129
|
+
},
|
|
1130
|
+
param: 'isEnabled',
|
|
1131
|
+
defaultValue: false
|
|
1132
|
+
}),
|
|
1117
1133
|
// Added 2026-01-15
|
|
1118
1134
|
platform_editor_fix_advanced_codeblocks_crlf: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1119
1135
|
productKeys: {
|
|
@@ -72,6 +72,14 @@ export const editorExperimentsConfig = {
|
|
|
72
72
|
param: 'isEnabled',
|
|
73
73
|
defaultValue: false
|
|
74
74
|
}),
|
|
75
|
+
// Added 2026-02-16
|
|
76
|
+
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
77
|
+
productKeys: {
|
|
78
|
+
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
79
|
+
},
|
|
80
|
+
param: 'isEnabled',
|
|
81
|
+
defaultValue: false
|
|
82
|
+
}),
|
|
75
83
|
// Added 2025-12-10
|
|
76
84
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
77
85
|
productKeys: {
|
|
@@ -1108,6 +1116,14 @@ export const editorExperimentsConfig = {
|
|
|
1108
1116
|
param: 'isEnabled',
|
|
1109
1117
|
defaultValue: false
|
|
1110
1118
|
}),
|
|
1119
|
+
// Added 2026-02-16
|
|
1120
|
+
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1121
|
+
productKeys: {
|
|
1122
|
+
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1123
|
+
},
|
|
1124
|
+
param: 'isEnabled',
|
|
1125
|
+
defaultValue: false
|
|
1126
|
+
}),
|
|
1111
1127
|
// Added 2026-01-15
|
|
1112
1128
|
platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
|
|
1113
1129
|
productKeys: {
|
|
@@ -72,6 +72,14 @@ export var editorExperimentsConfig = {
|
|
|
72
72
|
param: 'isEnabled',
|
|
73
73
|
defaultValue: false
|
|
74
74
|
}),
|
|
75
|
+
// Added 2026-02-16
|
|
76
|
+
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
77
|
+
productKeys: {
|
|
78
|
+
confluence: 'platform_editor_remove_important_in_render_ext'
|
|
79
|
+
},
|
|
80
|
+
param: 'isEnabled',
|
|
81
|
+
defaultValue: false
|
|
82
|
+
}),
|
|
75
83
|
// Added 2025-12-10
|
|
76
84
|
confluence_max_width_content_appearance: createBooleanExperiment({
|
|
77
85
|
productKeys: {
|
|
@@ -1108,6 +1116,14 @@ export var editorExperimentsConfig = {
|
|
|
1108
1116
|
param: 'isEnabled',
|
|
1109
1117
|
defaultValue: false
|
|
1110
1118
|
}),
|
|
1119
|
+
// Added 2026-02-16
|
|
1120
|
+
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1121
|
+
productKeys: {
|
|
1122
|
+
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1123
|
+
},
|
|
1124
|
+
param: 'isEnabled',
|
|
1125
|
+
defaultValue: false
|
|
1126
|
+
}),
|
|
1111
1127
|
// Added 2026-01-15
|
|
1112
1128
|
platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
|
|
1113
1129
|
productKeys: {
|
|
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
|
|
|
160
160
|
productKeys?: ProductKeys;
|
|
161
161
|
typeGuard: IsBooleanType;
|
|
162
162
|
};
|
|
163
|
+
platform_editor_remove_important_in_render_ext: {
|
|
164
|
+
defaultValue: boolean;
|
|
165
|
+
param: string;
|
|
166
|
+
productKeys?: ProductKeys;
|
|
167
|
+
typeGuard: IsBooleanType;
|
|
168
|
+
};
|
|
163
169
|
confluence_max_width_content_appearance: {
|
|
164
170
|
defaultValue: boolean;
|
|
165
171
|
param: string;
|
|
@@ -947,6 +953,12 @@ export declare const editorExperimentsConfig: {
|
|
|
947
953
|
productKeys?: ProductKeys;
|
|
948
954
|
typeGuard: IsBooleanType;
|
|
949
955
|
};
|
|
956
|
+
platform_editor_ai_fix_insert_after_selection: {
|
|
957
|
+
defaultValue: boolean;
|
|
958
|
+
param: string;
|
|
959
|
+
productKeys?: ProductKeys;
|
|
960
|
+
typeGuard: IsBooleanType;
|
|
961
|
+
};
|
|
950
962
|
confluence_ttvc_inline_extensions: {
|
|
951
963
|
defaultValue: boolean;
|
|
952
964
|
param: string;
|
|
@@ -160,6 +160,12 @@ export declare const editorExperimentsConfig: {
|
|
|
160
160
|
productKeys?: ProductKeys;
|
|
161
161
|
typeGuard: IsBooleanType;
|
|
162
162
|
};
|
|
163
|
+
platform_editor_remove_important_in_render_ext: {
|
|
164
|
+
defaultValue: boolean;
|
|
165
|
+
param: string;
|
|
166
|
+
productKeys?: ProductKeys;
|
|
167
|
+
typeGuard: IsBooleanType;
|
|
168
|
+
};
|
|
163
169
|
confluence_max_width_content_appearance: {
|
|
164
170
|
defaultValue: boolean;
|
|
165
171
|
param: string;
|
|
@@ -947,6 +953,12 @@ export declare const editorExperimentsConfig: {
|
|
|
947
953
|
productKeys?: ProductKeys;
|
|
948
954
|
typeGuard: IsBooleanType;
|
|
949
955
|
};
|
|
956
|
+
platform_editor_ai_fix_insert_after_selection: {
|
|
957
|
+
defaultValue: boolean;
|
|
958
|
+
param: string;
|
|
959
|
+
productKeys?: ProductKeys;
|
|
960
|
+
typeGuard: IsBooleanType;
|
|
961
|
+
};
|
|
950
962
|
confluence_ttvc_inline_extensions: {
|
|
951
963
|
defaultValue: boolean;
|
|
952
964
|
param: string;
|
package/package.json
CHANGED