@atlaskit/tmp-editor-statsig 141.1.0 → 142.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 142.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`cdeb483dc8d38`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdeb483dc8d38) -
|
|
8
|
+
Clean up experiment `platform_editor_ai_fix_insert_after_selection`.
|
|
9
|
+
|
|
3
10
|
## 141.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1192,14 +1192,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1192
1192
|
param: 'isEnabled',
|
|
1193
1193
|
defaultValue: false
|
|
1194
1194
|
}),
|
|
1195
|
-
// Added 2026-02-16
|
|
1196
|
-
platform_editor_ai_fix_insert_after_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1197
|
-
productKeys: {
|
|
1198
|
-
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1199
|
-
},
|
|
1200
|
-
param: 'isEnabled',
|
|
1201
|
-
defaultValue: false
|
|
1202
|
-
}),
|
|
1203
1195
|
// Added 2026-04-07
|
|
1204
1196
|
platform_editor_ai_move_node: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1205
1197
|
productKeys: {
|
|
@@ -1186,14 +1186,6 @@ export const editorExperimentsConfig = {
|
|
|
1186
1186
|
param: 'isEnabled',
|
|
1187
1187
|
defaultValue: false
|
|
1188
1188
|
}),
|
|
1189
|
-
// Added 2026-02-16
|
|
1190
|
-
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1191
|
-
productKeys: {
|
|
1192
|
-
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1193
|
-
},
|
|
1194
|
-
param: 'isEnabled',
|
|
1195
|
-
defaultValue: false
|
|
1196
|
-
}),
|
|
1197
1189
|
// Added 2026-04-07
|
|
1198
1190
|
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1199
1191
|
productKeys: {
|
|
@@ -1186,14 +1186,6 @@ export var editorExperimentsConfig = {
|
|
|
1186
1186
|
param: 'isEnabled',
|
|
1187
1187
|
defaultValue: false
|
|
1188
1188
|
}),
|
|
1189
|
-
// Added 2026-02-16
|
|
1190
|
-
platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
|
|
1191
|
-
productKeys: {
|
|
1192
|
-
confluence: 'platform_editor_ai_fix_insert_after_selection'
|
|
1193
|
-
},
|
|
1194
|
-
param: 'isEnabled',
|
|
1195
|
-
defaultValue: false
|
|
1196
|
-
}),
|
|
1197
1189
|
// Added 2026-04-07
|
|
1198
1190
|
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1199
1191
|
productKeys: {
|
|
@@ -900,12 +900,6 @@ export declare const editorExperimentsConfig: {
|
|
|
900
900
|
productKeys?: ProductKeys;
|
|
901
901
|
typeGuard: IsBooleanType;
|
|
902
902
|
};
|
|
903
|
-
platform_editor_ai_fix_insert_after_selection: {
|
|
904
|
-
defaultValue: boolean;
|
|
905
|
-
param: string;
|
|
906
|
-
productKeys?: ProductKeys;
|
|
907
|
-
typeGuard: IsBooleanType;
|
|
908
|
-
};
|
|
909
903
|
platform_editor_ai_move_node: {
|
|
910
904
|
defaultValue: boolean;
|
|
911
905
|
param: string;
|
package/package.json
CHANGED