@atlaskit/tmp-editor-statsig 68.1.0 → 69.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +1 -2
- package/dist/cjs/experiments-config.js +0 -9
- package/dist/es2019/exp-test-overrides.js +1 -2
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/exp-test-overrides.js +1 -2
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -7
- package/dist/types-ts4.5/experiments-config.d.ts +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 69.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d1bd1354e626f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1bd1354e626f) -
|
|
8
|
+
Remove A/A for Create with Rovo via Slash Command experiment
|
|
9
|
+
|
|
3
10
|
## 68.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -14,8 +14,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
16
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
17
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
18
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
17
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
19
18
|
};
|
|
20
19
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
21
20
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1268,15 +1268,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1268
1268
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1269
1269
|
defaultValue: 'control'
|
|
1270
1270
|
}),
|
|
1271
|
-
// Added 2026-04-13
|
|
1272
|
-
cc_fd_cwr_quick_insert_aa: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1273
|
-
productKeys: {
|
|
1274
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1275
|
-
},
|
|
1276
|
-
param: 'cohort',
|
|
1277
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1278
|
-
defaultValue: 'control'
|
|
1279
|
-
}),
|
|
1280
1271
|
// Added 2026-02-05 - A11Y-10416
|
|
1281
1272
|
editor_a11y_role_textbox: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1282
1273
|
productKeys: {
|
|
@@ -8,8 +8,7 @@ export const testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
11
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
12
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
13
12
|
};
|
|
14
13
|
export const testBooleanOverrides = {
|
|
15
14
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1262,15 +1262,6 @@ export const editorExperimentsConfig = {
|
|
|
1262
1262
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1263
1263
|
defaultValue: 'control'
|
|
1264
1264
|
}),
|
|
1265
|
-
// Added 2026-04-13
|
|
1266
|
-
cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
|
|
1267
|
-
productKeys: {
|
|
1268
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1269
|
-
},
|
|
1270
|
-
param: 'cohort',
|
|
1271
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1272
|
-
defaultValue: 'control'
|
|
1273
|
-
}),
|
|
1274
1265
|
// Added 2026-02-05 - A11Y-10416
|
|
1275
1266
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1276
1267
|
productKeys: {
|
|
@@ -8,8 +8,7 @@ export var testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
11
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
12
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
13
12
|
};
|
|
14
13
|
export var testBooleanOverrides = {
|
|
15
14
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1262,15 +1262,6 @@ export var editorExperimentsConfig = {
|
|
|
1262
1262
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1263
1263
|
defaultValue: 'control'
|
|
1264
1264
|
}),
|
|
1265
|
-
// Added 2026-04-13
|
|
1266
|
-
cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
|
|
1267
|
-
productKeys: {
|
|
1268
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1269
|
-
},
|
|
1270
|
-
param: 'cohort',
|
|
1271
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1272
|
-
defaultValue: 'control'
|
|
1273
|
-
}),
|
|
1274
1265
|
// Added 2026-02-05 - A11Y-10416
|
|
1275
1266
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1276
1267
|
productKeys: {
|
|
@@ -936,13 +936,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
936
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
937
937
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
938
938
|
};
|
|
939
|
-
cc_fd_cwr_quick_insert_aa: {
|
|
940
|
-
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
944
|
-
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
945
|
-
};
|
|
946
939
|
cc_fd_wb_jira_quick_insert_experiment: {
|
|
947
940
|
defaultValue: boolean;
|
|
948
941
|
param: string;
|
|
@@ -936,13 +936,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
936
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
937
937
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
938
938
|
};
|
|
939
|
-
cc_fd_cwr_quick_insert_aa: {
|
|
940
|
-
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
944
|
-
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
945
|
-
};
|
|
946
939
|
cc_fd_wb_jira_quick_insert_experiment: {
|
|
947
940
|
defaultValue: boolean;
|
|
948
941
|
param: string;
|
package/package.json
CHANGED