@atlaskit/tmp-editor-statsig 67.0.0 → 68.1.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 +18 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -10
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -10
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -10
- package/dist/types/experiments-config.d.ts +6 -7
- package/dist/types-ts4.5/experiments-config.d.ts +6 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 68.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4b61b018db494`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b61b018db494) -
|
|
8
|
+
[ux] Adds AI image generation to the editor by introducing a new plugin for image generation in
|
|
9
|
+
the editor with the functionalities to create AI images with a prompt and style choice. The plugin
|
|
10
|
+
is gated behind a feature experiment.
|
|
11
|
+
|
|
12
|
+
## 68.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`6655b2d3fda01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6655b2d3fda01) -
|
|
17
|
+
NAVX-4681: Remove platform_sl_3p_unauth_paste_as_block_card experiment (winning:
|
|
18
|
+
card_by_default_and_new_design), platform_sl_3p_unauth_paste_as_block_card_gate, and
|
|
19
|
+
platform_sl_3p_unauth_experiment_gate feature flags
|
|
20
|
+
|
|
3
21
|
## 67.0.0
|
|
4
22
|
|
|
5
23
|
### Major Changes
|
|
@@ -13,7 +13,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
13
13
|
smart_link_confluence_short_link_analytics: 'control',
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
17
16
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
18
17
|
cc_fd_cwr_quick_insert: 'control',
|
|
19
18
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -999,16 +999,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
999
999
|
param: 'isEnabled',
|
|
1000
1000
|
defaultValue: false
|
|
1001
1001
|
}),
|
|
1002
|
-
// Added 2025-11-27
|
|
1003
|
-
platform_sl_3p_unauth_paste_as_block_card: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1004
|
-
productKeys: {
|
|
1005
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1006
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1007
|
-
},
|
|
1008
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1009
|
-
param: 'cohort',
|
|
1010
|
-
defaultValue: 'control'
|
|
1011
|
-
}),
|
|
1012
1002
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1013
1003
|
platform_sl_3p_auth_rovo_action: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1014
1004
|
productKeys: {
|
|
@@ -1360,6 +1350,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1360
1350
|
param: 'isEnabled',
|
|
1361
1351
|
defaultValue: false
|
|
1362
1352
|
}),
|
|
1353
|
+
// Added 2026-04-01
|
|
1354
|
+
'cc_page_experiences_editor_image_generation': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1355
|
+
productKeys: {
|
|
1356
|
+
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1357
|
+
},
|
|
1358
|
+
param: 'isEnabled',
|
|
1359
|
+
defaultValue: false
|
|
1360
|
+
}),
|
|
1363
1361
|
// Added 2026-02-23
|
|
1364
1362
|
'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1365
1363
|
productKeys: {
|
|
@@ -7,7 +7,6 @@ export const testMultivariateOverrides = {
|
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
11
|
cc_fd_cwr_quick_insert: 'control',
|
|
13
12
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -993,16 +993,6 @@ export const editorExperimentsConfig = {
|
|
|
993
993
|
param: 'isEnabled',
|
|
994
994
|
defaultValue: false
|
|
995
995
|
}),
|
|
996
|
-
// Added 2025-11-27
|
|
997
|
-
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
998
|
-
productKeys: {
|
|
999
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1000
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1001
|
-
},
|
|
1002
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1003
|
-
param: 'cohort',
|
|
1004
|
-
defaultValue: 'control'
|
|
1005
|
-
}),
|
|
1006
996
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1007
997
|
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1008
998
|
productKeys: {
|
|
@@ -1354,6 +1344,14 @@ export const editorExperimentsConfig = {
|
|
|
1354
1344
|
param: 'isEnabled',
|
|
1355
1345
|
defaultValue: false
|
|
1356
1346
|
}),
|
|
1347
|
+
// Added 2026-04-01
|
|
1348
|
+
'cc_page_experiences_editor_image_generation': createBooleanExperiment({
|
|
1349
|
+
productKeys: {
|
|
1350
|
+
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1351
|
+
},
|
|
1352
|
+
param: 'isEnabled',
|
|
1353
|
+
defaultValue: false
|
|
1354
|
+
}),
|
|
1357
1355
|
// Added 2026-02-23
|
|
1358
1356
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1359
1357
|
productKeys: {
|
|
@@ -7,7 +7,6 @@ export var testMultivariateOverrides = {
|
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
11
|
cc_fd_cwr_quick_insert: 'control',
|
|
13
12
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -993,16 +993,6 @@ export var editorExperimentsConfig = {
|
|
|
993
993
|
param: 'isEnabled',
|
|
994
994
|
defaultValue: false
|
|
995
995
|
}),
|
|
996
|
-
// Added 2025-11-27
|
|
997
|
-
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
998
|
-
productKeys: {
|
|
999
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1000
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1001
|
-
},
|
|
1002
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1003
|
-
param: 'cohort',
|
|
1004
|
-
defaultValue: 'control'
|
|
1005
|
-
}),
|
|
1006
996
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1007
997
|
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1008
998
|
productKeys: {
|
|
@@ -1354,6 +1344,14 @@ export var editorExperimentsConfig = {
|
|
|
1354
1344
|
param: 'isEnabled',
|
|
1355
1345
|
defaultValue: false
|
|
1356
1346
|
}),
|
|
1347
|
+
// Added 2026-04-01
|
|
1348
|
+
'cc_page_experiences_editor_image_generation': createBooleanExperiment({
|
|
1349
|
+
productKeys: {
|
|
1350
|
+
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1351
|
+
},
|
|
1352
|
+
param: 'isEnabled',
|
|
1353
|
+
defaultValue: false
|
|
1354
|
+
}),
|
|
1357
1355
|
// Added 2026-02-23
|
|
1358
1356
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1359
1357
|
productKeys: {
|
|
@@ -705,13 +705,6 @@ export declare const editorExperimentsConfig: {
|
|
|
705
705
|
productKeys?: ProductKeys;
|
|
706
706
|
typeGuard: IsBooleanType;
|
|
707
707
|
};
|
|
708
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
709
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: ProductKeys;
|
|
712
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
713
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
714
|
-
};
|
|
715
708
|
platform_sl_3p_auth_rovo_action: {
|
|
716
709
|
defaultValue: boolean;
|
|
717
710
|
param: string;
|
|
@@ -1034,6 +1027,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1034
1027
|
productKeys?: ProductKeys;
|
|
1035
1028
|
typeGuard: IsBooleanType;
|
|
1036
1029
|
};
|
|
1030
|
+
'cc_page_experiences_editor_image_generation': {
|
|
1031
|
+
defaultValue: boolean;
|
|
1032
|
+
param: string;
|
|
1033
|
+
productKeys?: ProductKeys;
|
|
1034
|
+
typeGuard: IsBooleanType;
|
|
1035
|
+
};
|
|
1037
1036
|
'cc-maui-experiment': {
|
|
1038
1037
|
defaultValue: boolean;
|
|
1039
1038
|
param: string;
|
|
@@ -705,13 +705,6 @@ export declare const editorExperimentsConfig: {
|
|
|
705
705
|
productKeys?: ProductKeys;
|
|
706
706
|
typeGuard: IsBooleanType;
|
|
707
707
|
};
|
|
708
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
709
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: ProductKeys;
|
|
712
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
713
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
714
|
-
};
|
|
715
708
|
platform_sl_3p_auth_rovo_action: {
|
|
716
709
|
defaultValue: boolean;
|
|
717
710
|
param: string;
|
|
@@ -1034,6 +1027,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1034
1027
|
productKeys?: ProductKeys;
|
|
1035
1028
|
typeGuard: IsBooleanType;
|
|
1036
1029
|
};
|
|
1030
|
+
'cc_page_experiences_editor_image_generation': {
|
|
1031
|
+
defaultValue: boolean;
|
|
1032
|
+
param: string;
|
|
1033
|
+
productKeys?: ProductKeys;
|
|
1034
|
+
typeGuard: IsBooleanType;
|
|
1035
|
+
};
|
|
1037
1036
|
'cc-maui-experiment': {
|
|
1038
1037
|
defaultValue: boolean;
|
|
1039
1038
|
param: string;
|
package/package.json
CHANGED