@atlaskit/tmp-editor-statsig 13.12.0 → 13.12.1
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
|
+
## 13.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1c601de07087b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c601de07087b) -
|
|
8
|
+
Fix for CLS issue in Editor Resizer Component
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 13.12.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -278,6 +278,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
278
278
|
param: 'isEnabled',
|
|
279
279
|
defaultValue: false
|
|
280
280
|
}),
|
|
281
|
+
// Added 2025-10-14
|
|
282
|
+
platform_editor_resizer_cls_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
283
|
+
productKeys: {
|
|
284
|
+
confluence: 'platform_editor_resizer_cls_fix'
|
|
285
|
+
},
|
|
286
|
+
param: 'isEnabled',
|
|
287
|
+
defaultValue: false
|
|
288
|
+
}),
|
|
281
289
|
// Added 2025-03-28
|
|
282
290
|
platform_editor_ai_proactive_ai_nudge_parameters: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
283
291
|
productKeys: {
|
|
@@ -1030,5 +1038,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1030
1038
|
param: 'cohort',
|
|
1031
1039
|
values: ['control', 'test1', 'test2'],
|
|
1032
1040
|
defaultValue: 'control'
|
|
1041
|
+
}),
|
|
1042
|
+
// Added 2025-10-10
|
|
1043
|
+
platform_editor_new_list_decorations_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1044
|
+
productKeys: {
|
|
1045
|
+
confluence: 'platform_editor_new_list_decorations_logic'
|
|
1046
|
+
},
|
|
1047
|
+
param: 'isEnabled',
|
|
1048
|
+
defaultValue: false
|
|
1033
1049
|
})
|
|
1034
1050
|
};
|
|
@@ -272,6 +272,14 @@ export const editorExperimentsConfig = {
|
|
|
272
272
|
param: 'isEnabled',
|
|
273
273
|
defaultValue: false
|
|
274
274
|
}),
|
|
275
|
+
// Added 2025-10-14
|
|
276
|
+
platform_editor_resizer_cls_fix: createBooleanExperiment({
|
|
277
|
+
productKeys: {
|
|
278
|
+
confluence: 'platform_editor_resizer_cls_fix'
|
|
279
|
+
},
|
|
280
|
+
param: 'isEnabled',
|
|
281
|
+
defaultValue: false
|
|
282
|
+
}),
|
|
275
283
|
// Added 2025-03-28
|
|
276
284
|
platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
|
|
277
285
|
productKeys: {
|
|
@@ -1024,5 +1032,13 @@ export const editorExperimentsConfig = {
|
|
|
1024
1032
|
param: 'cohort',
|
|
1025
1033
|
values: ['control', 'test1', 'test2'],
|
|
1026
1034
|
defaultValue: 'control'
|
|
1035
|
+
}),
|
|
1036
|
+
// Added 2025-10-10
|
|
1037
|
+
platform_editor_new_list_decorations_logic: createBooleanExperiment({
|
|
1038
|
+
productKeys: {
|
|
1039
|
+
confluence: 'platform_editor_new_list_decorations_logic'
|
|
1040
|
+
},
|
|
1041
|
+
param: 'isEnabled',
|
|
1042
|
+
defaultValue: false
|
|
1027
1043
|
})
|
|
1028
1044
|
};
|
|
@@ -272,6 +272,14 @@ export var editorExperimentsConfig = {
|
|
|
272
272
|
param: 'isEnabled',
|
|
273
273
|
defaultValue: false
|
|
274
274
|
}),
|
|
275
|
+
// Added 2025-10-14
|
|
276
|
+
platform_editor_resizer_cls_fix: createBooleanExperiment({
|
|
277
|
+
productKeys: {
|
|
278
|
+
confluence: 'platform_editor_resizer_cls_fix'
|
|
279
|
+
},
|
|
280
|
+
param: 'isEnabled',
|
|
281
|
+
defaultValue: false
|
|
282
|
+
}),
|
|
275
283
|
// Added 2025-03-28
|
|
276
284
|
platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
|
|
277
285
|
productKeys: {
|
|
@@ -1024,5 +1032,13 @@ export var editorExperimentsConfig = {
|
|
|
1024
1032
|
param: 'cohort',
|
|
1025
1033
|
values: ['control', 'test1', 'test2'],
|
|
1026
1034
|
defaultValue: 'control'
|
|
1035
|
+
}),
|
|
1036
|
+
// Added 2025-10-10
|
|
1037
|
+
platform_editor_new_list_decorations_logic: createBooleanExperiment({
|
|
1038
|
+
productKeys: {
|
|
1039
|
+
confluence: 'platform_editor_new_list_decorations_logic'
|
|
1040
|
+
},
|
|
1041
|
+
param: 'isEnabled',
|
|
1042
|
+
defaultValue: false
|
|
1027
1043
|
})
|
|
1028
1044
|
};
|
|
@@ -197,6 +197,12 @@ export declare const editorExperimentsConfig: {
|
|
|
197
197
|
param: string;
|
|
198
198
|
productKeys?: import("./types").ProductKeys;
|
|
199
199
|
};
|
|
200
|
+
platform_editor_resizer_cls_fix: {
|
|
201
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
202
|
+
defaultValue: boolean;
|
|
203
|
+
param: string;
|
|
204
|
+
productKeys?: import("./types").ProductKeys;
|
|
205
|
+
};
|
|
200
206
|
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
201
207
|
values: ("control" | "variant1")[];
|
|
202
208
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -754,4 +760,10 @@ export declare const editorExperimentsConfig: {
|
|
|
754
760
|
param: string;
|
|
755
761
|
productKeys?: import("./types").ProductKeys;
|
|
756
762
|
};
|
|
763
|
+
platform_editor_new_list_decorations_logic: {
|
|
764
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
765
|
+
defaultValue: boolean;
|
|
766
|
+
param: string;
|
|
767
|
+
productKeys?: import("./types").ProductKeys;
|
|
768
|
+
};
|
|
757
769
|
};
|
|
@@ -197,6 +197,12 @@ export declare const editorExperimentsConfig: {
|
|
|
197
197
|
param: string;
|
|
198
198
|
productKeys?: import("./types").ProductKeys;
|
|
199
199
|
};
|
|
200
|
+
platform_editor_resizer_cls_fix: {
|
|
201
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
202
|
+
defaultValue: boolean;
|
|
203
|
+
param: string;
|
|
204
|
+
productKeys?: import("./types").ProductKeys;
|
|
205
|
+
};
|
|
200
206
|
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
201
207
|
values: ("control" | "variant1")[];
|
|
202
208
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -754,4 +760,10 @@ export declare const editorExperimentsConfig: {
|
|
|
754
760
|
param: string;
|
|
755
761
|
productKeys?: import("./types").ProductKeys;
|
|
756
762
|
};
|
|
763
|
+
platform_editor_new_list_decorations_logic: {
|
|
764
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
765
|
+
defaultValue: boolean;
|
|
766
|
+
param: string;
|
|
767
|
+
productKeys?: import("./types").ProductKeys;
|
|
768
|
+
};
|
|
757
769
|
};
|
package/package.json
CHANGED