@atlaskit/tmp-editor-statsig 54.5.1 → 55.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 +14 -0
- package/dist/cjs/experiments-config.js +16 -8
- package/dist/es2019/experiments-config.js +16 -8
- package/dist/esm/experiments-config.js +16 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 55.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0a265af52321f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a265af52321f) -
|
|
8
|
+
Remove stale experiment platform_editor_extension_styles from tmp-editor-statsig
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`3f798d9934a76`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f798d9934a76) -
|
|
13
|
+
[ux] EDITOR-5487 skip react portal initial render when hydration for toc extension node view
|
|
14
|
+
- [`3e4e12085777f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e4e12085777f) -
|
|
15
|
+
Add the platform_editor_ai_fix_move_node experiment config for Confluence editor AI rollout.
|
|
16
|
+
|
|
3
17
|
## 54.5.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -616,14 +616,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
616
616
|
param: 'isEnabled',
|
|
617
617
|
defaultValue: false
|
|
618
618
|
}),
|
|
619
|
-
//Added 2025-07-25
|
|
620
|
-
platform_editor_extension_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
621
|
-
productKeys: {
|
|
622
|
-
confluence: 'platform_editor_extension_styles'
|
|
623
|
-
},
|
|
624
|
-
param: 'isEnabled',
|
|
625
|
-
defaultValue: false
|
|
626
|
-
}),
|
|
627
619
|
// Added 2025-06-24
|
|
628
620
|
platform_editor_find_and_replace_improvements: (0, _experimentBuilders.createBooleanExperiment)({
|
|
629
621
|
productKeys: {
|
|
@@ -1187,6 +1179,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1187
1179
|
param: 'isEnabled',
|
|
1188
1180
|
defaultValue: false
|
|
1189
1181
|
}),
|
|
1182
|
+
// Added 2026-04-07
|
|
1183
|
+
platform_editor_ai_move_node: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
|
+
productKeys: {
|
|
1185
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1186
|
+
},
|
|
1187
|
+
param: 'isEnabled',
|
|
1188
|
+
defaultValue: false
|
|
1189
|
+
}),
|
|
1190
1190
|
// Added 2026-01-08
|
|
1191
1191
|
platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
1192
|
productKeys: {
|
|
@@ -1953,5 +1953,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1953
1953
|
},
|
|
1954
1954
|
param: 'isEnabled',
|
|
1955
1955
|
defaultValue: false
|
|
1956
|
+
}),
|
|
1957
|
+
// Added 2026-04-01
|
|
1958
|
+
platform_editor_hydration_skip_react_portal: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1959
|
+
productKeys: {
|
|
1960
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1956
1964
|
})
|
|
1957
1965
|
};
|
|
@@ -610,14 +610,6 @@ export const editorExperimentsConfig = {
|
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
612
612
|
}),
|
|
613
|
-
//Added 2025-07-25
|
|
614
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
615
|
-
productKeys: {
|
|
616
|
-
confluence: 'platform_editor_extension_styles'
|
|
617
|
-
},
|
|
618
|
-
param: 'isEnabled',
|
|
619
|
-
defaultValue: false
|
|
620
|
-
}),
|
|
621
613
|
// Added 2025-06-24
|
|
622
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
623
615
|
productKeys: {
|
|
@@ -1181,6 +1173,14 @@ export const editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
1184
|
// Added 2026-01-08
|
|
1185
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1186
1186
|
productKeys: {
|
|
@@ -1947,5 +1947,13 @@ export const editorExperimentsConfig = {
|
|
|
1947
1947
|
},
|
|
1948
1948
|
param: 'isEnabled',
|
|
1949
1949
|
defaultValue: false
|
|
1950
|
+
}),
|
|
1951
|
+
// Added 2026-04-01
|
|
1952
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1953
|
+
productKeys: {
|
|
1954
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1955
|
+
},
|
|
1956
|
+
param: 'isEnabled',
|
|
1957
|
+
defaultValue: false
|
|
1950
1958
|
})
|
|
1951
1959
|
};
|
|
@@ -610,14 +610,6 @@ export var editorExperimentsConfig = {
|
|
|
610
610
|
param: 'isEnabled',
|
|
611
611
|
defaultValue: false
|
|
612
612
|
}),
|
|
613
|
-
//Added 2025-07-25
|
|
614
|
-
platform_editor_extension_styles: createBooleanExperiment({
|
|
615
|
-
productKeys: {
|
|
616
|
-
confluence: 'platform_editor_extension_styles'
|
|
617
|
-
},
|
|
618
|
-
param: 'isEnabled',
|
|
619
|
-
defaultValue: false
|
|
620
|
-
}),
|
|
621
613
|
// Added 2025-06-24
|
|
622
614
|
platform_editor_find_and_replace_improvements: createBooleanExperiment({
|
|
623
615
|
productKeys: {
|
|
@@ -1181,6 +1173,14 @@ export var editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1176
|
+
// Added 2026-04-07
|
|
1177
|
+
platform_editor_ai_move_node: createBooleanExperiment({
|
|
1178
|
+
productKeys: {
|
|
1179
|
+
confluence: 'platform_editor_ai_move_node'
|
|
1180
|
+
},
|
|
1181
|
+
param: 'isEnabled',
|
|
1182
|
+
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
1184
|
// Added 2026-01-08
|
|
1185
1185
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1186
1186
|
productKeys: {
|
|
@@ -1947,5 +1947,13 @@ export var editorExperimentsConfig = {
|
|
|
1947
1947
|
},
|
|
1948
1948
|
param: 'isEnabled',
|
|
1949
1949
|
defaultValue: false
|
|
1950
|
+
}),
|
|
1951
|
+
// Added 2026-04-01
|
|
1952
|
+
platform_editor_hydration_skip_react_portal: createBooleanExperiment({
|
|
1953
|
+
productKeys: {
|
|
1954
|
+
confluence: 'platform_editor_hydration_skip_react_portal'
|
|
1955
|
+
},
|
|
1956
|
+
param: 'isEnabled',
|
|
1957
|
+
defaultValue: false
|
|
1950
1958
|
})
|
|
1951
1959
|
};
|
|
@@ -445,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
445
445
|
productKeys?: ProductKeys;
|
|
446
446
|
typeGuard: IsBooleanType;
|
|
447
447
|
};
|
|
448
|
-
platform_editor_extension_styles: {
|
|
449
|
-
defaultValue: boolean;
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: ProductKeys;
|
|
452
|
-
typeGuard: IsBooleanType;
|
|
453
|
-
};
|
|
454
448
|
platform_editor_feedback_mandatory_rating: {
|
|
455
449
|
defaultValue: boolean;
|
|
456
450
|
param: string;
|
|
@@ -953,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
953
947
|
productKeys?: ProductKeys;
|
|
954
948
|
typeGuard: IsBooleanType;
|
|
955
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
956
956
|
confluence_ttvc_inline_extensions: {
|
|
957
957
|
defaultValue: boolean;
|
|
958
958
|
param: string;
|
|
@@ -1435,5 +1435,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1435
1435
|
productKeys?: ProductKeys;
|
|
1436
1436
|
typeGuard: IsBooleanType;
|
|
1437
1437
|
};
|
|
1438
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1439
|
+
defaultValue: boolean;
|
|
1440
|
+
param: string;
|
|
1441
|
+
productKeys?: ProductKeys;
|
|
1442
|
+
typeGuard: IsBooleanType;
|
|
1443
|
+
};
|
|
1438
1444
|
};
|
|
1439
1445
|
export {};
|
|
@@ -445,12 +445,6 @@ export declare const editorExperimentsConfig: {
|
|
|
445
445
|
productKeys?: ProductKeys;
|
|
446
446
|
typeGuard: IsBooleanType;
|
|
447
447
|
};
|
|
448
|
-
platform_editor_extension_styles: {
|
|
449
|
-
defaultValue: boolean;
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: ProductKeys;
|
|
452
|
-
typeGuard: IsBooleanType;
|
|
453
|
-
};
|
|
454
448
|
platform_editor_feedback_mandatory_rating: {
|
|
455
449
|
defaultValue: boolean;
|
|
456
450
|
param: string;
|
|
@@ -953,6 +947,12 @@ export declare const editorExperimentsConfig: {
|
|
|
953
947
|
productKeys?: ProductKeys;
|
|
954
948
|
typeGuard: IsBooleanType;
|
|
955
949
|
};
|
|
950
|
+
platform_editor_ai_move_node: {
|
|
951
|
+
defaultValue: boolean;
|
|
952
|
+
param: string;
|
|
953
|
+
productKeys?: ProductKeys;
|
|
954
|
+
typeGuard: IsBooleanType;
|
|
955
|
+
};
|
|
956
956
|
confluence_ttvc_inline_extensions: {
|
|
957
957
|
defaultValue: boolean;
|
|
958
958
|
param: string;
|
|
@@ -1435,5 +1435,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1435
1435
|
productKeys?: ProductKeys;
|
|
1436
1436
|
typeGuard: IsBooleanType;
|
|
1437
1437
|
};
|
|
1438
|
+
platform_editor_hydration_skip_react_portal: {
|
|
1439
|
+
defaultValue: boolean;
|
|
1440
|
+
param: string;
|
|
1441
|
+
productKeys?: ProductKeys;
|
|
1442
|
+
typeGuard: IsBooleanType;
|
|
1443
|
+
};
|
|
1438
1444
|
};
|
|
1439
1445
|
export {};
|
package/package.json
CHANGED