@atlaskit/tmp-editor-statsig 16.29.0 → 16.30.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 +15 -0
- package/dist/cjs/experiments-config.js +9 -17
- package/dist/es2019/experiments-config.js +9 -17
- package/dist/esm/experiments-config.js +9 -17
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6e8029473620b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8029473620b) -
|
|
8
|
+
[EDITOR-4496] clean up experiment platform_editor_toolbar_aifc_patch_3 and remove view-mode plugin
|
|
9
|
+
dependency from loom plugin
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`75dab6838b95f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/75dab6838b95f) -
|
|
14
|
+
[ux] EDITOR-3718: Fix Rovo loading modal max-width overflow on small screens (gated)
|
|
15
|
+
- [`0a9962a3aa24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a9962a3aa24c) -
|
|
16
|
+
tidy up experiment platform_editor_resizer_styles_cleanup
|
|
17
|
+
|
|
3
18
|
## 16.29.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -126,14 +126,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
126
126
|
param: 'isEnabled',
|
|
127
127
|
defaultValue: false
|
|
128
128
|
}),
|
|
129
|
-
// Added 2025-11-26
|
|
130
|
-
platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
|
|
131
|
-
productKeys: {
|
|
132
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
133
|
-
},
|
|
134
|
-
param: 'isEnabled',
|
|
135
|
-
defaultValue: false
|
|
136
|
-
}),
|
|
137
129
|
// Added 2025-11-12
|
|
138
130
|
platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
139
131
|
productKeys: {
|
|
@@ -697,15 +689,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
697
689
|
param: 'isEnabled',
|
|
698
690
|
defaultValue: false
|
|
699
691
|
}),
|
|
700
|
-
//Added 2025-07-16
|
|
701
|
-
platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
702
|
-
productKeys: {
|
|
703
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
704
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
705
|
-
},
|
|
706
|
-
param: 'isEnabled',
|
|
707
|
-
defaultValue: false
|
|
708
|
-
}),
|
|
709
692
|
// Added 2025-08-04
|
|
710
693
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
711
694
|
productKeys: {
|
|
@@ -1247,5 +1230,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1247
1230
|
},
|
|
1248
1231
|
param: 'isEnabled',
|
|
1249
1232
|
defaultValue: false
|
|
1233
|
+
}),
|
|
1234
|
+
// Added 2026-01-22
|
|
1235
|
+
platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1236
|
+
productKeys: {
|
|
1237
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1238
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1239
|
+
},
|
|
1240
|
+
param: 'isEnabled',
|
|
1241
|
+
defaultValue: false
|
|
1250
1242
|
})
|
|
1251
1243
|
};
|
|
@@ -120,14 +120,6 @@ export const editorExperimentsConfig = {
|
|
|
120
120
|
param: 'isEnabled',
|
|
121
121
|
defaultValue: false
|
|
122
122
|
}),
|
|
123
|
-
// Added 2025-11-26
|
|
124
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
125
|
-
productKeys: {
|
|
126
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
127
|
-
},
|
|
128
|
-
param: 'isEnabled',
|
|
129
|
-
defaultValue: false
|
|
130
|
-
}),
|
|
131
123
|
// Added 2025-11-12
|
|
132
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
133
125
|
productKeys: {
|
|
@@ -691,15 +683,6 @@ export const editorExperimentsConfig = {
|
|
|
691
683
|
param: 'isEnabled',
|
|
692
684
|
defaultValue: false
|
|
693
685
|
}),
|
|
694
|
-
//Added 2025-07-16
|
|
695
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
698
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
686
|
// Added 2025-08-04
|
|
704
687
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
705
688
|
productKeys: {
|
|
@@ -1241,5 +1224,14 @@ export const editorExperimentsConfig = {
|
|
|
1241
1224
|
},
|
|
1242
1225
|
param: 'isEnabled',
|
|
1243
1226
|
defaultValue: false
|
|
1227
|
+
}),
|
|
1228
|
+
// Added 2026-01-22
|
|
1229
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1230
|
+
productKeys: {
|
|
1231
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1232
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1233
|
+
},
|
|
1234
|
+
param: 'isEnabled',
|
|
1235
|
+
defaultValue: false
|
|
1244
1236
|
})
|
|
1245
1237
|
};
|
|
@@ -120,14 +120,6 @@ export var editorExperimentsConfig = {
|
|
|
120
120
|
param: 'isEnabled',
|
|
121
121
|
defaultValue: false
|
|
122
122
|
}),
|
|
123
|
-
// Added 2025-11-26
|
|
124
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
125
|
-
productKeys: {
|
|
126
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
127
|
-
},
|
|
128
|
-
param: 'isEnabled',
|
|
129
|
-
defaultValue: false
|
|
130
|
-
}),
|
|
131
123
|
// Added 2025-11-12
|
|
132
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
133
125
|
productKeys: {
|
|
@@ -691,15 +683,6 @@ export var editorExperimentsConfig = {
|
|
|
691
683
|
param: 'isEnabled',
|
|
692
684
|
defaultValue: false
|
|
693
685
|
}),
|
|
694
|
-
//Added 2025-07-16
|
|
695
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
698
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
686
|
// Added 2025-08-04
|
|
704
687
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
705
688
|
productKeys: {
|
|
@@ -1241,5 +1224,14 @@ export var editorExperimentsConfig = {
|
|
|
1241
1224
|
},
|
|
1242
1225
|
param: 'isEnabled',
|
|
1243
1226
|
defaultValue: false
|
|
1227
|
+
}),
|
|
1228
|
+
// Added 2026-01-22
|
|
1229
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1230
|
+
productKeys: {
|
|
1231
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1232
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1233
|
+
},
|
|
1234
|
+
param: 'isEnabled',
|
|
1235
|
+
defaultValue: false
|
|
1244
1236
|
})
|
|
1245
1237
|
};
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
productKeys?: ProductKeys;
|
|
603
603
|
typeGuard: IsBooleanType;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_resizer_styles_cleanup: {
|
|
606
|
-
defaultValue: boolean;
|
|
607
|
-
param: string;
|
|
608
|
-
productKeys?: ProductKeys;
|
|
609
|
-
typeGuard: IsBooleanType;
|
|
610
|
-
};
|
|
611
605
|
editor_fix_embed_width_expand: {
|
|
612
606
|
defaultValue: boolean;
|
|
613
607
|
param: string;
|
|
@@ -663,12 +657,6 @@ export declare const editorExperimentsConfig: {
|
|
|
663
657
|
productKeys?: ProductKeys;
|
|
664
658
|
typeGuard: IsBooleanType;
|
|
665
659
|
};
|
|
666
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
667
|
-
defaultValue: boolean;
|
|
668
|
-
param: string;
|
|
669
|
-
productKeys?: ProductKeys;
|
|
670
|
-
typeGuard: IsBooleanType;
|
|
671
|
-
};
|
|
672
660
|
platform_editor_toolbar_aifc_patch_6: {
|
|
673
661
|
defaultValue: boolean;
|
|
674
662
|
param: string;
|
|
@@ -920,5 +908,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
908
|
productKeys?: ProductKeys;
|
|
921
909
|
typeGuard: IsBooleanType;
|
|
922
910
|
};
|
|
911
|
+
platform_editor_ai_loading_responsive_width: {
|
|
912
|
+
defaultValue: boolean;
|
|
913
|
+
param: string;
|
|
914
|
+
productKeys?: ProductKeys;
|
|
915
|
+
typeGuard: IsBooleanType;
|
|
916
|
+
};
|
|
923
917
|
};
|
|
924
918
|
export {};
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
productKeys?: ProductKeys;
|
|
603
603
|
typeGuard: IsBooleanType;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_resizer_styles_cleanup: {
|
|
606
|
-
defaultValue: boolean;
|
|
607
|
-
param: string;
|
|
608
|
-
productKeys?: ProductKeys;
|
|
609
|
-
typeGuard: IsBooleanType;
|
|
610
|
-
};
|
|
611
605
|
editor_fix_embed_width_expand: {
|
|
612
606
|
defaultValue: boolean;
|
|
613
607
|
param: string;
|
|
@@ -663,12 +657,6 @@ export declare const editorExperimentsConfig: {
|
|
|
663
657
|
productKeys?: ProductKeys;
|
|
664
658
|
typeGuard: IsBooleanType;
|
|
665
659
|
};
|
|
666
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
667
|
-
defaultValue: boolean;
|
|
668
|
-
param: string;
|
|
669
|
-
productKeys?: ProductKeys;
|
|
670
|
-
typeGuard: IsBooleanType;
|
|
671
|
-
};
|
|
672
660
|
platform_editor_toolbar_aifc_patch_6: {
|
|
673
661
|
defaultValue: boolean;
|
|
674
662
|
param: string;
|
|
@@ -920,5 +908,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
908
|
productKeys?: ProductKeys;
|
|
921
909
|
typeGuard: IsBooleanType;
|
|
922
910
|
};
|
|
911
|
+
platform_editor_ai_loading_responsive_width: {
|
|
912
|
+
defaultValue: boolean;
|
|
913
|
+
param: string;
|
|
914
|
+
productKeys?: ProductKeys;
|
|
915
|
+
typeGuard: IsBooleanType;
|
|
916
|
+
};
|
|
923
917
|
};
|
|
924
918
|
export {};
|
package/package.json
CHANGED