@atlaskit/tmp-editor-statsig 33.2.0 → 33.3.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +9 -1
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +9 -1
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +9 -1
- package/dist/types/experiments-config.d.ts +7 -1
- package/dist/types-ts4.5/experiments-config.d.ts +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 33.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a567137003ae6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a567137003ae6) -
|
|
8
|
+
Add in Create with Rovo blank object experience functionality
|
|
9
|
+
|
|
3
10
|
## 33.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -17,6 +17,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
17
17
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
18
18
|
};
|
|
19
19
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
20
|
+
cwr_blank_object_experiment: false,
|
|
20
21
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
21
22
|
platform_editor_feedback_mandatory_rating: false,
|
|
22
23
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -133,6 +133,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
133
133
|
param: 'isEnabled',
|
|
134
134
|
defaultValue: false
|
|
135
135
|
}),
|
|
136
|
+
// Added 2026-03-04
|
|
137
|
+
cwr_blank_object_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
138
|
+
productKeys: {
|
|
139
|
+
confluence: 'cwr_blank_object_experiment'
|
|
140
|
+
},
|
|
141
|
+
param: 'isEnabled',
|
|
142
|
+
defaultValue: false
|
|
143
|
+
}),
|
|
136
144
|
// Added 2025-09-30
|
|
137
145
|
cc_editor_insm_outlier_events: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
138
146
|
productKeys: {
|
|
@@ -1456,7 +1464,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1456
1464
|
defaultValue: false
|
|
1457
1465
|
}),
|
|
1458
1466
|
// Added 2026-02-27
|
|
1459
|
-
|
|
1467
|
+
confluence_frontend_cwr_outcome_type_picker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1460
1468
|
productKeys: {
|
|
1461
1469
|
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1462
1470
|
},
|
|
@@ -11,6 +11,7 @@ export const testMultivariateOverrides = {
|
|
|
11
11
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
12
|
};
|
|
13
13
|
export const testBooleanOverrides = {
|
|
14
|
+
cwr_blank_object_experiment: false,
|
|
14
15
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
15
16
|
platform_editor_feedback_mandatory_rating: false,
|
|
16
17
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -127,6 +127,14 @@ export const editorExperimentsConfig = {
|
|
|
127
127
|
param: 'isEnabled',
|
|
128
128
|
defaultValue: false
|
|
129
129
|
}),
|
|
130
|
+
// Added 2026-03-04
|
|
131
|
+
cwr_blank_object_experiment: createBooleanExperiment({
|
|
132
|
+
productKeys: {
|
|
133
|
+
confluence: 'cwr_blank_object_experiment'
|
|
134
|
+
},
|
|
135
|
+
param: 'isEnabled',
|
|
136
|
+
defaultValue: false
|
|
137
|
+
}),
|
|
130
138
|
// Added 2025-09-30
|
|
131
139
|
cc_editor_insm_outlier_events: createMultivariateExperiment({
|
|
132
140
|
productKeys: {
|
|
@@ -1450,7 +1458,7 @@ export const editorExperimentsConfig = {
|
|
|
1450
1458
|
defaultValue: false
|
|
1451
1459
|
}),
|
|
1452
1460
|
// Added 2026-02-27
|
|
1453
|
-
|
|
1461
|
+
confluence_frontend_cwr_outcome_type_picker: createBooleanExperiment({
|
|
1454
1462
|
productKeys: {
|
|
1455
1463
|
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1456
1464
|
},
|
|
@@ -11,6 +11,7 @@ export var testMultivariateOverrides = {
|
|
|
11
11
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
12
|
};
|
|
13
13
|
export var testBooleanOverrides = {
|
|
14
|
+
cwr_blank_object_experiment: false,
|
|
14
15
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
15
16
|
platform_editor_feedback_mandatory_rating: false,
|
|
16
17
|
platform_editor_preview_panel_responsiveness: false,
|
|
@@ -127,6 +127,14 @@ export var editorExperimentsConfig = {
|
|
|
127
127
|
param: 'isEnabled',
|
|
128
128
|
defaultValue: false
|
|
129
129
|
}),
|
|
130
|
+
// Added 2026-03-04
|
|
131
|
+
cwr_blank_object_experiment: createBooleanExperiment({
|
|
132
|
+
productKeys: {
|
|
133
|
+
confluence: 'cwr_blank_object_experiment'
|
|
134
|
+
},
|
|
135
|
+
param: 'isEnabled',
|
|
136
|
+
defaultValue: false
|
|
137
|
+
}),
|
|
130
138
|
// Added 2025-09-30
|
|
131
139
|
cc_editor_insm_outlier_events: createMultivariateExperiment({
|
|
132
140
|
productKeys: {
|
|
@@ -1450,7 +1458,7 @@ export var editorExperimentsConfig = {
|
|
|
1450
1458
|
defaultValue: false
|
|
1451
1459
|
}),
|
|
1452
1460
|
// Added 2026-02-27
|
|
1453
|
-
|
|
1461
|
+
confluence_frontend_cwr_outcome_type_picker: createBooleanExperiment({
|
|
1454
1462
|
productKeys: {
|
|
1455
1463
|
confluence: 'confluence_frontend_cwr_outcome_type_picker'
|
|
1456
1464
|
},
|
|
@@ -26,6 +26,12 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
+
cwr_blank_object_experiment: {
|
|
30
|
+
defaultValue: boolean;
|
|
31
|
+
param: string;
|
|
32
|
+
productKeys?: ProductKeys;
|
|
33
|
+
typeGuard: IsBooleanType;
|
|
34
|
+
};
|
|
29
35
|
cc_editor_ai_content_mode: {
|
|
30
36
|
defaultValue: 'control' | 'test';
|
|
31
37
|
param: string;
|
|
@@ -1080,7 +1086,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1086
|
productKeys?: ProductKeys;
|
|
1081
1087
|
typeGuard: IsBooleanType;
|
|
1082
1088
|
};
|
|
1083
|
-
|
|
1089
|
+
confluence_frontend_cwr_outcome_type_picker: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
1086
1092
|
productKeys?: ProductKeys;
|
|
@@ -26,6 +26,12 @@ export declare const editorExperimentsConfig: {
|
|
|
26
26
|
productKeys?: ProductKeys;
|
|
27
27
|
typeGuard: IsBooleanType;
|
|
28
28
|
};
|
|
29
|
+
cwr_blank_object_experiment: {
|
|
30
|
+
defaultValue: boolean;
|
|
31
|
+
param: string;
|
|
32
|
+
productKeys?: ProductKeys;
|
|
33
|
+
typeGuard: IsBooleanType;
|
|
34
|
+
};
|
|
29
35
|
cc_editor_ai_content_mode: {
|
|
30
36
|
defaultValue: 'control' | 'test';
|
|
31
37
|
param: string;
|
|
@@ -1080,7 +1086,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1080
1086
|
productKeys?: ProductKeys;
|
|
1081
1087
|
typeGuard: IsBooleanType;
|
|
1082
1088
|
};
|
|
1083
|
-
|
|
1089
|
+
confluence_frontend_cwr_outcome_type_picker: {
|
|
1084
1090
|
defaultValue: boolean;
|
|
1085
1091
|
param: string;
|
|
1086
1092
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED