@atlaskit/tmp-editor-statsig 15.6.0 → 15.7.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -7
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -7
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -7
- package/dist/types/experiments-config.d.ts +0 -6
- package/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ef8a15fab8805`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef8a15fab8805) -
|
|
8
|
+
Remove platform_editor_renderer_breakout_fix experiment configuration
|
|
9
|
+
|
|
3
10
|
## 15.6.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -31,7 +31,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
31
31
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
32
32
|
platform_editor_feedback_mandatory_rating: false,
|
|
33
33
|
platform_editor_preview_panel_responsiveness: false,
|
|
34
|
-
platform_editor_renderer_breakout_fix: false,
|
|
35
34
|
platform_editor_toolbar_aifc: false,
|
|
36
35
|
platform_editor_block_control_optimise_render: false,
|
|
37
36
|
'test-new-experiments-package': false,
|
|
@@ -645,13 +645,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
645
645
|
defaultValue: false
|
|
646
646
|
}),
|
|
647
647
|
// Added 2025-07-23
|
|
648
|
-
platform_editor_renderer_breakout_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
649
|
-
productKeys: {
|
|
650
|
-
confluence: 'platform_editor_renderer_breakout_fix'
|
|
651
|
-
},
|
|
652
|
-
param: 'isEnabled',
|
|
653
|
-
defaultValue: false
|
|
654
|
-
}),
|
|
655
648
|
// Added 2025-07-24
|
|
656
649
|
editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
|
|
657
650
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export const testMultivariateOverrides = {
|
|
|
25
25
|
export const testBooleanOverrides = {
|
|
26
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
27
27
|
platform_editor_preview_panel_responsiveness: false,
|
|
28
|
-
platform_editor_renderer_breakout_fix: false,
|
|
29
28
|
platform_editor_toolbar_aifc: false,
|
|
30
29
|
platform_editor_block_control_optimise_render: false,
|
|
31
30
|
'test-new-experiments-package': false,
|
|
@@ -639,13 +639,6 @@ export const editorExperimentsConfig = {
|
|
|
639
639
|
defaultValue: false
|
|
640
640
|
}),
|
|
641
641
|
// Added 2025-07-23
|
|
642
|
-
platform_editor_renderer_breakout_fix: createBooleanExperiment({
|
|
643
|
-
productKeys: {
|
|
644
|
-
confluence: 'platform_editor_renderer_breakout_fix'
|
|
645
|
-
},
|
|
646
|
-
param: 'isEnabled',
|
|
647
|
-
defaultValue: false
|
|
648
|
-
}),
|
|
649
642
|
// Added 2025-07-24
|
|
650
643
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
651
644
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export var testMultivariateOverrides = {
|
|
|
25
25
|
export var testBooleanOverrides = {
|
|
26
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
27
27
|
platform_editor_preview_panel_responsiveness: false,
|
|
28
|
-
platform_editor_renderer_breakout_fix: false,
|
|
29
28
|
platform_editor_toolbar_aifc: false,
|
|
30
29
|
platform_editor_block_control_optimise_render: false,
|
|
31
30
|
'test-new-experiments-package': false,
|
|
@@ -639,13 +639,6 @@ export var editorExperimentsConfig = {
|
|
|
639
639
|
defaultValue: false
|
|
640
640
|
}),
|
|
641
641
|
// Added 2025-07-23
|
|
642
|
-
platform_editor_renderer_breakout_fix: createBooleanExperiment({
|
|
643
|
-
productKeys: {
|
|
644
|
-
confluence: 'platform_editor_renderer_breakout_fix'
|
|
645
|
-
},
|
|
646
|
-
param: 'isEnabled',
|
|
647
|
-
defaultValue: false
|
|
648
|
-
}),
|
|
649
642
|
// Added 2025-07-24
|
|
650
643
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
651
644
|
productKeys: {
|
|
@@ -630,12 +630,6 @@ export declare const editorExperimentsConfig: {
|
|
|
630
630
|
productKeys?: ProductKeys;
|
|
631
631
|
typeGuard: IsBooleanType;
|
|
632
632
|
};
|
|
633
|
-
platform_editor_renderer_breakout_fix: {
|
|
634
|
-
defaultValue: boolean;
|
|
635
|
-
param: string;
|
|
636
|
-
productKeys?: ProductKeys;
|
|
637
|
-
typeGuard: IsBooleanType;
|
|
638
|
-
};
|
|
639
633
|
platform_editor_renderer_extension_width_fix: {
|
|
640
634
|
defaultValue: boolean;
|
|
641
635
|
param: string;
|
|
@@ -630,12 +630,6 @@ export declare const editorExperimentsConfig: {
|
|
|
630
630
|
productKeys?: ProductKeys;
|
|
631
631
|
typeGuard: IsBooleanType;
|
|
632
632
|
};
|
|
633
|
-
platform_editor_renderer_breakout_fix: {
|
|
634
|
-
defaultValue: boolean;
|
|
635
|
-
param: string;
|
|
636
|
-
productKeys?: ProductKeys;
|
|
637
|
-
typeGuard: IsBooleanType;
|
|
638
|
-
};
|
|
639
633
|
platform_editor_renderer_extension_width_fix: {
|
|
640
634
|
defaultValue: boolean;
|
|
641
635
|
param: string;
|
package/package.json
CHANGED