@atlaskit/tmp-editor-statsig 13.11.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 +15 -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,20 @@
|
|
|
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
|
+
|
|
11
|
+
## 13.12.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`08782f92b4f09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08782f92b4f09) -
|
|
16
|
+
COMMENTS-5684-fe-cleanup-and-archive-cc-comments-include-path-for-renderer-emojis
|
|
17
|
+
|
|
3
18
|
## 13.11.0
|
|
4
19
|
|
|
5
20
|
### 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: {
|
|
@@ -670,14 +678,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
670
678
|
param: 'isEnabled',
|
|
671
679
|
defaultValue: false
|
|
672
680
|
}),
|
|
673
|
-
// Added 2025-07-29
|
|
674
|
-
cc_comments_include_path_for_renderer_emojis: (0, _experimentBuilders.createBooleanExperiment)({
|
|
675
|
-
productKeys: {
|
|
676
|
-
confluence: 'cc_comments_include_path_for_renderer_emojis'
|
|
677
|
-
},
|
|
678
|
-
param: 'isEnabled',
|
|
679
|
-
defaultValue: false
|
|
680
|
-
}),
|
|
681
681
|
// Added 2025-07-31
|
|
682
682
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
683
683
|
productKeys: {
|
|
@@ -1038,5 +1038,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1038
1038
|
param: 'cohort',
|
|
1039
1039
|
values: ['control', 'test1', 'test2'],
|
|
1040
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
|
|
1041
1049
|
})
|
|
1042
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: {
|
|
@@ -664,14 +672,6 @@ export const editorExperimentsConfig = {
|
|
|
664
672
|
param: 'isEnabled',
|
|
665
673
|
defaultValue: false
|
|
666
674
|
}),
|
|
667
|
-
// Added 2025-07-29
|
|
668
|
-
cc_comments_include_path_for_renderer_emojis: createBooleanExperiment({
|
|
669
|
-
productKeys: {
|
|
670
|
-
confluence: 'cc_comments_include_path_for_renderer_emojis'
|
|
671
|
-
},
|
|
672
|
-
param: 'isEnabled',
|
|
673
|
-
defaultValue: false
|
|
674
|
-
}),
|
|
675
675
|
// Added 2025-07-31
|
|
676
676
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
677
677
|
productKeys: {
|
|
@@ -1032,5 +1032,13 @@ export const editorExperimentsConfig = {
|
|
|
1032
1032
|
param: 'cohort',
|
|
1033
1033
|
values: ['control', 'test1', 'test2'],
|
|
1034
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
|
|
1035
1043
|
})
|
|
1036
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: {
|
|
@@ -664,14 +672,6 @@ export var editorExperimentsConfig = {
|
|
|
664
672
|
param: 'isEnabled',
|
|
665
673
|
defaultValue: false
|
|
666
674
|
}),
|
|
667
|
-
// Added 2025-07-29
|
|
668
|
-
cc_comments_include_path_for_renderer_emojis: createBooleanExperiment({
|
|
669
|
-
productKeys: {
|
|
670
|
-
confluence: 'cc_comments_include_path_for_renderer_emojis'
|
|
671
|
-
},
|
|
672
|
-
param: 'isEnabled',
|
|
673
|
-
defaultValue: false
|
|
674
|
-
}),
|
|
675
675
|
// Added 2025-07-31
|
|
676
676
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
677
677
|
productKeys: {
|
|
@@ -1032,5 +1032,13 @@ export var editorExperimentsConfig = {
|
|
|
1032
1032
|
param: 'cohort',
|
|
1033
1033
|
values: ['control', 'test1', 'test2'],
|
|
1034
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
|
|
1035
1043
|
})
|
|
1036
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";
|
|
@@ -488,12 +494,6 @@ export declare const editorExperimentsConfig: {
|
|
|
488
494
|
param: string;
|
|
489
495
|
productKeys?: import("./types").ProductKeys;
|
|
490
496
|
};
|
|
491
|
-
cc_comments_include_path_for_renderer_emojis: {
|
|
492
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
493
|
-
defaultValue: boolean;
|
|
494
|
-
param: string;
|
|
495
|
-
productKeys?: import("./types").ProductKeys;
|
|
496
|
-
};
|
|
497
497
|
platform_editor_breakout_interaction_rerender: {
|
|
498
498
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
499
499
|
defaultValue: boolean;
|
|
@@ -760,4 +760,10 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
param: string;
|
|
761
761
|
productKeys?: import("./types").ProductKeys;
|
|
762
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
|
+
};
|
|
763
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";
|
|
@@ -488,12 +494,6 @@ export declare const editorExperimentsConfig: {
|
|
|
488
494
|
param: string;
|
|
489
495
|
productKeys?: import("./types").ProductKeys;
|
|
490
496
|
};
|
|
491
|
-
cc_comments_include_path_for_renderer_emojis: {
|
|
492
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
493
|
-
defaultValue: boolean;
|
|
494
|
-
param: string;
|
|
495
|
-
productKeys?: import("./types").ProductKeys;
|
|
496
|
-
};
|
|
497
497
|
platform_editor_breakout_interaction_rerender: {
|
|
498
498
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
499
499
|
defaultValue: boolean;
|
|
@@ -760,4 +760,10 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
param: string;
|
|
761
761
|
productKeys?: import("./types").ProductKeys;
|
|
762
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
|
+
};
|
|
763
769
|
};
|
package/package.json
CHANGED