@atlaskit/tmp-editor-statsig 13.35.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 +14 -0
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 13.36.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`6dca69f45fa7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6dca69f45fa7f) -
|
|
15
|
+
[ED-29493] clean up references to platform_editor_find_replace_a11y_fixes
|
|
16
|
+
|
|
3
17
|
## 13.35.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -806,14 +806,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
806
806
|
param: 'isEnabled',
|
|
807
807
|
defaultValue: false
|
|
808
808
|
}),
|
|
809
|
-
// Added 2025-08-18
|
|
810
|
-
platform_editor_find_replace_a11y_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
811
|
-
productKeys: {
|
|
812
|
-
confluence: 'platform_editor_find_replace_a11y_fixes'
|
|
813
|
-
},
|
|
814
|
-
param: 'isEnabled',
|
|
815
|
-
defaultValue: false
|
|
816
|
-
}),
|
|
817
809
|
// Added 2025-08-19
|
|
818
810
|
platform_editor_breakout_resizing_vc90_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
819
811
|
productKeys: {
|
|
@@ -830,15 +822,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
830
822
|
param: 'isEnabled',
|
|
831
823
|
defaultValue: false
|
|
832
824
|
}),
|
|
833
|
-
// Added 2025-08-21
|
|
834
|
-
platform_editor_paste_rich_text_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
835
|
-
productKeys: {
|
|
836
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
837
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
838
|
-
},
|
|
839
|
-
param: 'isEnabled',
|
|
840
|
-
defaultValue: false
|
|
841
|
-
}),
|
|
842
825
|
// Added 2025-08-25
|
|
843
826
|
platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
844
827
|
productKeys: {
|
|
@@ -800,14 +800,6 @@ export const editorExperimentsConfig = {
|
|
|
800
800
|
param: 'isEnabled',
|
|
801
801
|
defaultValue: false
|
|
802
802
|
}),
|
|
803
|
-
// Added 2025-08-18
|
|
804
|
-
platform_editor_find_replace_a11y_fixes: createBooleanExperiment({
|
|
805
|
-
productKeys: {
|
|
806
|
-
confluence: 'platform_editor_find_replace_a11y_fixes'
|
|
807
|
-
},
|
|
808
|
-
param: 'isEnabled',
|
|
809
|
-
defaultValue: false
|
|
810
|
-
}),
|
|
811
803
|
// Added 2025-08-19
|
|
812
804
|
platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
|
|
813
805
|
productKeys: {
|
|
@@ -824,15 +816,6 @@ export const editorExperimentsConfig = {
|
|
|
824
816
|
param: 'isEnabled',
|
|
825
817
|
defaultValue: false
|
|
826
818
|
}),
|
|
827
|
-
// Added 2025-08-21
|
|
828
|
-
platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
|
|
829
|
-
productKeys: {
|
|
830
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
831
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
832
|
-
},
|
|
833
|
-
param: 'isEnabled',
|
|
834
|
-
defaultValue: false
|
|
835
|
-
}),
|
|
836
819
|
// Added 2025-08-25
|
|
837
820
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
838
821
|
productKeys: {
|
|
@@ -800,14 +800,6 @@ export var editorExperimentsConfig = {
|
|
|
800
800
|
param: 'isEnabled',
|
|
801
801
|
defaultValue: false
|
|
802
802
|
}),
|
|
803
|
-
// Added 2025-08-18
|
|
804
|
-
platform_editor_find_replace_a11y_fixes: createBooleanExperiment({
|
|
805
|
-
productKeys: {
|
|
806
|
-
confluence: 'platform_editor_find_replace_a11y_fixes'
|
|
807
|
-
},
|
|
808
|
-
param: 'isEnabled',
|
|
809
|
-
defaultValue: false
|
|
810
|
-
}),
|
|
811
803
|
// Added 2025-08-19
|
|
812
804
|
platform_editor_breakout_resizing_vc90_fix: createBooleanExperiment({
|
|
813
805
|
productKeys: {
|
|
@@ -824,15 +816,6 @@ export var editorExperimentsConfig = {
|
|
|
824
816
|
param: 'isEnabled',
|
|
825
817
|
defaultValue: false
|
|
826
818
|
}),
|
|
827
|
-
// Added 2025-08-21
|
|
828
|
-
platform_editor_paste_rich_text_bugfix: createBooleanExperiment({
|
|
829
|
-
productKeys: {
|
|
830
|
-
confluence: 'platform_editor_paste_rich_text_bugfix',
|
|
831
|
-
jira: 'platform_editor_paste_rich_text_bugfix'
|
|
832
|
-
},
|
|
833
|
-
param: 'isEnabled',
|
|
834
|
-
defaultValue: false
|
|
835
|
-
}),
|
|
836
819
|
// Added 2025-08-25
|
|
837
820
|
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
838
821
|
productKeys: {
|
|
@@ -590,12 +590,6 @@ export declare const editorExperimentsConfig: {
|
|
|
590
590
|
param: string;
|
|
591
591
|
productKeys?: import("./types").ProductKeys;
|
|
592
592
|
};
|
|
593
|
-
platform_editor_find_replace_a11y_fixes: {
|
|
594
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
595
|
-
defaultValue: boolean;
|
|
596
|
-
param: string;
|
|
597
|
-
productKeys?: import("./types").ProductKeys;
|
|
598
|
-
};
|
|
599
593
|
platform_editor_breakout_resizing_vc90_fix: {
|
|
600
594
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
601
595
|
defaultValue: boolean;
|
|
@@ -608,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
608
602
|
param: string;
|
|
609
603
|
productKeys?: import("./types").ProductKeys;
|
|
610
604
|
};
|
|
611
|
-
platform_editor_paste_rich_text_bugfix: {
|
|
612
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
613
|
-
defaultValue: boolean;
|
|
614
|
-
param: string;
|
|
615
|
-
productKeys?: import("./types").ProductKeys;
|
|
616
|
-
};
|
|
617
605
|
platform_editor_toolbar_aifc_template_editor: {
|
|
618
606
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
619
607
|
defaultValue: boolean;
|
|
@@ -590,12 +590,6 @@ export declare const editorExperimentsConfig: {
|
|
|
590
590
|
param: string;
|
|
591
591
|
productKeys?: import("./types").ProductKeys;
|
|
592
592
|
};
|
|
593
|
-
platform_editor_find_replace_a11y_fixes: {
|
|
594
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
595
|
-
defaultValue: boolean;
|
|
596
|
-
param: string;
|
|
597
|
-
productKeys?: import("./types").ProductKeys;
|
|
598
|
-
};
|
|
599
593
|
platform_editor_breakout_resizing_vc90_fix: {
|
|
600
594
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
601
595
|
defaultValue: boolean;
|
|
@@ -608,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
608
602
|
param: string;
|
|
609
603
|
productKeys?: import("./types").ProductKeys;
|
|
610
604
|
};
|
|
611
|
-
platform_editor_paste_rich_text_bugfix: {
|
|
612
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
613
|
-
defaultValue: boolean;
|
|
614
|
-
param: string;
|
|
615
|
-
productKeys?: import("./types").ProductKeys;
|
|
616
|
-
};
|
|
617
605
|
platform_editor_toolbar_aifc_template_editor: {
|
|
618
606
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
619
607
|
defaultValue: boolean;
|
package/package.json
CHANGED