@atlaskit/tmp-editor-statsig 13.11.0 → 13.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`08782f92b4f09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08782f92b4f09) -
|
|
8
|
+
COMMENTS-5684-fe-cleanup-and-archive-cc-comments-include-path-for-renderer-emojis
|
|
9
|
+
|
|
3
10
|
## 13.11.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -670,14 +670,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
670
670
|
param: 'isEnabled',
|
|
671
671
|
defaultValue: false
|
|
672
672
|
}),
|
|
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
673
|
// Added 2025-07-31
|
|
682
674
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
683
675
|
productKeys: {
|
|
@@ -664,14 +664,6 @@ export const editorExperimentsConfig = {
|
|
|
664
664
|
param: 'isEnabled',
|
|
665
665
|
defaultValue: false
|
|
666
666
|
}),
|
|
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
667
|
// Added 2025-07-31
|
|
676
668
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
677
669
|
productKeys: {
|
|
@@ -664,14 +664,6 @@ export var editorExperimentsConfig = {
|
|
|
664
664
|
param: 'isEnabled',
|
|
665
665
|
defaultValue: false
|
|
666
666
|
}),
|
|
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
667
|
// Added 2025-07-31
|
|
676
668
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
677
669
|
productKeys: {
|
|
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
|
|
|
488
488
|
param: string;
|
|
489
489
|
productKeys?: import("./types").ProductKeys;
|
|
490
490
|
};
|
|
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
491
|
platform_editor_breakout_interaction_rerender: {
|
|
498
492
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
499
493
|
defaultValue: boolean;
|
|
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
|
|
|
488
488
|
param: string;
|
|
489
489
|
productKeys?: import("./types").ProductKeys;
|
|
490
490
|
};
|
|
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
491
|
platform_editor_breakout_interaction_rerender: {
|
|
498
492
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
499
493
|
defaultValue: boolean;
|
package/package.json
CHANGED