@atlaskit/tmp-editor-statsig 15.5.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 +14 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -7
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -7
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -7
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 15.6.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`63c5e344d169c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/63c5e344d169c) -
|
|
15
|
+
Reduce the VC impact of the editor toolbar
|
|
16
|
+
|
|
3
17
|
## 15.5.0
|
|
4
18
|
|
|
5
19
|
### 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: {
|
|
@@ -1199,5 +1192,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1199
1192
|
},
|
|
1200
1193
|
param: 'isEnabled',
|
|
1201
1194
|
defaultValue: false
|
|
1195
|
+
}),
|
|
1196
|
+
// Added 2025-12-08
|
|
1197
|
+
platform_editor_reduce_toolbar_vc_impact: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1198
|
+
productKeys: {
|
|
1199
|
+
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1200
|
+
},
|
|
1201
|
+
param: 'isEnabled',
|
|
1202
|
+
defaultValue: false
|
|
1202
1203
|
})
|
|
1203
1204
|
};
|
|
@@ -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: {
|
|
@@ -1193,5 +1186,13 @@ export const editorExperimentsConfig = {
|
|
|
1193
1186
|
},
|
|
1194
1187
|
param: 'isEnabled',
|
|
1195
1188
|
defaultValue: false
|
|
1189
|
+
}),
|
|
1190
|
+
// Added 2025-12-08
|
|
1191
|
+
platform_editor_reduce_toolbar_vc_impact: createBooleanExperiment({
|
|
1192
|
+
productKeys: {
|
|
1193
|
+
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1194
|
+
},
|
|
1195
|
+
param: 'isEnabled',
|
|
1196
|
+
defaultValue: false
|
|
1196
1197
|
})
|
|
1197
1198
|
};
|
|
@@ -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: {
|
|
@@ -1193,5 +1186,13 @@ export var editorExperimentsConfig = {
|
|
|
1193
1186
|
},
|
|
1194
1187
|
param: 'isEnabled',
|
|
1195
1188
|
defaultValue: false
|
|
1189
|
+
}),
|
|
1190
|
+
// Added 2025-12-08
|
|
1191
|
+
platform_editor_reduce_toolbar_vc_impact: createBooleanExperiment({
|
|
1192
|
+
productKeys: {
|
|
1193
|
+
confluence: 'platform_editor_reduce_toolbar_vc_impact'
|
|
1194
|
+
},
|
|
1195
|
+
param: 'isEnabled',
|
|
1196
|
+
defaultValue: false
|
|
1196
1197
|
})
|
|
1197
1198
|
};
|
|
@@ -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;
|
|
@@ -870,6 +864,12 @@ export declare const editorExperimentsConfig: {
|
|
|
870
864
|
productKeys?: ProductKeys;
|
|
871
865
|
typeGuard: IsBooleanType;
|
|
872
866
|
};
|
|
867
|
+
platform_editor_reduce_toolbar_vc_impact: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
873
873
|
platform_editor_nested_media_selection_fix: {
|
|
874
874
|
defaultValue: boolean;
|
|
875
875
|
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;
|
|
@@ -870,6 +864,12 @@ export declare const editorExperimentsConfig: {
|
|
|
870
864
|
productKeys?: ProductKeys;
|
|
871
865
|
typeGuard: IsBooleanType;
|
|
872
866
|
};
|
|
867
|
+
platform_editor_reduce_toolbar_vc_impact: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
873
873
|
platform_editor_nested_media_selection_fix: {
|
|
874
874
|
defaultValue: boolean;
|
|
875
875
|
param: string;
|
package/package.json
CHANGED