@atlaskit/tmp-editor-statsig 15.11.0 → 15.12.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 +8 -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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5df3069459bbe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5df3069459bbe) -
|
|
8
|
+
[NO-ISSUE] Moving platform_editor_ai_suggestions_date_year_refresh and
|
|
9
|
+
platform_editor_ai_suggestions_date_comma_delim to experiment
|
|
10
|
+
|
|
3
11
|
## 15.11.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1194,5 +1194,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1194
1194
|
},
|
|
1195
1195
|
param: 'isEnabled',
|
|
1196
1196
|
defaultValue: false
|
|
1197
|
+
}),
|
|
1198
|
+
// Added 2025-12-15
|
|
1199
|
+
platform_editor_ai_exp_inline_date_year_refresh: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1200
|
+
productKeys: {
|
|
1201
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1202
|
+
},
|
|
1203
|
+
param: 'isEnabled',
|
|
1204
|
+
defaultValue: false
|
|
1205
|
+
}),
|
|
1206
|
+
// Added 2025-12-15
|
|
1207
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1208
|
+
productKeys: {
|
|
1209
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1210
|
+
},
|
|
1211
|
+
param: 'isEnabled',
|
|
1212
|
+
defaultValue: false
|
|
1197
1213
|
})
|
|
1198
1214
|
};
|
|
@@ -1188,5 +1188,21 @@ export const editorExperimentsConfig = {
|
|
|
1188
1188
|
},
|
|
1189
1189
|
param: 'isEnabled',
|
|
1190
1190
|
defaultValue: false
|
|
1191
|
+
}),
|
|
1192
|
+
// Added 2025-12-15
|
|
1193
|
+
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1194
|
+
productKeys: {
|
|
1195
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1196
|
+
},
|
|
1197
|
+
param: 'isEnabled',
|
|
1198
|
+
defaultValue: false
|
|
1199
|
+
}),
|
|
1200
|
+
// Added 2025-12-15
|
|
1201
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1202
|
+
productKeys: {
|
|
1203
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1204
|
+
},
|
|
1205
|
+
param: 'isEnabled',
|
|
1206
|
+
defaultValue: false
|
|
1191
1207
|
})
|
|
1192
1208
|
};
|
|
@@ -1188,5 +1188,21 @@ export var editorExperimentsConfig = {
|
|
|
1188
1188
|
},
|
|
1189
1189
|
param: 'isEnabled',
|
|
1190
1190
|
defaultValue: false
|
|
1191
|
+
}),
|
|
1192
|
+
// Added 2025-12-15
|
|
1193
|
+
platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
|
|
1194
|
+
productKeys: {
|
|
1195
|
+
confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
|
|
1196
|
+
},
|
|
1197
|
+
param: 'isEnabled',
|
|
1198
|
+
defaultValue: false
|
|
1199
|
+
}),
|
|
1200
|
+
// Added 2025-12-15
|
|
1201
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
|
|
1202
|
+
productKeys: {
|
|
1203
|
+
confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
|
|
1204
|
+
},
|
|
1205
|
+
param: 'isEnabled',
|
|
1206
|
+
defaultValue: false
|
|
1191
1207
|
})
|
|
1192
1208
|
};
|
|
@@ -879,5 +879,17 @@ export declare const editorExperimentsConfig: {
|
|
|
879
879
|
productKeys?: ProductKeys;
|
|
880
880
|
typeGuard: IsBooleanType;
|
|
881
881
|
};
|
|
882
|
+
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
883
|
+
defaultValue: boolean;
|
|
884
|
+
param: string;
|
|
885
|
+
productKeys?: ProductKeys;
|
|
886
|
+
typeGuard: IsBooleanType;
|
|
887
|
+
};
|
|
888
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
889
|
+
defaultValue: boolean;
|
|
890
|
+
param: string;
|
|
891
|
+
productKeys?: ProductKeys;
|
|
892
|
+
typeGuard: IsBooleanType;
|
|
893
|
+
};
|
|
882
894
|
};
|
|
883
895
|
export {};
|
|
@@ -879,5 +879,17 @@ export declare const editorExperimentsConfig: {
|
|
|
879
879
|
productKeys?: ProductKeys;
|
|
880
880
|
typeGuard: IsBooleanType;
|
|
881
881
|
};
|
|
882
|
+
platform_editor_ai_exp_inline_date_year_refresh: {
|
|
883
|
+
defaultValue: boolean;
|
|
884
|
+
param: string;
|
|
885
|
+
productKeys?: ProductKeys;
|
|
886
|
+
typeGuard: IsBooleanType;
|
|
887
|
+
};
|
|
888
|
+
platform_editor_ai_exp_suggestion_date_comma_delim: {
|
|
889
|
+
defaultValue: boolean;
|
|
890
|
+
param: string;
|
|
891
|
+
productKeys?: ProductKeys;
|
|
892
|
+
typeGuard: IsBooleanType;
|
|
893
|
+
};
|
|
882
894
|
};
|
|
883
895
|
export {};
|
package/package.json
CHANGED