@atlaskit/tmp-editor-statsig 192.0.0 → 194.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 +29 -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,34 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 194.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`9e6211ceb4ceb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e6211ceb4ceb) -
|
|
8
|
+
Clean up the fully rolled-out `platform_editor_small_font_size` experiment and make its permanent
|
|
9
|
+
`true` behavior unconditional across editor formatting, task and list handling, paste behavior,
|
|
10
|
+
controls, and rendering.
|
|
11
|
+
|
|
12
|
+
## 193.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`2a1e8245a006e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a1e8245a006e) -
|
|
17
|
+
Clean up experiment `cc-maui-ai-edit-loading-experiment`. The enabled behaviour is now permanent:
|
|
18
|
+
media cards and MAUI embeds always render the simple loading bar instead of the spinner/icon
|
|
19
|
+
carousel, and the AI-edit blanket overlay is always applied when a MAUI app is replaced from the
|
|
20
|
+
toolbar.
|
|
21
|
+
|
|
22
|
+
`@atlaskit/tmp-editor-statsig` removes the `cc-maui-ai-edit-loading-experiment` key from
|
|
23
|
+
`editorExperimentsConfig`, so reading it via `expValEquals`/`expValEqualsNoExposure` is now a type
|
|
24
|
+
error — remove those call sites.
|
|
25
|
+
|
|
26
|
+
`@atlaskit/media-card` drops its now-unused `@atlaskit/spinner` dependency, and
|
|
27
|
+
`@atlassian/native-embeds-maui-experience` drops its now-unused `@atlaskit/icon-lab` dependency.
|
|
28
|
+
|
|
29
|
+
- [`55b2a2034275e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55b2a2034275e) -
|
|
30
|
+
Clean up experiment `platform_editor_disable_lazy_load_media`
|
|
31
|
+
|
|
3
32
|
## 192.0.0
|
|
4
33
|
|
|
5
34
|
### 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: {
|
|
@@ -1128,14 +1112,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1128
1112
|
param: 'isEnabled',
|
|
1129
1113
|
defaultValue: false
|
|
1130
1114
|
}),
|
|
1131
|
-
platform_editor_small_font_size: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1132
|
-
productKeys: {
|
|
1133
|
-
confluence: 'platform_editor_small_font_size',
|
|
1134
|
-
jira: 'platform_editor_small_font_size'
|
|
1135
|
-
},
|
|
1136
|
-
param: 'isEnabled',
|
|
1137
|
-
defaultValue: false
|
|
1138
|
-
}),
|
|
1139
1115
|
// Added 2026-03-10
|
|
1140
1116
|
platform_editor_diff_plugin_extended: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1141
1117
|
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: {
|
|
@@ -1122,14 +1106,6 @@ export const editorExperimentsConfig = {
|
|
|
1122
1106
|
param: 'isEnabled',
|
|
1123
1107
|
defaultValue: false
|
|
1124
1108
|
}),
|
|
1125
|
-
platform_editor_small_font_size: createBooleanExperiment({
|
|
1126
|
-
productKeys: {
|
|
1127
|
-
confluence: 'platform_editor_small_font_size',
|
|
1128
|
-
jira: 'platform_editor_small_font_size'
|
|
1129
|
-
},
|
|
1130
|
-
param: 'isEnabled',
|
|
1131
|
-
defaultValue: false
|
|
1132
|
-
}),
|
|
1133
1109
|
// Added 2026-03-10
|
|
1134
1110
|
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1135
1111
|
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: {
|
|
@@ -1122,14 +1106,6 @@ export var editorExperimentsConfig = {
|
|
|
1122
1106
|
param: 'isEnabled',
|
|
1123
1107
|
defaultValue: false
|
|
1124
1108
|
}),
|
|
1125
|
-
platform_editor_small_font_size: createBooleanExperiment({
|
|
1126
|
-
productKeys: {
|
|
1127
|
-
confluence: 'platform_editor_small_font_size',
|
|
1128
|
-
jira: 'platform_editor_small_font_size'
|
|
1129
|
-
},
|
|
1130
|
-
param: 'isEnabled',
|
|
1131
|
-
defaultValue: false
|
|
1132
|
-
}),
|
|
1133
1109
|
// Added 2026-03-10
|
|
1134
1110
|
platform_editor_diff_plugin_extended: createBooleanExperiment({
|
|
1135
1111
|
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;
|
|
@@ -878,12 +866,6 @@ export declare const editorExperimentsConfig: {
|
|
|
878
866
|
productKeys?: ProductKeys;
|
|
879
867
|
typeGuard: IsBooleanType;
|
|
880
868
|
};
|
|
881
|
-
platform_editor_small_font_size: {
|
|
882
|
-
defaultValue: boolean;
|
|
883
|
-
param: string;
|
|
884
|
-
productKeys?: ProductKeys;
|
|
885
|
-
typeGuard: IsBooleanType;
|
|
886
|
-
};
|
|
887
869
|
platform_editor_diff_plugin_extended: {
|
|
888
870
|
defaultValue: boolean;
|
|
889
871
|
param: string;
|
package/package.json
CHANGED