@atlaskit/tmp-editor-statsig 15.11.0 → 15.13.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 +19 -0
- package/dist/cjs/experiments-config.js +16 -8
- package/dist/es2019/experiments-config.js +16 -8
- package/dist/esm/experiments-config.js +16 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b6a737b41d065`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6a737b41d065) -
|
|
8
|
+
Clean up experiment platform_editor_fix_clone_nesting_exp
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 15.12.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`5df3069459bbe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df3069459bbe) -
|
|
19
|
+
[NO-ISSUE] Moving platform_editor_ai_suggestions_date_year_refresh and
|
|
20
|
+
platform_editor_ai_suggestions_date_comma_delim to experiment
|
|
21
|
+
|
|
3
22
|
## 15.11.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -1054,14 +1054,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1054
1054
|
param: 'isEnabled',
|
|
1055
1055
|
defaultValue: false
|
|
1056
1056
|
}),
|
|
1057
|
-
// Added 2025-10-24
|
|
1058
|
-
platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1059
|
-
productKeys: {
|
|
1060
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1061
|
-
},
|
|
1062
|
-
param: 'isEnabled',
|
|
1063
|
-
defaultValue: false
|
|
1064
|
-
}),
|
|
1065
1057
|
// Added 2025-10-27
|
|
1066
1058
|
platform_editor_table_sticky_header_improvements: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1067
1059
|
productKeys: {
|
|
@@ -1194,5 +1186,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1194
1186
|
},
|
|
1195
1187
|
param: 'isEnabled',
|
|
1196
1188
|
defaultValue: false
|
|
1189
|
+
}),
|
|
1190
|
+
// Added 2025-12-15
|
|
1191
|
+
platform_editor_ai_exp_inline_date_year_refresh: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
|
+
productKeys: {
|
|
1193
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1194
|
+
},
|
|
1195
|
+
param: 'isEnabled',
|
|
1196
|
+
defaultValue: false
|
|
1197
|
+
}),
|
|
1198
|
+
// Added 2025-12-15
|
|
1199
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1200
|
+
productKeys: {
|
|
1201
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1202
|
+
},
|
|
1203
|
+
param: 'isEnabled',
|
|
1204
|
+
defaultValue: false
|
|
1197
1205
|
})
|
|
1198
1206
|
};
|
|
@@ -1048,14 +1048,6 @@ export const editorExperimentsConfig = {
|
|
|
1048
1048
|
param: 'isEnabled',
|
|
1049
1049
|
defaultValue: false
|
|
1050
1050
|
}),
|
|
1051
|
-
// Added 2025-10-24
|
|
1052
|
-
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1053
|
-
productKeys: {
|
|
1054
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1055
|
-
},
|
|
1056
|
-
param: 'isEnabled',
|
|
1057
|
-
defaultValue: false
|
|
1058
|
-
}),
|
|
1059
1051
|
// Added 2025-10-27
|
|
1060
1052
|
platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
|
|
1061
1053
|
productKeys: {
|
|
@@ -1188,5 +1180,21 @@ export const editorExperimentsConfig = {
|
|
|
1188
1180
|
},
|
|
1189
1181
|
param: 'isEnabled',
|
|
1190
1182
|
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
|
+
// Added 2025-12-15
|
|
1185
|
+
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1186
|
+
productKeys: {
|
|
1187
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1188
|
+
},
|
|
1189
|
+
param: 'isEnabled',
|
|
1190
|
+
defaultValue: false
|
|
1191
|
+
}),
|
|
1192
|
+
// Added 2025-12-15
|
|
1193
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1194
|
+
productKeys: {
|
|
1195
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1196
|
+
},
|
|
1197
|
+
param: 'isEnabled',
|
|
1198
|
+
defaultValue: false
|
|
1191
1199
|
})
|
|
1192
1200
|
};
|
|
@@ -1048,14 +1048,6 @@ export var editorExperimentsConfig = {
|
|
|
1048
1048
|
param: 'isEnabled',
|
|
1049
1049
|
defaultValue: false
|
|
1050
1050
|
}),
|
|
1051
|
-
// Added 2025-10-24
|
|
1052
|
-
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1053
|
-
productKeys: {
|
|
1054
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1055
|
-
},
|
|
1056
|
-
param: 'isEnabled',
|
|
1057
|
-
defaultValue: false
|
|
1058
|
-
}),
|
|
1059
1051
|
// Added 2025-10-27
|
|
1060
1052
|
platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
|
|
1061
1053
|
productKeys: {
|
|
@@ -1188,5 +1180,21 @@ export var editorExperimentsConfig = {
|
|
|
1188
1180
|
},
|
|
1189
1181
|
param: 'isEnabled',
|
|
1190
1182
|
defaultValue: false
|
|
1183
|
+
}),
|
|
1184
|
+
// Added 2025-12-15
|
|
1185
|
+
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1186
|
+
productKeys: {
|
|
1187
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1188
|
+
},
|
|
1189
|
+
param: 'isEnabled',
|
|
1190
|
+
defaultValue: false
|
|
1191
|
+
}),
|
|
1192
|
+
// Added 2025-12-15
|
|
1193
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1194
|
+
productKeys: {
|
|
1195
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1196
|
+
},
|
|
1197
|
+
param: 'isEnabled',
|
|
1198
|
+
defaultValue: false
|
|
1191
1199
|
})
|
|
1192
1200
|
};
|
|
@@ -422,12 +422,6 @@ export declare const editorExperimentsConfig: {
|
|
|
422
422
|
productKeys?: ProductKeys;
|
|
423
423
|
typeGuard: IsBooleanType;
|
|
424
424
|
};
|
|
425
|
-
platform_editor_fix_clone_nesting_exp: {
|
|
426
|
-
defaultValue: boolean;
|
|
427
|
-
param: string;
|
|
428
|
-
productKeys?: ProductKeys;
|
|
429
|
-
typeGuard: IsBooleanType;
|
|
430
|
-
};
|
|
431
425
|
platform_editor_fix_quick_insert_consistency_exp: {
|
|
432
426
|
defaultValue: boolean;
|
|
433
427
|
param: string;
|
|
@@ -879,5 +873,17 @@ export declare const editorExperimentsConfig: {
|
|
|
879
873
|
productKeys?: ProductKeys;
|
|
880
874
|
typeGuard: IsBooleanType;
|
|
881
875
|
};
|
|
876
|
+
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
877
|
+
defaultValue: boolean;
|
|
878
|
+
param: string;
|
|
879
|
+
productKeys?: ProductKeys;
|
|
880
|
+
typeGuard: IsBooleanType;
|
|
881
|
+
};
|
|
882
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
883
|
+
defaultValue: boolean;
|
|
884
|
+
param: string;
|
|
885
|
+
productKeys?: ProductKeys;
|
|
886
|
+
typeGuard: IsBooleanType;
|
|
887
|
+
};
|
|
882
888
|
};
|
|
883
889
|
export {};
|
|
@@ -422,12 +422,6 @@ export declare const editorExperimentsConfig: {
|
|
|
422
422
|
productKeys?: ProductKeys;
|
|
423
423
|
typeGuard: IsBooleanType;
|
|
424
424
|
};
|
|
425
|
-
platform_editor_fix_clone_nesting_exp: {
|
|
426
|
-
defaultValue: boolean;
|
|
427
|
-
param: string;
|
|
428
|
-
productKeys?: ProductKeys;
|
|
429
|
-
typeGuard: IsBooleanType;
|
|
430
|
-
};
|
|
431
425
|
platform_editor_fix_quick_insert_consistency_exp: {
|
|
432
426
|
defaultValue: boolean;
|
|
433
427
|
param: string;
|
|
@@ -879,5 +873,17 @@ export declare const editorExperimentsConfig: {
|
|
|
879
873
|
productKeys?: ProductKeys;
|
|
880
874
|
typeGuard: IsBooleanType;
|
|
881
875
|
};
|
|
876
|
+
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
877
|
+
defaultValue: boolean;
|
|
878
|
+
param: string;
|
|
879
|
+
productKeys?: ProductKeys;
|
|
880
|
+
typeGuard: IsBooleanType;
|
|
881
|
+
};
|
|
882
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
883
|
+
defaultValue: boolean;
|
|
884
|
+
param: string;
|
|
885
|
+
productKeys?: ProductKeys;
|
|
886
|
+
typeGuard: IsBooleanType;
|
|
887
|
+
};
|
|
882
888
|
};
|
|
883
889
|
export {};
|
package/package.json
CHANGED