@atlaskit/tmp-editor-statsig 194.0.0 → 195.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
|
+
## 195.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`85ad3990bac78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/85ad3990bac78) -
|
|
8
|
+
Clean up experiment `platform_editor_appearance_shared_state`
|
|
9
|
+
|
|
3
10
|
## 194.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1056,14 +1056,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1056
1056
|
param: 'isEnabled',
|
|
1057
1057
|
defaultValue: false
|
|
1058
1058
|
}),
|
|
1059
|
-
// Added 2026-03-05
|
|
1060
|
-
platform_editor_appearance_shared_state: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1061
|
-
productKeys: {
|
|
1062
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1063
|
-
},
|
|
1064
|
-
param: 'isEnabled',
|
|
1065
|
-
defaultValue: false
|
|
1066
|
-
}),
|
|
1067
1059
|
// Added 2026-03-04
|
|
1068
1060
|
platform_editor_ai_blockmenu_integration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1069
1061
|
productKeys: {
|
|
@@ -1050,14 +1050,6 @@ export const editorExperimentsConfig = {
|
|
|
1050
1050
|
param: 'isEnabled',
|
|
1051
1051
|
defaultValue: false
|
|
1052
1052
|
}),
|
|
1053
|
-
// Added 2026-03-05
|
|
1054
|
-
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1055
|
-
productKeys: {
|
|
1056
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1057
|
-
},
|
|
1058
|
-
param: 'isEnabled',
|
|
1059
|
-
defaultValue: false
|
|
1060
|
-
}),
|
|
1061
1053
|
// Added 2026-03-04
|
|
1062
1054
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1063
1055
|
productKeys: {
|
|
@@ -1050,14 +1050,6 @@ export var editorExperimentsConfig = {
|
|
|
1050
1050
|
param: 'isEnabled',
|
|
1051
1051
|
defaultValue: false
|
|
1052
1052
|
}),
|
|
1053
|
-
// Added 2026-03-05
|
|
1054
|
-
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1055
|
-
productKeys: {
|
|
1056
|
-
confluence: 'platform_editor_appearance_shared_state'
|
|
1057
|
-
},
|
|
1058
|
-
param: 'isEnabled',
|
|
1059
|
-
defaultValue: false
|
|
1060
|
-
}),
|
|
1061
1053
|
// Added 2026-03-04
|
|
1062
1054
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1063
1055
|
productKeys: {
|
|
@@ -394,12 +394,6 @@ export declare const editorExperimentsConfig: {
|
|
|
394
394
|
productKeys?: ProductKeys;
|
|
395
395
|
typeGuard: IsBooleanType;
|
|
396
396
|
};
|
|
397
|
-
platform_editor_appearance_shared_state: {
|
|
398
|
-
defaultValue: boolean;
|
|
399
|
-
param: string;
|
|
400
|
-
productKeys?: ProductKeys;
|
|
401
|
-
typeGuard: IsBooleanType;
|
|
402
|
-
};
|
|
403
397
|
platform_editor_lovability_emoji_scaling: {
|
|
404
398
|
defaultValue: boolean;
|
|
405
399
|
param: string;
|
package/package.json
CHANGED