@atlaskit/tmp-editor-statsig 191.0.0 → 193.0.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 +27 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -24
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -24
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -24
- package/dist/types/experiments-config.d.ts +0 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 193.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2a1e8245a006e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a1e8245a006e) -
|
|
8
|
+
Clean up experiment `cc-maui-ai-edit-loading-experiment`. The enabled behaviour is now permanent:
|
|
9
|
+
media cards and MAUI embeds always render the simple loading bar instead of the spinner/icon
|
|
10
|
+
carousel, and the AI-edit blanket overlay is always applied when a MAUI app is replaced from the
|
|
11
|
+
toolbar.
|
|
12
|
+
|
|
13
|
+
`@atlaskit/tmp-editor-statsig` removes the `cc-maui-ai-edit-loading-experiment` key from
|
|
14
|
+
`editorExperimentsConfig`, so reading it via `expValEquals`/`expValEqualsNoExposure` is now a type
|
|
15
|
+
error — remove those call sites.
|
|
16
|
+
|
|
17
|
+
`@atlaskit/media-card` drops its now-unused `@atlaskit/spinner` dependency, and
|
|
18
|
+
`@atlassian/native-embeds-maui-experience` drops its now-unused `@atlaskit/icon-lab` dependency.
|
|
19
|
+
|
|
20
|
+
- [`55b2a2034275e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55b2a2034275e) -
|
|
21
|
+
Clean up experiment `platform_editor_disable_lazy_load_media`
|
|
22
|
+
|
|
23
|
+
## 192.0.0
|
|
24
|
+
|
|
25
|
+
### Major Changes
|
|
26
|
+
|
|
27
|
+
- [`b3f788656e6f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3f788656e6f9) -
|
|
28
|
+
[FFCLEANUP-91521] clean up references to `platform_editor_renderer_toolbar_updates`
|
|
29
|
+
|
|
3
30
|
## 191.0.0
|
|
4
31
|
|
|
5
32
|
### Major Changes
|
|
@@ -21,7 +21,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
21
21
|
confluence_cwr_3p_connection_suggested_prompts: 'control'
|
|
22
22
|
};
|
|
23
23
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
24
|
-
'cc-maui-ai-edit-loading-experiment': true,
|
|
25
24
|
cc_maui_polish_changes_batch_4: false,
|
|
26
25
|
social_proof_3p_unauth_block_exp: false,
|
|
27
26
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -693,14 +693,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
693
693
|
values: ['control', 'test_with_overflow', 'test_without_overflow'],
|
|
694
694
|
defaultValue: 'control'
|
|
695
695
|
}),
|
|
696
|
-
// Added 2025-11-04
|
|
697
|
-
platform_editor_disable_lazy_load_media: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
698
|
-
productKeys: {
|
|
699
|
-
confluence: 'platform_editor_disable_lazy_load_media'
|
|
700
|
-
},
|
|
701
|
-
param: 'isEnabled',
|
|
702
|
-
defaultValue: false
|
|
703
|
-
}),
|
|
704
696
|
// Added 2025-10-29
|
|
705
697
|
platform_editor_lovability_inline_code: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
706
698
|
productKeys: {
|
|
@@ -817,14 +809,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
817
809
|
param: 'isEnabled',
|
|
818
810
|
defaultValue: false
|
|
819
811
|
}),
|
|
820
|
-
// Added 2026-01-29
|
|
821
|
-
platform_editor_renderer_toolbar_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
822
|
-
productKeys: {
|
|
823
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
824
|
-
},
|
|
825
|
-
param: 'isEnabled',
|
|
826
|
-
defaultValue: false
|
|
827
|
-
}),
|
|
828
812
|
// Added 2026-01-30
|
|
829
813
|
platform_editor_fix_cross_origin_editor_focus: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
830
814
|
productKeys: {
|
|
@@ -905,14 +889,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
905
889
|
param: 'isEnabled',
|
|
906
890
|
defaultValue: false
|
|
907
891
|
}),
|
|
908
|
-
// Added 2026-05-26
|
|
909
|
-
'cc-maui-ai-edit-loading-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
910
|
-
productKeys: {
|
|
911
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
912
|
-
},
|
|
913
|
-
param: 'isEnabled',
|
|
914
|
-
defaultValue: false
|
|
915
|
-
}),
|
|
916
892
|
// Added 2026-07-07
|
|
917
893
|
'cc-maui-overlay-by-localid': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
918
894
|
productKeys: {
|
|
@@ -15,7 +15,6 @@ export const testMultivariateOverrides = {
|
|
|
15
15
|
confluence_cwr_3p_connection_suggested_prompts: 'control'
|
|
16
16
|
};
|
|
17
17
|
export const testBooleanOverrides = {
|
|
18
|
-
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
18
|
cc_maui_polish_changes_batch_4: false,
|
|
20
19
|
social_proof_3p_unauth_block_exp: false,
|
|
21
20
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -687,14 +687,6 @@ export const editorExperimentsConfig = {
|
|
|
687
687
|
values: ['control', 'test_with_overflow', 'test_without_overflow'],
|
|
688
688
|
defaultValue: 'control'
|
|
689
689
|
}),
|
|
690
|
-
// Added 2025-11-04
|
|
691
|
-
platform_editor_disable_lazy_load_media: createBooleanExperiment({
|
|
692
|
-
productKeys: {
|
|
693
|
-
confluence: 'platform_editor_disable_lazy_load_media'
|
|
694
|
-
},
|
|
695
|
-
param: 'isEnabled',
|
|
696
|
-
defaultValue: false
|
|
697
|
-
}),
|
|
698
690
|
// Added 2025-10-29
|
|
699
691
|
platform_editor_lovability_inline_code: createBooleanExperiment({
|
|
700
692
|
productKeys: {
|
|
@@ -811,14 +803,6 @@ export const editorExperimentsConfig = {
|
|
|
811
803
|
param: 'isEnabled',
|
|
812
804
|
defaultValue: false
|
|
813
805
|
}),
|
|
814
|
-
// Added 2026-01-29
|
|
815
|
-
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
816
|
-
productKeys: {
|
|
817
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
818
|
-
},
|
|
819
|
-
param: 'isEnabled',
|
|
820
|
-
defaultValue: false
|
|
821
|
-
}),
|
|
822
806
|
// Added 2026-01-30
|
|
823
807
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
824
808
|
productKeys: {
|
|
@@ -899,14 +883,6 @@ export const editorExperimentsConfig = {
|
|
|
899
883
|
param: 'isEnabled',
|
|
900
884
|
defaultValue: false
|
|
901
885
|
}),
|
|
902
|
-
// Added 2026-05-26
|
|
903
|
-
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
904
|
-
productKeys: {
|
|
905
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
906
|
-
},
|
|
907
|
-
param: 'isEnabled',
|
|
908
|
-
defaultValue: false
|
|
909
|
-
}),
|
|
910
886
|
// Added 2026-07-07
|
|
911
887
|
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
912
888
|
productKeys: {
|
|
@@ -15,7 +15,6 @@ export var testMultivariateOverrides = {
|
|
|
15
15
|
confluence_cwr_3p_connection_suggested_prompts: 'control'
|
|
16
16
|
};
|
|
17
17
|
export var testBooleanOverrides = {
|
|
18
|
-
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
18
|
cc_maui_polish_changes_batch_4: false,
|
|
20
19
|
social_proof_3p_unauth_block_exp: false,
|
|
21
20
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
@@ -687,14 +687,6 @@ export var editorExperimentsConfig = {
|
|
|
687
687
|
values: ['control', 'test_with_overflow', 'test_without_overflow'],
|
|
688
688
|
defaultValue: 'control'
|
|
689
689
|
}),
|
|
690
|
-
// Added 2025-11-04
|
|
691
|
-
platform_editor_disable_lazy_load_media: createBooleanExperiment({
|
|
692
|
-
productKeys: {
|
|
693
|
-
confluence: 'platform_editor_disable_lazy_load_media'
|
|
694
|
-
},
|
|
695
|
-
param: 'isEnabled',
|
|
696
|
-
defaultValue: false
|
|
697
|
-
}),
|
|
698
690
|
// Added 2025-10-29
|
|
699
691
|
platform_editor_lovability_inline_code: createBooleanExperiment({
|
|
700
692
|
productKeys: {
|
|
@@ -811,14 +803,6 @@ export var editorExperimentsConfig = {
|
|
|
811
803
|
param: 'isEnabled',
|
|
812
804
|
defaultValue: false
|
|
813
805
|
}),
|
|
814
|
-
// Added 2026-01-29
|
|
815
|
-
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
816
|
-
productKeys: {
|
|
817
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
818
|
-
},
|
|
819
|
-
param: 'isEnabled',
|
|
820
|
-
defaultValue: false
|
|
821
|
-
}),
|
|
822
806
|
// Added 2026-01-30
|
|
823
807
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
824
808
|
productKeys: {
|
|
@@ -899,14 +883,6 @@ export var editorExperimentsConfig = {
|
|
|
899
883
|
param: 'isEnabled',
|
|
900
884
|
defaultValue: false
|
|
901
885
|
}),
|
|
902
|
-
// Added 2026-05-26
|
|
903
|
-
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
904
|
-
productKeys: {
|
|
905
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
906
|
-
},
|
|
907
|
-
param: 'isEnabled',
|
|
908
|
-
defaultValue: false
|
|
909
|
-
}),
|
|
910
886
|
// Added 2026-07-07
|
|
911
887
|
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
912
888
|
productKeys: {
|
|
@@ -364,12 +364,6 @@ export declare const editorExperimentsConfig: {
|
|
|
364
364
|
productKeys?: ProductKeys;
|
|
365
365
|
typeGuard: IsBooleanType;
|
|
366
366
|
};
|
|
367
|
-
platform_editor_disable_lazy_load_media: {
|
|
368
|
-
defaultValue: boolean;
|
|
369
|
-
param: string;
|
|
370
|
-
productKeys?: ProductKeys;
|
|
371
|
-
typeGuard: IsBooleanType;
|
|
372
|
-
};
|
|
373
367
|
platform_editor_toolbar_hide_overflow_menu: {
|
|
374
368
|
defaultValue: boolean;
|
|
375
369
|
param: string;
|
|
@@ -606,12 +600,6 @@ export declare const editorExperimentsConfig: {
|
|
|
606
600
|
productKeys?: ProductKeys;
|
|
607
601
|
typeGuard: IsBooleanType;
|
|
608
602
|
};
|
|
609
|
-
platform_editor_renderer_toolbar_updates: {
|
|
610
|
-
defaultValue: boolean;
|
|
611
|
-
param: string;
|
|
612
|
-
productKeys?: ProductKeys;
|
|
613
|
-
typeGuard: IsBooleanType;
|
|
614
|
-
};
|
|
615
603
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
616
604
|
defaultValue: boolean;
|
|
617
605
|
param: string;
|
|
@@ -709,12 +697,6 @@ export declare const editorExperimentsConfig: {
|
|
|
709
697
|
productKeys?: ProductKeys;
|
|
710
698
|
typeGuard: IsBooleanType;
|
|
711
699
|
};
|
|
712
|
-
'cc-maui-ai-edit-loading-experiment': {
|
|
713
|
-
defaultValue: boolean;
|
|
714
|
-
param: string;
|
|
715
|
-
productKeys?: ProductKeys;
|
|
716
|
-
typeGuard: IsBooleanType;
|
|
717
|
-
};
|
|
718
700
|
'cc-maui-overlay-by-localid': {
|
|
719
701
|
defaultValue: boolean;
|
|
720
702
|
param: string;
|
package/package.json
CHANGED