@atlaskit/tmp-editor-statsig 13.31.0 → 13.32.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
|
+
## 13.32.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7a3ccae3a8cf5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a3ccae3a8cf5) -
|
|
8
|
+
ED-29457Clean up platform_editor_toolbar_aifc_renderer_selection
|
|
9
|
+
|
|
3
10
|
## 13.31.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -955,14 +955,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
955
955
|
param: 'isEnabled',
|
|
956
956
|
defaultValue: false
|
|
957
957
|
}),
|
|
958
|
-
// Added 2025-09-18
|
|
959
|
-
platform_editor_toolbar_aifc_renderer_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
960
|
-
productKeys: {
|
|
961
|
-
confluence: 'platform_editor_toolbar_aifc_renderer_selection'
|
|
962
|
-
},
|
|
963
|
-
param: 'isEnabled',
|
|
964
|
-
defaultValue: false
|
|
965
|
-
}),
|
|
966
958
|
// Added 2025-10-10
|
|
967
959
|
platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
968
960
|
productKeys: {
|
|
@@ -949,14 +949,6 @@ export const editorExperimentsConfig = {
|
|
|
949
949
|
param: 'isEnabled',
|
|
950
950
|
defaultValue: false
|
|
951
951
|
}),
|
|
952
|
-
// Added 2025-09-18
|
|
953
|
-
platform_editor_toolbar_aifc_renderer_selection: createBooleanExperiment({
|
|
954
|
-
productKeys: {
|
|
955
|
-
confluence: 'platform_editor_toolbar_aifc_renderer_selection'
|
|
956
|
-
},
|
|
957
|
-
param: 'isEnabled',
|
|
958
|
-
defaultValue: false
|
|
959
|
-
}),
|
|
960
952
|
// Added 2025-10-10
|
|
961
953
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
962
954
|
productKeys: {
|
|
@@ -949,14 +949,6 @@ export var editorExperimentsConfig = {
|
|
|
949
949
|
param: 'isEnabled',
|
|
950
950
|
defaultValue: false
|
|
951
951
|
}),
|
|
952
|
-
// Added 2025-09-18
|
|
953
|
-
platform_editor_toolbar_aifc_renderer_selection: createBooleanExperiment({
|
|
954
|
-
productKeys: {
|
|
955
|
-
confluence: 'platform_editor_toolbar_aifc_renderer_selection'
|
|
956
|
-
},
|
|
957
|
-
param: 'isEnabled',
|
|
958
|
-
defaultValue: false
|
|
959
|
-
}),
|
|
960
952
|
// Added 2025-10-10
|
|
961
953
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
962
954
|
productKeys: {
|
|
@@ -700,12 +700,6 @@ export declare const editorExperimentsConfig: {
|
|
|
700
700
|
param: string;
|
|
701
701
|
productKeys?: import("./types").ProductKeys;
|
|
702
702
|
};
|
|
703
|
-
platform_editor_toolbar_aifc_renderer_selection: {
|
|
704
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
705
|
-
defaultValue: boolean;
|
|
706
|
-
param: string;
|
|
707
|
-
productKeys?: import("./types").ProductKeys;
|
|
708
|
-
};
|
|
709
703
|
platform_use_llm_space_recommendations: {
|
|
710
704
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
711
705
|
defaultValue: boolean;
|
|
@@ -700,12 +700,6 @@ export declare const editorExperimentsConfig: {
|
|
|
700
700
|
param: string;
|
|
701
701
|
productKeys?: import("./types").ProductKeys;
|
|
702
702
|
};
|
|
703
|
-
platform_editor_toolbar_aifc_renderer_selection: {
|
|
704
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
705
|
-
defaultValue: boolean;
|
|
706
|
-
param: string;
|
|
707
|
-
productKeys?: import("./types").ProductKeys;
|
|
708
|
-
};
|
|
709
703
|
platform_use_llm_space_recommendations: {
|
|
710
704
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
711
705
|
defaultValue: boolean;
|
package/package.json
CHANGED