@atlaskit/tmp-editor-statsig 193.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,21 @@
|
|
|
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
|
+
|
|
10
|
+
## 194.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`9e6211ceb4ceb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e6211ceb4ceb) -
|
|
15
|
+
Clean up the fully rolled-out `platform_editor_small_font_size` experiment and make its permanent
|
|
16
|
+
`true` behavior unconditional across editor formatting, task and list handling, paste behavior,
|
|
17
|
+
controls, and rendering.
|
|
18
|
+
|
|
3
19
|
## 193.0.0
|
|
4
20
|
|
|
5
21
|
### 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: {
|
|
@@ -1112,14 +1104,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1112
1104
|
param: 'isEnabled',
|
|
1113
1105
|
defaultValue: false
|
|
1114
1106
|
}),
|
|
1115
|
-
platform_editor_small_font_size: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1116
|
-
productKeys: {
|
|
1117
|
-
confluence: 'platform_editor_small_font_size',
|
|
1118
|
-
jira: 'platform_editor_small_font_size'
|
|
1119
|
-
},
|
|
1120
|
-
param: 'isEnabled',
|
|
1121
|
-
defaultValue: false
|
|
1122
|
-
}),
|
|
1123
1107
|
// Added 2026-03-10
|
|
1124
1108
|
platform_editor_diff_plugin_extended: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1125
1109
|
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: {
|
|
@@ -1106,14 +1098,6 @@ export const editorExperimentsConfig = {
|
|
|
1106
1098
|
param: 'isEnabled',
|
|
1107
1099
|
defaultValue: false
|
|
1108
1100
|
}),
|
|
1109
|
-
platform_editor_small_font_size: createBooleanExperiment({
|
|
1110
|
-
productKeys: {
|
|
1111
|
-
confluence: 'platform_editor_small_font_size',
|
|
1112
|
-
jira: 'platform_editor_small_font_size'
|
|
1113
|
-
},
|
|
1114
|
-
param: 'isEnabled',
|
|
1115
|
-
defaultValue: false
|
|
1116
|
-
}),
|
|
1117
1101
|
// Added 2026-03-10
|
|
1118
1102
|
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1119
1103
|
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: {
|
|
@@ -1106,14 +1098,6 @@ export var editorExperimentsConfig = {
|
|
|
1106
1098
|
param: 'isEnabled',
|
|
1107
1099
|
defaultValue: false
|
|
1108
1100
|
}),
|
|
1109
|
-
platform_editor_small_font_size: createBooleanExperiment({
|
|
1110
|
-
productKeys: {
|
|
1111
|
-
confluence: 'platform_editor_small_font_size',
|
|
1112
|
-
jira: 'platform_editor_small_font_size'
|
|
1113
|
-
},
|
|
1114
|
-
param: 'isEnabled',
|
|
1115
|
-
defaultValue: false
|
|
1116
|
-
}),
|
|
1117
1101
|
// Added 2026-03-10
|
|
1118
1102
|
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1119
1103
|
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;
|
|
@@ -866,12 +860,6 @@ export declare const editorExperimentsConfig: {
|
|
|
866
860
|
productKeys?: ProductKeys;
|
|
867
861
|
typeGuard: IsBooleanType;
|
|
868
862
|
};
|
|
869
|
-
platform_editor_small_font_size: {
|
|
870
|
-
defaultValue: boolean;
|
|
871
|
-
param: string;
|
|
872
|
-
productKeys?: ProductKeys;
|
|
873
|
-
typeGuard: IsBooleanType;
|
|
874
|
-
};
|
|
875
863
|
platform_editor_diff_plugin_extended: {
|
|
876
864
|
defaultValue: boolean;
|
|
877
865
|
param: string;
|
package/package.json
CHANGED