@atlaskit/tmp-editor-statsig 99.0.0 → 100.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +8 -17
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +8 -17
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +8 -17
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 100.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`643d0f8f77dff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/643d0f8f77dff) -
|
|
8
|
+
Clean up stale experiment platform_editor_pasting_text_in_panel (FFCLEANUP-104459)
|
|
9
|
+
- [`c70fd1e57edcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c70fd1e57edcf) -
|
|
10
|
+
Cleaned up stale feature flag `platform_editor_lovability_select_all_shortcut`
|
|
11
|
+
|
|
12
|
+
## 99.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`36d8b2815146e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/36d8b2815146e) -
|
|
17
|
+
Localize personalized prompt tile footer labels.
|
|
18
|
+
|
|
3
19
|
## 99.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -60,6 +60,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
60
60
|
platform_editor_table_menu_updates: false,
|
|
61
61
|
platform_editor_core_static_css: false,
|
|
62
62
|
'cwr-modal-ui-refresh': false,
|
|
63
|
+
prompt_tile_content_type_localizaiton: false,
|
|
63
64
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
64
65
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
65
66
|
// in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
|
|
@@ -760,14 +760,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
760
760
|
param: 'isEnabled',
|
|
761
761
|
defaultValue: false
|
|
762
762
|
}),
|
|
763
|
-
//Added 2025-11-19
|
|
764
|
-
platform_editor_pasting_text_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
|
|
765
|
-
productKeys: {
|
|
766
|
-
confluence: 'platform_editor_pasting_text_in_panel'
|
|
767
|
-
},
|
|
768
|
-
param: 'isEnabled',
|
|
769
|
-
defaultValue: false
|
|
770
|
-
}),
|
|
771
763
|
// Added 2026-02-19
|
|
772
764
|
platform_editor_comment_editor_border_radius: (0, _experimentBuilders.createBooleanExperiment)({
|
|
773
765
|
productKeys: {
|
|
@@ -1396,6 +1388,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1396
1388
|
param: 'isEnabled',
|
|
1397
1389
|
defaultValue: false
|
|
1398
1390
|
}),
|
|
1391
|
+
// Added 2026-06-12
|
|
1392
|
+
prompt_tile_content_type_localizaiton: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1393
|
+
productKeys: {
|
|
1394
|
+
confluence: 'prompt_tile_content_type_localizaiton'
|
|
1395
|
+
},
|
|
1396
|
+
param: 'isEnabled',
|
|
1397
|
+
defaultValue: false
|
|
1398
|
+
}),
|
|
1399
1399
|
// Added 2026-04-01
|
|
1400
1400
|
confluence_fe_cwr_outcome_picker_prompt_autoselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1401
1401
|
productKeys: {
|
|
@@ -1909,15 +1909,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1909
1909
|
param: 'isEnabled',
|
|
1910
1910
|
defaultValue: false
|
|
1911
1911
|
}),
|
|
1912
|
-
// Added 2026-04-07
|
|
1913
|
-
platform_editor_lovability_select_all_shortcut: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1914
|
-
productKeys: {
|
|
1915
|
-
confluence: 'platform_editor_lovability_select_all_shortcut',
|
|
1916
|
-
jira: 'platform_editor_lovability_select_all_shortcut'
|
|
1917
|
-
},
|
|
1918
|
-
param: 'isEnabled',
|
|
1919
|
-
defaultValue: false
|
|
1920
|
-
}),
|
|
1921
1912
|
// Added 2026-04-14
|
|
1922
1913
|
improve_3p_smart_link_resolve_rate: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1923
1914
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export const testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_table_menu_updates: false,
|
|
55
55
|
platform_editor_core_static_css: false,
|
|
56
56
|
'cwr-modal-ui-refresh': false,
|
|
57
|
+
prompt_tile_content_type_localizaiton: false,
|
|
57
58
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
58
59
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
59
60
|
// in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
|
|
@@ -754,14 +754,6 @@ export const editorExperimentsConfig = {
|
|
|
754
754
|
param: 'isEnabled',
|
|
755
755
|
defaultValue: false
|
|
756
756
|
}),
|
|
757
|
-
//Added 2025-11-19
|
|
758
|
-
platform_editor_pasting_text_in_panel: createBooleanExperiment({
|
|
759
|
-
productKeys: {
|
|
760
|
-
confluence: 'platform_editor_pasting_text_in_panel'
|
|
761
|
-
},
|
|
762
|
-
param: 'isEnabled',
|
|
763
|
-
defaultValue: false
|
|
764
|
-
}),
|
|
765
757
|
// Added 2026-02-19
|
|
766
758
|
platform_editor_comment_editor_border_radius: createBooleanExperiment({
|
|
767
759
|
productKeys: {
|
|
@@ -1390,6 +1382,14 @@ export const editorExperimentsConfig = {
|
|
|
1390
1382
|
param: 'isEnabled',
|
|
1391
1383
|
defaultValue: false
|
|
1392
1384
|
}),
|
|
1385
|
+
// Added 2026-06-12
|
|
1386
|
+
prompt_tile_content_type_localizaiton: createBooleanExperiment({
|
|
1387
|
+
productKeys: {
|
|
1388
|
+
confluence: 'prompt_tile_content_type_localizaiton'
|
|
1389
|
+
},
|
|
1390
|
+
param: 'isEnabled',
|
|
1391
|
+
defaultValue: false
|
|
1392
|
+
}),
|
|
1393
1393
|
// Added 2026-04-01
|
|
1394
1394
|
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1395
1395
|
productKeys: {
|
|
@@ -1903,15 +1903,6 @@ export const editorExperimentsConfig = {
|
|
|
1903
1903
|
param: 'isEnabled',
|
|
1904
1904
|
defaultValue: false
|
|
1905
1905
|
}),
|
|
1906
|
-
// Added 2026-04-07
|
|
1907
|
-
platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
|
|
1908
|
-
productKeys: {
|
|
1909
|
-
confluence: 'platform_editor_lovability_select_all_shortcut',
|
|
1910
|
-
jira: 'platform_editor_lovability_select_all_shortcut'
|
|
1911
|
-
},
|
|
1912
|
-
param: 'isEnabled',
|
|
1913
|
-
defaultValue: false
|
|
1914
|
-
}),
|
|
1915
1906
|
// Added 2026-04-14
|
|
1916
1907
|
improve_3p_smart_link_resolve_rate: createBooleanExperiment({
|
|
1917
1908
|
productKeys: {
|
|
@@ -54,6 +54,7 @@ export var testBooleanOverrides = {
|
|
|
54
54
|
platform_editor_table_menu_updates: false,
|
|
55
55
|
platform_editor_core_static_css: false,
|
|
56
56
|
'cwr-modal-ui-refresh': false,
|
|
57
|
+
prompt_tile_content_type_localizaiton: false,
|
|
57
58
|
// [CCI-15904] New AIFC Editor Experience — AND-gated with
|
|
58
59
|
// `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
|
|
59
60
|
// in `editor-plugin-ai/src/ui/utils/new-aifc-experience-enabled.ts`).
|
|
@@ -754,14 +754,6 @@ export var editorExperimentsConfig = {
|
|
|
754
754
|
param: 'isEnabled',
|
|
755
755
|
defaultValue: false
|
|
756
756
|
}),
|
|
757
|
-
//Added 2025-11-19
|
|
758
|
-
platform_editor_pasting_text_in_panel: createBooleanExperiment({
|
|
759
|
-
productKeys: {
|
|
760
|
-
confluence: 'platform_editor_pasting_text_in_panel'
|
|
761
|
-
},
|
|
762
|
-
param: 'isEnabled',
|
|
763
|
-
defaultValue: false
|
|
764
|
-
}),
|
|
765
757
|
// Added 2026-02-19
|
|
766
758
|
platform_editor_comment_editor_border_radius: createBooleanExperiment({
|
|
767
759
|
productKeys: {
|
|
@@ -1390,6 +1382,14 @@ export var editorExperimentsConfig = {
|
|
|
1390
1382
|
param: 'isEnabled',
|
|
1391
1383
|
defaultValue: false
|
|
1392
1384
|
}),
|
|
1385
|
+
// Added 2026-06-12
|
|
1386
|
+
prompt_tile_content_type_localizaiton: createBooleanExperiment({
|
|
1387
|
+
productKeys: {
|
|
1388
|
+
confluence: 'prompt_tile_content_type_localizaiton'
|
|
1389
|
+
},
|
|
1390
|
+
param: 'isEnabled',
|
|
1391
|
+
defaultValue: false
|
|
1392
|
+
}),
|
|
1393
1393
|
// Added 2026-04-01
|
|
1394
1394
|
confluence_fe_cwr_outcome_picker_prompt_autoselect: createBooleanExperiment({
|
|
1395
1395
|
productKeys: {
|
|
@@ -1903,15 +1903,6 @@ export var editorExperimentsConfig = {
|
|
|
1903
1903
|
param: 'isEnabled',
|
|
1904
1904
|
defaultValue: false
|
|
1905
1905
|
}),
|
|
1906
|
-
// Added 2026-04-07
|
|
1907
|
-
platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
|
|
1908
|
-
productKeys: {
|
|
1909
|
-
confluence: 'platform_editor_lovability_select_all_shortcut',
|
|
1910
|
-
jira: 'platform_editor_lovability_select_all_shortcut'
|
|
1911
|
-
},
|
|
1912
|
-
param: 'isEnabled',
|
|
1913
|
-
defaultValue: false
|
|
1914
|
-
}),
|
|
1915
1906
|
// Added 2026-04-14
|
|
1916
1907
|
improve_3p_smart_link_resolve_rate: createBooleanExperiment({
|
|
1917
1908
|
productKeys: {
|
|
@@ -567,12 +567,6 @@ export declare const editorExperimentsConfig: {
|
|
|
567
567
|
productKeys?: ProductKeys;
|
|
568
568
|
typeGuard: IsBooleanType;
|
|
569
569
|
};
|
|
570
|
-
platform_editor_pasting_text_in_panel: {
|
|
571
|
-
defaultValue: boolean;
|
|
572
|
-
param: string;
|
|
573
|
-
productKeys?: ProductKeys;
|
|
574
|
-
typeGuard: IsBooleanType;
|
|
575
|
-
};
|
|
576
570
|
platform_editor_prevent_taskitem_remount: {
|
|
577
571
|
defaultValue: boolean;
|
|
578
572
|
param: string;
|
|
@@ -1076,6 +1070,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1076
1070
|
productKeys?: ProductKeys;
|
|
1077
1071
|
typeGuard: IsBooleanType;
|
|
1078
1072
|
};
|
|
1073
|
+
prompt_tile_content_type_localizaiton: {
|
|
1074
|
+
defaultValue: boolean;
|
|
1075
|
+
param: string;
|
|
1076
|
+
productKeys?: ProductKeys;
|
|
1077
|
+
typeGuard: IsBooleanType;
|
|
1078
|
+
};
|
|
1079
1079
|
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1080
1080
|
defaultValue: boolean;
|
|
1081
1081
|
param: string;
|
|
@@ -1406,12 +1406,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1406
1406
|
productKeys?: ProductKeys;
|
|
1407
1407
|
typeGuard: IsBooleanType;
|
|
1408
1408
|
};
|
|
1409
|
-
platform_editor_lovability_select_all_shortcut: {
|
|
1410
|
-
defaultValue: boolean;
|
|
1411
|
-
param: string;
|
|
1412
|
-
productKeys?: ProductKeys;
|
|
1413
|
-
typeGuard: IsBooleanType;
|
|
1414
|
-
};
|
|
1415
1409
|
platform_editor_hydration_skip_react_portal: {
|
|
1416
1410
|
defaultValue: boolean;
|
|
1417
1411
|
param: string;
|
|
@@ -567,12 +567,6 @@ export declare const editorExperimentsConfig: {
|
|
|
567
567
|
productKeys?: ProductKeys;
|
|
568
568
|
typeGuard: IsBooleanType;
|
|
569
569
|
};
|
|
570
|
-
platform_editor_pasting_text_in_panel: {
|
|
571
|
-
defaultValue: boolean;
|
|
572
|
-
param: string;
|
|
573
|
-
productKeys?: ProductKeys;
|
|
574
|
-
typeGuard: IsBooleanType;
|
|
575
|
-
};
|
|
576
570
|
platform_editor_prevent_taskitem_remount: {
|
|
577
571
|
defaultValue: boolean;
|
|
578
572
|
param: string;
|
|
@@ -1076,6 +1070,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1076
1070
|
productKeys?: ProductKeys;
|
|
1077
1071
|
typeGuard: IsBooleanType;
|
|
1078
1072
|
};
|
|
1073
|
+
prompt_tile_content_type_localizaiton: {
|
|
1074
|
+
defaultValue: boolean;
|
|
1075
|
+
param: string;
|
|
1076
|
+
productKeys?: ProductKeys;
|
|
1077
|
+
typeGuard: IsBooleanType;
|
|
1078
|
+
};
|
|
1079
1079
|
confluence_fe_cwr_outcome_picker_prompt_autoselect: {
|
|
1080
1080
|
defaultValue: boolean;
|
|
1081
1081
|
param: string;
|
|
@@ -1406,12 +1406,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1406
1406
|
productKeys?: ProductKeys;
|
|
1407
1407
|
typeGuard: IsBooleanType;
|
|
1408
1408
|
};
|
|
1409
|
-
platform_editor_lovability_select_all_shortcut: {
|
|
1410
|
-
defaultValue: boolean;
|
|
1411
|
-
param: string;
|
|
1412
|
-
productKeys?: ProductKeys;
|
|
1413
|
-
typeGuard: IsBooleanType;
|
|
1414
|
-
};
|
|
1415
1409
|
platform_editor_hydration_skip_react_portal: {
|
|
1416
1410
|
defaultValue: boolean;
|
|
1417
1411
|
param: string;
|
package/package.json
CHANGED