@atlaskit/tmp-editor-statsig 57.0.0 → 58.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
|
+
## 58.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`48a64b7bbac82`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48a64b7bbac82) -
|
|
8
|
+
Remove stale experiment platform_editor_plain_text_support
|
|
9
|
+
|
|
3
10
|
## 57.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -949,15 +949,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
949
949
|
param: 'isEnabled',
|
|
950
950
|
defaultValue: false
|
|
951
951
|
}),
|
|
952
|
-
// Added 2025-10-07
|
|
953
|
-
platform_editor_plain_text_support: (0, _experimentBuilders.createBooleanExperiment)({
|
|
954
|
-
productKeys: {
|
|
955
|
-
jira: 'platform_editor_plain_text_support',
|
|
956
|
-
confluence: 'platform_editor_plain_text_support'
|
|
957
|
-
},
|
|
958
|
-
param: 'isEnabled',
|
|
959
|
-
defaultValue: false
|
|
960
|
-
}),
|
|
961
952
|
// Added 2025-10-01
|
|
962
953
|
// Added 2025-10-13
|
|
963
954
|
platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -943,15 +943,6 @@ export const editorExperimentsConfig = {
|
|
|
943
943
|
param: 'isEnabled',
|
|
944
944
|
defaultValue: false
|
|
945
945
|
}),
|
|
946
|
-
// Added 2025-10-07
|
|
947
|
-
platform_editor_plain_text_support: createBooleanExperiment({
|
|
948
|
-
productKeys: {
|
|
949
|
-
jira: 'platform_editor_plain_text_support',
|
|
950
|
-
confluence: 'platform_editor_plain_text_support'
|
|
951
|
-
},
|
|
952
|
-
param: 'isEnabled',
|
|
953
|
-
defaultValue: false
|
|
954
|
-
}),
|
|
955
946
|
// Added 2025-10-01
|
|
956
947
|
// Added 2025-10-13
|
|
957
948
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -943,15 +943,6 @@ export var editorExperimentsConfig = {
|
|
|
943
943
|
param: 'isEnabled',
|
|
944
944
|
defaultValue: false
|
|
945
945
|
}),
|
|
946
|
-
// Added 2025-10-07
|
|
947
|
-
platform_editor_plain_text_support: createBooleanExperiment({
|
|
948
|
-
productKeys: {
|
|
949
|
-
jira: 'platform_editor_plain_text_support',
|
|
950
|
-
confluence: 'platform_editor_plain_text_support'
|
|
951
|
-
},
|
|
952
|
-
param: 'isEnabled',
|
|
953
|
-
defaultValue: false
|
|
954
|
-
}),
|
|
955
946
|
// Added 2025-10-01
|
|
956
947
|
// Added 2025-10-13
|
|
957
948
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -583,12 +583,6 @@ export declare const editorExperimentsConfig: {
|
|
|
583
583
|
productKeys?: ProductKeys;
|
|
584
584
|
typeGuard: IsBooleanType;
|
|
585
585
|
};
|
|
586
|
-
platform_editor_plain_text_support: {
|
|
587
|
-
defaultValue: boolean;
|
|
588
|
-
param: string;
|
|
589
|
-
productKeys?: ProductKeys;
|
|
590
|
-
typeGuard: IsBooleanType;
|
|
591
|
-
};
|
|
592
586
|
platform_editor_prevent_taskitem_remount: {
|
|
593
587
|
defaultValue: boolean;
|
|
594
588
|
param: string;
|
|
@@ -583,12 +583,6 @@ export declare const editorExperimentsConfig: {
|
|
|
583
583
|
productKeys?: ProductKeys;
|
|
584
584
|
typeGuard: IsBooleanType;
|
|
585
585
|
};
|
|
586
|
-
platform_editor_plain_text_support: {
|
|
587
|
-
defaultValue: boolean;
|
|
588
|
-
param: string;
|
|
589
|
-
productKeys?: ProductKeys;
|
|
590
|
-
typeGuard: IsBooleanType;
|
|
591
|
-
};
|
|
592
586
|
platform_editor_prevent_taskitem_remount: {
|
|
593
587
|
defaultValue: boolean;
|
|
594
588
|
param: string;
|
package/package.json
CHANGED