@atlaskit/tmp-editor-statsig 192.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 +20 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
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
|
+
|
|
3
23
|
## 192.0.0
|
|
4
24
|
|
|
5
25
|
### 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: {
|
|
@@ -897,14 +889,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
897
889
|
param: 'isEnabled',
|
|
898
890
|
defaultValue: false
|
|
899
891
|
}),
|
|
900
|
-
// Added 2026-05-26
|
|
901
|
-
'cc-maui-ai-edit-loading-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
892
|
// Added 2026-07-07
|
|
909
893
|
'cc-maui-overlay-by-localid': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
910
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: {
|
|
@@ -891,14 +883,6 @@ export const editorExperimentsConfig = {
|
|
|
891
883
|
param: 'isEnabled',
|
|
892
884
|
defaultValue: false
|
|
893
885
|
}),
|
|
894
|
-
// Added 2026-05-26
|
|
895
|
-
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
896
|
-
productKeys: {
|
|
897
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
898
|
-
},
|
|
899
|
-
param: 'isEnabled',
|
|
900
|
-
defaultValue: false
|
|
901
|
-
}),
|
|
902
886
|
// Added 2026-07-07
|
|
903
887
|
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
904
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: {
|
|
@@ -891,14 +883,6 @@ export var editorExperimentsConfig = {
|
|
|
891
883
|
param: 'isEnabled',
|
|
892
884
|
defaultValue: false
|
|
893
885
|
}),
|
|
894
|
-
// Added 2026-05-26
|
|
895
|
-
'cc-maui-ai-edit-loading-experiment': createBooleanExperiment({
|
|
896
|
-
productKeys: {
|
|
897
|
-
confluence: 'cc-maui-ai-edit-loading-experiment'
|
|
898
|
-
},
|
|
899
|
-
param: 'isEnabled',
|
|
900
|
-
defaultValue: false
|
|
901
|
-
}),
|
|
902
886
|
// Added 2026-07-07
|
|
903
887
|
'cc-maui-overlay-by-localid': createBooleanExperiment({
|
|
904
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;
|
|
@@ -703,12 +697,6 @@ export declare const editorExperimentsConfig: {
|
|
|
703
697
|
productKeys?: ProductKeys;
|
|
704
698
|
typeGuard: IsBooleanType;
|
|
705
699
|
};
|
|
706
|
-
'cc-maui-ai-edit-loading-experiment': {
|
|
707
|
-
defaultValue: boolean;
|
|
708
|
-
param: string;
|
|
709
|
-
productKeys?: ProductKeys;
|
|
710
|
-
typeGuard: IsBooleanType;
|
|
711
|
-
};
|
|
712
700
|
'cc-maui-overlay-by-localid': {
|
|
713
701
|
defaultValue: boolean;
|
|
714
702
|
param: string;
|
package/package.json
CHANGED