@atlaskit/tmp-editor-statsig 16.1.0 → 16.3.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 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`45270b9a8ed63`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45270b9a8ed63) -
|
|
8
|
+
CONFCLOUD-83370: Fix broken IME composition
|
|
9
|
+
|
|
10
|
+
## 16.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`b10f0252621b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b10f0252621b0) -
|
|
15
|
+
Set padding top and bottom on blockquote to avoid batch.css overrides
|
|
16
|
+
|
|
3
17
|
## 16.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1087,6 +1087,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1087
1087
|
param: 'isEnabled',
|
|
1088
1088
|
defaultValue: false
|
|
1089
1089
|
}),
|
|
1090
|
+
// Added 2025-12-18
|
|
1091
|
+
platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1092
|
+
productKeys: {
|
|
1093
|
+
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1094
|
+
},
|
|
1095
|
+
param: 'isEnabled',
|
|
1096
|
+
defaultValue: false
|
|
1097
|
+
}),
|
|
1090
1098
|
// Added 2025-11-19
|
|
1091
1099
|
platform_editor_lovability_navigation_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1092
1100
|
productKeys: {
|
|
@@ -1195,6 +1203,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1195
1203
|
param: 'isEnabled',
|
|
1196
1204
|
defaultValue: false
|
|
1197
1205
|
}),
|
|
1206
|
+
// Added 2025-12-22
|
|
1207
|
+
platform_editor_localid_ime_composition_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1208
|
+
productKeys: {
|
|
1209
|
+
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1210
|
+
},
|
|
1211
|
+
param: 'isEnabled',
|
|
1212
|
+
defaultValue: false
|
|
1213
|
+
}),
|
|
1198
1214
|
// Added 2025-12-18
|
|
1199
1215
|
platform_synced_blocks_offline_check_for_block: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1200
1216
|
productKeys: {
|
|
@@ -1081,6 +1081,14 @@ export const editorExperimentsConfig = {
|
|
|
1081
1081
|
param: 'isEnabled',
|
|
1082
1082
|
defaultValue: false
|
|
1083
1083
|
}),
|
|
1084
|
+
// Added 2025-12-18
|
|
1085
|
+
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1086
|
+
productKeys: {
|
|
1087
|
+
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1088
|
+
},
|
|
1089
|
+
param: 'isEnabled',
|
|
1090
|
+
defaultValue: false
|
|
1091
|
+
}),
|
|
1084
1092
|
// Added 2025-11-19
|
|
1085
1093
|
platform_editor_lovability_navigation_fixes: createBooleanExperiment({
|
|
1086
1094
|
productKeys: {
|
|
@@ -1189,6 +1197,14 @@ export const editorExperimentsConfig = {
|
|
|
1189
1197
|
param: 'isEnabled',
|
|
1190
1198
|
defaultValue: false
|
|
1191
1199
|
}),
|
|
1200
|
+
// Added 2025-12-22
|
|
1201
|
+
platform_editor_localid_ime_composition_fix: createBooleanExperiment({
|
|
1202
|
+
productKeys: {
|
|
1203
|
+
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1204
|
+
},
|
|
1205
|
+
param: 'isEnabled',
|
|
1206
|
+
defaultValue: false
|
|
1207
|
+
}),
|
|
1192
1208
|
// Added 2025-12-18
|
|
1193
1209
|
platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
|
|
1194
1210
|
productKeys: {
|
|
@@ -1081,6 +1081,14 @@ export var editorExperimentsConfig = {
|
|
|
1081
1081
|
param: 'isEnabled',
|
|
1082
1082
|
defaultValue: false
|
|
1083
1083
|
}),
|
|
1084
|
+
// Added 2025-12-18
|
|
1085
|
+
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1086
|
+
productKeys: {
|
|
1087
|
+
confluence: 'platform_editor_blockquote_zero_padding'
|
|
1088
|
+
},
|
|
1089
|
+
param: 'isEnabled',
|
|
1090
|
+
defaultValue: false
|
|
1091
|
+
}),
|
|
1084
1092
|
// Added 2025-11-19
|
|
1085
1093
|
platform_editor_lovability_navigation_fixes: createBooleanExperiment({
|
|
1086
1094
|
productKeys: {
|
|
@@ -1189,6 +1197,14 @@ export var editorExperimentsConfig = {
|
|
|
1189
1197
|
param: 'isEnabled',
|
|
1190
1198
|
defaultValue: false
|
|
1191
1199
|
}),
|
|
1200
|
+
// Added 2025-12-22
|
|
1201
|
+
platform_editor_localid_ime_composition_fix: createBooleanExperiment({
|
|
1202
|
+
productKeys: {
|
|
1203
|
+
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1204
|
+
},
|
|
1205
|
+
param: 'isEnabled',
|
|
1206
|
+
defaultValue: false
|
|
1207
|
+
}),
|
|
1192
1208
|
// Added 2025-12-18
|
|
1193
1209
|
platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
|
|
1194
1210
|
productKeys: {
|
|
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
|
|
|
45
45
|
productKeys?: ProductKeys;
|
|
46
46
|
typeGuard: IsBooleanType;
|
|
47
47
|
};
|
|
48
|
+
platform_editor_blockquote_zero_padding: {
|
|
49
|
+
defaultValue: boolean;
|
|
50
|
+
param: string;
|
|
51
|
+
productKeys?: ProductKeys;
|
|
52
|
+
typeGuard: IsBooleanType;
|
|
53
|
+
};
|
|
48
54
|
cc_editor_insm_outlier_events: {
|
|
49
55
|
defaultValue: 'control' | 'test';
|
|
50
56
|
param: string;
|
|
@@ -879,6 +885,12 @@ export declare const editorExperimentsConfig: {
|
|
|
879
885
|
productKeys?: ProductKeys;
|
|
880
886
|
typeGuard: IsBooleanType;
|
|
881
887
|
};
|
|
888
|
+
platform_editor_localid_ime_composition_fix: {
|
|
889
|
+
defaultValue: boolean;
|
|
890
|
+
param: string;
|
|
891
|
+
productKeys?: ProductKeys;
|
|
892
|
+
typeGuard: IsBooleanType;
|
|
893
|
+
};
|
|
882
894
|
platform_synced_blocks_offline_check_for_block: {
|
|
883
895
|
defaultValue: boolean;
|
|
884
896
|
param: string;
|
|
@@ -45,6 +45,12 @@ export declare const editorExperimentsConfig: {
|
|
|
45
45
|
productKeys?: ProductKeys;
|
|
46
46
|
typeGuard: IsBooleanType;
|
|
47
47
|
};
|
|
48
|
+
platform_editor_blockquote_zero_padding: {
|
|
49
|
+
defaultValue: boolean;
|
|
50
|
+
param: string;
|
|
51
|
+
productKeys?: ProductKeys;
|
|
52
|
+
typeGuard: IsBooleanType;
|
|
53
|
+
};
|
|
48
54
|
cc_editor_insm_outlier_events: {
|
|
49
55
|
defaultValue: 'control' | 'test';
|
|
50
56
|
param: string;
|
|
@@ -879,6 +885,12 @@ export declare const editorExperimentsConfig: {
|
|
|
879
885
|
productKeys?: ProductKeys;
|
|
880
886
|
typeGuard: IsBooleanType;
|
|
881
887
|
};
|
|
888
|
+
platform_editor_localid_ime_composition_fix: {
|
|
889
|
+
defaultValue: boolean;
|
|
890
|
+
param: string;
|
|
891
|
+
productKeys?: ProductKeys;
|
|
892
|
+
typeGuard: IsBooleanType;
|
|
893
|
+
};
|
|
882
894
|
platform_synced_blocks_offline_check_for_block: {
|
|
883
895
|
defaultValue: boolean;
|
|
884
896
|
param: string;
|
package/package.json
CHANGED