@atlaskit/tmp-editor-statsig 13.35.0 → 13.36.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.36.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6dca69f45fa7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6dca69f45fa7f) -
|
|
8
|
+
[ED-29493] clean up references to platform_editor_find_replace_a11y_fixes
|
|
9
|
+
|
|
3
10
|
## 13.35.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED