@atlaskit/tmp-editor-statsig 13.36.0 → 13.37.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.37.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c25e49b317dd8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c25e49b317dd8) -
|
|
8
|
+
[ED-29492] clean up references to platform_editor_paste_rich_text_bugfix
|
|
9
|
+
|
|
3
10
|
## 13.36.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -822,15 +822,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
822
822
|
param: 'isEnabled',
|
|
823
823
|
defaultValue: false
|
|
824
824
|
}),
|
|
825
|
-
// Added 2025-08-21
|
|
826
|
-
platform_editor_paste_rich_text_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
827
|
-
productKeys: {
|
|
828
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
829
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
830
|
-
},
|
|
831
|
-
param: 'isEnabled',
|
|
832
|
-
defaultValue: false
|
|
833
|
-
}),
|
|
834
825
|
// Added 2025-08-25
|
|
835
826
|
platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
836
827
|
productKeys: {
|
|
@@ -816,15 +816,6 @@ export const editorExperimentsConfig = {
|
|
|
816
816
|
param: 'isEnabled',
|
|
817
817
|
defaultValue: false
|
|
818
818
|
}),
|
|
819
|
-
// Added 2025-08-21
|
|
820
|
-
platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
|
|
821
|
-
productKeys: {
|
|
822
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
823
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
824
|
-
},
|
|
825
|
-
param: 'isEnabled',
|
|
826
|
-
defaultValue: false
|
|
827
|
-
}),
|
|
828
819
|
// Added 2025-08-25
|
|
829
820
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
830
821
|
productKeys: {
|
|
@@ -816,15 +816,6 @@ export var editorExperimentsConfig = {
|
|
|
816
816
|
param: 'isEnabled',
|
|
817
817
|
defaultValue: false
|
|
818
818
|
}),
|
|
819
|
-
// Added 2025-08-21
|
|
820
|
-
platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
|
|
821
|
-
productKeys: {
|
|
822
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
823
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
824
|
-
},
|
|
825
|
-
param: 'isEnabled',
|
|
826
|
-
defaultValue: false
|
|
827
|
-
}),
|
|
828
819
|
// Added 2025-08-25
|
|
829
820
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
830
821
|
productKeys: {
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
param: string;
|
|
603
603
|
productKeys?: import("./types").ProductKeys;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_paste_rich_text_bugfix: {
|
|
606
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
607
|
-
defaultValue: boolean;
|
|
608
|
-
param: string;
|
|
609
|
-
productKeys?: import("./types").ProductKeys;
|
|
610
|
-
};
|
|
611
605
|
platform_editor_toolbar_aifc_template_editor: {
|
|
612
606
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
613
607
|
defaultValue: boolean;
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
param: string;
|
|
603
603
|
productKeys?: import("./types").ProductKeys;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_paste_rich_text_bugfix: {
|
|
606
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
607
|
-
defaultValue: boolean;
|
|
608
|
-
param: string;
|
|
609
|
-
productKeys?: import("./types").ProductKeys;
|
|
610
|
-
};
|
|
611
605
|
platform_editor_toolbar_aifc_template_editor: {
|
|
612
606
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
613
607
|
defaultValue: boolean;
|
package/package.json
CHANGED