@atlaskit/tmp-editor-statsig 184.0.0 → 186.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 +25 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -32
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -32
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -32
- package/dist/types/experiments-config.d.ts +0 -24
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 186.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`aca1f7aaf3fd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aca1f7aaf3fd6) -
|
|
8
|
+
Remove the retired platform_editor_exp_lazy_node_views experiment from the legacy test
|
|
9
|
+
configuration.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 185.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [`2ca8a0b02c20e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ca8a0b02c20e) -
|
|
20
|
+
Clean up experiment `platform_editor_bodiedextension_layoutshift_fix` by making the bodied
|
|
21
|
+
extension layout shift fix permanent.
|
|
22
|
+
- [`9142c78d2fa96`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9142c78d2fa96) -
|
|
23
|
+
Remove the `platform_editor_vc90_transition_mentions` experiment and ship its enabled behavior for
|
|
24
|
+
mention highlighting
|
|
25
|
+
- [`475ea06f001bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/475ea06f001bd) -
|
|
26
|
+
Clean up experiment `platform_editor_ai_aifc_space_shortcut_patch`
|
|
27
|
+
|
|
3
28
|
## 184.0.0
|
|
4
29
|
|
|
5
30
|
### Major Changes
|
|
@@ -31,7 +31,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
31
31
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
32
32
|
platform_editor_toolbar_aifc: false,
|
|
33
33
|
'test-new-experiments-package': false,
|
|
34
|
-
platform_editor_exp_lazy_node_views: false,
|
|
35
34
|
platform_renderer_table_sticky_scrollbar: false,
|
|
36
35
|
comment_on_bodied_extensions: false,
|
|
37
36
|
advanced_layouts: false,
|
|
@@ -281,14 +281,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
281
281
|
param: 'isEnabled',
|
|
282
282
|
defaultValue: false
|
|
283
283
|
}),
|
|
284
|
-
// Added 2024-09-07
|
|
285
|
-
platform_editor_exp_lazy_node_views: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
286
|
-
productKeys: {
|
|
287
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
288
|
-
},
|
|
289
|
-
param: 'isEnabled',
|
|
290
|
-
defaultValue: false
|
|
291
|
-
}),
|
|
292
284
|
// Added 2024-09-18
|
|
293
285
|
platform_renderer_table_sticky_scrollbar: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
294
286
|
productKeys: {
|
|
@@ -895,14 +887,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
895
887
|
param: 'isEnabled',
|
|
896
888
|
defaultValue: false
|
|
897
889
|
}),
|
|
898
|
-
// Added 2026-02-12
|
|
899
|
-
platform_editor_bodiedextension_layoutshift_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
900
|
-
productKeys: {
|
|
901
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
902
|
-
},
|
|
903
|
-
param: 'isEnabled',
|
|
904
|
-
defaultValue: false
|
|
905
|
-
}),
|
|
906
890
|
// Added 2026-04-01
|
|
907
891
|
cc_page_experiences_editor_image_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
908
892
|
productKeys: {
|
|
@@ -1065,14 +1049,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1065
1049
|
param: 'isEnabled',
|
|
1066
1050
|
defaultValue: false
|
|
1067
1051
|
}),
|
|
1068
|
-
// Added 2026-03-04
|
|
1069
|
-
platform_editor_vc90_transition_mentions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1070
|
-
productKeys: {
|
|
1071
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1072
|
-
},
|
|
1073
|
-
param: 'isEnabled',
|
|
1074
|
-
defaultValue: false
|
|
1075
|
-
}),
|
|
1076
1052
|
// Added 2026-02-19
|
|
1077
1053
|
platform_editor_flexible_list_indentation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1078
1054
|
productKeys: {
|
|
@@ -1166,14 +1142,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1166
1142
|
param: 'isEnabled',
|
|
1167
1143
|
defaultValue: false
|
|
1168
1144
|
}),
|
|
1169
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1170
|
-
platform_editor_ai_aifc_space_shortcut_patch: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1171
|
-
productKeys: {
|
|
1172
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1173
|
-
},
|
|
1174
|
-
param: 'isEnabled',
|
|
1175
|
-
defaultValue: false
|
|
1176
|
-
}),
|
|
1177
1145
|
// Added 2026-03-04
|
|
1178
1146
|
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1179
1147
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export const testBooleanOverrides = {
|
|
|
25
25
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
26
|
platform_editor_toolbar_aifc: false,
|
|
27
27
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
29
|
comment_on_bodied_extensions: false,
|
|
31
30
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export const editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -889,14 +881,6 @@ export const editorExperimentsConfig = {
|
|
|
889
881
|
param: 'isEnabled',
|
|
890
882
|
defaultValue: false
|
|
891
883
|
}),
|
|
892
|
-
// Added 2026-02-12
|
|
893
|
-
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
894
|
-
productKeys: {
|
|
895
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
896
|
-
},
|
|
897
|
-
param: 'isEnabled',
|
|
898
|
-
defaultValue: false
|
|
899
|
-
}),
|
|
900
884
|
// Added 2026-04-01
|
|
901
885
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
902
886
|
productKeys: {
|
|
@@ -1059,14 +1043,6 @@ export const editorExperimentsConfig = {
|
|
|
1059
1043
|
param: 'isEnabled',
|
|
1060
1044
|
defaultValue: false
|
|
1061
1045
|
}),
|
|
1062
|
-
// Added 2026-03-04
|
|
1063
|
-
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1064
|
-
productKeys: {
|
|
1065
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1066
|
-
},
|
|
1067
|
-
param: 'isEnabled',
|
|
1068
|
-
defaultValue: false
|
|
1069
|
-
}),
|
|
1070
1046
|
// Added 2026-02-19
|
|
1071
1047
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1072
1048
|
productKeys: {
|
|
@@ -1160,14 +1136,6 @@ export const editorExperimentsConfig = {
|
|
|
1160
1136
|
param: 'isEnabled',
|
|
1161
1137
|
defaultValue: false
|
|
1162
1138
|
}),
|
|
1163
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1164
|
-
platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1167
|
-
},
|
|
1168
|
-
param: 'isEnabled',
|
|
1169
|
-
defaultValue: false
|
|
1170
|
-
}),
|
|
1171
1139
|
// Added 2026-03-04
|
|
1172
1140
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1173
1141
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export var testBooleanOverrides = {
|
|
|
25
25
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
26
|
platform_editor_toolbar_aifc: false,
|
|
27
27
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
29
|
comment_on_bodied_extensions: false,
|
|
31
30
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export var editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -889,14 +881,6 @@ export var editorExperimentsConfig = {
|
|
|
889
881
|
param: 'isEnabled',
|
|
890
882
|
defaultValue: false
|
|
891
883
|
}),
|
|
892
|
-
// Added 2026-02-12
|
|
893
|
-
platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
|
|
894
|
-
productKeys: {
|
|
895
|
-
confluence: 'platform_editor_bodiedextension_layoutshift_fix'
|
|
896
|
-
},
|
|
897
|
-
param: 'isEnabled',
|
|
898
|
-
defaultValue: false
|
|
899
|
-
}),
|
|
900
884
|
// Added 2026-04-01
|
|
901
885
|
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
902
886
|
productKeys: {
|
|
@@ -1059,14 +1043,6 @@ export var editorExperimentsConfig = {
|
|
|
1059
1043
|
param: 'isEnabled',
|
|
1060
1044
|
defaultValue: false
|
|
1061
1045
|
}),
|
|
1062
|
-
// Added 2026-03-04
|
|
1063
|
-
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1064
|
-
productKeys: {
|
|
1065
|
-
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1066
|
-
},
|
|
1067
|
-
param: 'isEnabled',
|
|
1068
|
-
defaultValue: false
|
|
1069
|
-
}),
|
|
1070
1046
|
// Added 2026-02-19
|
|
1071
1047
|
platform_editor_flexible_list_indentation: createBooleanExperiment({
|
|
1072
1048
|
productKeys: {
|
|
@@ -1160,14 +1136,6 @@ export var editorExperimentsConfig = {
|
|
|
1160
1136
|
param: 'isEnabled',
|
|
1161
1137
|
defaultValue: false
|
|
1162
1138
|
}),
|
|
1163
|
-
// Added for space shortcut plugin: when on, space shortcut is not added if AI opt-in is not enabled
|
|
1164
|
-
platform_editor_ai_aifc_space_shortcut_patch: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_aifc_space_shortcut_patch'
|
|
1167
|
-
},
|
|
1168
|
-
param: 'isEnabled',
|
|
1169
|
-
defaultValue: false
|
|
1170
|
-
}),
|
|
1171
1139
|
// Added 2026-03-04
|
|
1172
1140
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1173
1141
|
productKeys: {
|
|
@@ -388,12 +388,6 @@ export declare const editorExperimentsConfig: {
|
|
|
388
388
|
productKeys?: ProductKeys;
|
|
389
389
|
typeGuard: IsBooleanType;
|
|
390
390
|
};
|
|
391
|
-
platform_editor_exp_lazy_node_views: {
|
|
392
|
-
defaultValue: boolean;
|
|
393
|
-
param: string;
|
|
394
|
-
productKeys?: ProductKeys;
|
|
395
|
-
typeGuard: IsBooleanType;
|
|
396
|
-
};
|
|
397
391
|
jira_editor_a11y_toolbar_fixes: {
|
|
398
392
|
defaultValue: boolean;
|
|
399
393
|
param: string;
|
|
@@ -679,12 +673,6 @@ export declare const editorExperimentsConfig: {
|
|
|
679
673
|
productKeys?: ProductKeys;
|
|
680
674
|
typeGuard: IsBooleanType;
|
|
681
675
|
};
|
|
682
|
-
platform_editor_bodiedextension_layoutshift_fix: {
|
|
683
|
-
defaultValue: boolean;
|
|
684
|
-
param: string;
|
|
685
|
-
productKeys?: ProductKeys;
|
|
686
|
-
typeGuard: IsBooleanType;
|
|
687
|
-
};
|
|
688
676
|
platform_editor_layout_column_menu: {
|
|
689
677
|
defaultValue: boolean;
|
|
690
678
|
param: string;
|
|
@@ -848,12 +836,6 @@ export declare const editorExperimentsConfig: {
|
|
|
848
836
|
productKeys?: ProductKeys;
|
|
849
837
|
typeGuard: IsBooleanType;
|
|
850
838
|
};
|
|
851
|
-
platform_editor_vc90_transition_mentions: {
|
|
852
|
-
defaultValue: boolean;
|
|
853
|
-
param: string;
|
|
854
|
-
productKeys?: ProductKeys;
|
|
855
|
-
typeGuard: IsBooleanType;
|
|
856
|
-
};
|
|
857
839
|
platform_editor_emoji_default_scale: {
|
|
858
840
|
defaultValue: boolean;
|
|
859
841
|
param: string;
|
|
@@ -902,12 +884,6 @@ export declare const editorExperimentsConfig: {
|
|
|
902
884
|
productKeys?: ProductKeys;
|
|
903
885
|
typeGuard: IsBooleanType;
|
|
904
886
|
};
|
|
905
|
-
platform_editor_ai_aifc_space_shortcut_patch: {
|
|
906
|
-
defaultValue: boolean;
|
|
907
|
-
param: string;
|
|
908
|
-
productKeys?: ProductKeys;
|
|
909
|
-
typeGuard: IsBooleanType;
|
|
910
|
-
};
|
|
911
887
|
platform_editor_media_external_badge_bbc_fix: {
|
|
912
888
|
defaultValue: boolean;
|
|
913
889
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "186.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.9.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|