@atlaskit/tmp-editor-statsig 14.7.0 → 14.9.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 +19 -0
- package/dist/cjs/experiments-config.js +7 -8
- package/dist/es2019/experiments-config.js +7 -8
- package/dist/esm/experiments-config.js +7 -8
- package/dist/types/experiments-config.d.ts +13 -13
- package/dist/types-ts4.5/experiments-config.d.ts +13 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 14.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c7acfc11f076a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c7acfc11f076a) -
|
|
8
|
+
[https://hello.jira.atlassian.cloud/browse/EDITOR-3745](EDITOR-3745) - adopt EditorSSRRenderer to
|
|
9
|
+
ReactEditorView
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 14.8.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`361f88d13201f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/361f88d13201f) -
|
|
20
|
+
Removes experiment gate cc_complexit_fe_emoji_stability
|
|
21
|
+
|
|
3
22
|
## 14.7.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -302,6 +302,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
302
302
|
param: 'isEnabled',
|
|
303
303
|
defaultValue: false
|
|
304
304
|
}),
|
|
305
|
+
platform_editor_ssr_renderer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
306
|
+
productKeys: {
|
|
307
|
+
confluence: 'platform_editor_ssr_renderer'
|
|
308
|
+
},
|
|
309
|
+
param: 'isEnabled',
|
|
310
|
+
defaultValue: false
|
|
311
|
+
}),
|
|
305
312
|
// Added 2025-01-13
|
|
306
313
|
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
307
314
|
productKeys: {
|
|
@@ -990,14 +997,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
990
997
|
param: 'isEnabled',
|
|
991
998
|
defaultValue: false
|
|
992
999
|
}),
|
|
993
|
-
// Added 2025-09-17
|
|
994
|
-
cc_complexit_fe_emoji_stability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
995
|
-
productKeys: {
|
|
996
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
997
|
-
},
|
|
998
|
-
param: 'isEnabled',
|
|
999
|
-
defaultValue: false
|
|
1000
|
-
}),
|
|
1001
1000
|
// Added 2025-09-23
|
|
1002
1001
|
cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1003
1002
|
productKeys: {
|
|
@@ -296,6 +296,13 @@ export const editorExperimentsConfig = {
|
|
|
296
296
|
param: 'isEnabled',
|
|
297
297
|
defaultValue: false
|
|
298
298
|
}),
|
|
299
|
+
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
300
|
+
productKeys: {
|
|
301
|
+
confluence: 'platform_editor_ssr_renderer'
|
|
302
|
+
},
|
|
303
|
+
param: 'isEnabled',
|
|
304
|
+
defaultValue: false
|
|
305
|
+
}),
|
|
299
306
|
// Added 2025-01-13
|
|
300
307
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
301
308
|
productKeys: {
|
|
@@ -984,14 +991,6 @@ export const editorExperimentsConfig = {
|
|
|
984
991
|
param: 'isEnabled',
|
|
985
992
|
defaultValue: false
|
|
986
993
|
}),
|
|
987
|
-
// Added 2025-09-17
|
|
988
|
-
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
989
|
-
productKeys: {
|
|
990
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
991
|
-
},
|
|
992
|
-
param: 'isEnabled',
|
|
993
|
-
defaultValue: false
|
|
994
|
-
}),
|
|
995
994
|
// Added 2025-09-23
|
|
996
995
|
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
997
996
|
productKeys: {
|
|
@@ -296,6 +296,13 @@ export var editorExperimentsConfig = {
|
|
|
296
296
|
param: 'isEnabled',
|
|
297
297
|
defaultValue: false
|
|
298
298
|
}),
|
|
299
|
+
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
300
|
+
productKeys: {
|
|
301
|
+
confluence: 'platform_editor_ssr_renderer'
|
|
302
|
+
},
|
|
303
|
+
param: 'isEnabled',
|
|
304
|
+
defaultValue: false
|
|
305
|
+
}),
|
|
299
306
|
// Added 2025-01-13
|
|
300
307
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
301
308
|
productKeys: {
|
|
@@ -984,14 +991,6 @@ export var editorExperimentsConfig = {
|
|
|
984
991
|
param: 'isEnabled',
|
|
985
992
|
defaultValue: false
|
|
986
993
|
}),
|
|
987
|
-
// Added 2025-09-17
|
|
988
|
-
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
989
|
-
productKeys: {
|
|
990
|
-
confluence: 'cc_complexit_fe_emoji_stability'
|
|
991
|
-
},
|
|
992
|
-
param: 'isEnabled',
|
|
993
|
-
defaultValue: false
|
|
994
|
-
}),
|
|
995
994
|
// Added 2025-09-23
|
|
996
995
|
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
997
996
|
productKeys: {
|
|
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
-
cc_complexit_fe_emoji_stability: {
|
|
30
|
-
defaultValue: boolean;
|
|
31
|
-
param: string;
|
|
32
|
-
productKeys?: ProductKeys;
|
|
33
|
-
typeGuard: IsBooleanType;
|
|
34
|
-
};
|
|
35
29
|
cc_editor_ai_content_mode: {
|
|
36
30
|
defaultValue: 'control' | 'test';
|
|
37
31
|
param: string;
|
|
@@ -672,6 +666,12 @@ export declare const editorExperimentsConfig: {
|
|
|
672
666
|
productKeys?: ProductKeys;
|
|
673
667
|
typeGuard: IsBooleanType;
|
|
674
668
|
};
|
|
669
|
+
platform_editor_ssr_renderer: {
|
|
670
|
+
defaultValue: boolean;
|
|
671
|
+
param: string;
|
|
672
|
+
productKeys?: ProductKeys;
|
|
673
|
+
typeGuard: IsBooleanType;
|
|
674
|
+
};
|
|
675
675
|
platform_editor_stop_width_reflows: {
|
|
676
676
|
defaultValue: boolean;
|
|
677
677
|
param: string;
|
|
@@ -820,6 +820,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
820
|
productKeys?: ProductKeys;
|
|
821
821
|
typeGuard: IsBooleanType;
|
|
822
822
|
};
|
|
823
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
824
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
825
|
+
param: string;
|
|
826
|
+
productKeys?: ProductKeys;
|
|
827
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
828
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
829
|
+
};
|
|
823
830
|
platform_synced_block: {
|
|
824
831
|
defaultValue: boolean;
|
|
825
832
|
param: string;
|
|
@@ -857,13 +864,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
864
|
productKeys?: ProductKeys;
|
|
858
865
|
typeGuard: IsBooleanType;
|
|
859
866
|
};
|
|
860
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
861
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
865
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
866
|
-
};
|
|
867
867
|
'test-new-experiments-package': {
|
|
868
868
|
defaultValue: boolean;
|
|
869
869
|
param: string;
|
|
@@ -26,12 +26,6 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
-
cc_complexit_fe_emoji_stability: {
|
|
30
|
-
defaultValue: boolean;
|
|
31
|
-
param: string;
|
|
32
|
-
productKeys?: ProductKeys;
|
|
33
|
-
typeGuard: IsBooleanType;
|
|
34
|
-
};
|
|
35
29
|
cc_editor_ai_content_mode: {
|
|
36
30
|
defaultValue: 'control' | 'test';
|
|
37
31
|
param: string;
|
|
@@ -672,6 +666,12 @@ export declare const editorExperimentsConfig: {
|
|
|
672
666
|
productKeys?: ProductKeys;
|
|
673
667
|
typeGuard: IsBooleanType;
|
|
674
668
|
};
|
|
669
|
+
platform_editor_ssr_renderer: {
|
|
670
|
+
defaultValue: boolean;
|
|
671
|
+
param: string;
|
|
672
|
+
productKeys?: ProductKeys;
|
|
673
|
+
typeGuard: IsBooleanType;
|
|
674
|
+
};
|
|
675
675
|
platform_editor_stop_width_reflows: {
|
|
676
676
|
defaultValue: boolean;
|
|
677
677
|
param: string;
|
|
@@ -820,6 +820,13 @@ export declare const editorExperimentsConfig: {
|
|
|
820
820
|
productKeys?: ProductKeys;
|
|
821
821
|
typeGuard: IsBooleanType;
|
|
822
822
|
};
|
|
823
|
+
platform_sl_3p_unauth_paste_as_block_card: {
|
|
824
|
+
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
825
|
+
param: string;
|
|
826
|
+
productKeys?: ProductKeys;
|
|
827
|
+
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
828
|
+
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
829
|
+
};
|
|
823
830
|
platform_synced_block: {
|
|
824
831
|
defaultValue: boolean;
|
|
825
832
|
param: string;
|
|
@@ -857,13 +864,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
864
|
productKeys?: ProductKeys;
|
|
858
865
|
typeGuard: IsBooleanType;
|
|
859
866
|
};
|
|
860
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
861
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
865
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
866
|
-
};
|
|
867
867
|
'test-new-experiments-package': {
|
|
868
868
|
defaultValue: boolean;
|
|
869
869
|
param: string;
|
package/package.json
CHANGED