@atlaskit/tmp-editor-statsig 119.2.0 → 120.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 +21 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +17 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +17 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +17 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 120.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`5ca7a33774e69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5ca7a33774e69) -
|
|
8
|
+
Clean up experiment `platform_editor_ai_rename_add_polish`. Removes the now-unused
|
|
9
|
+
`addPolishTitle` AI config item message and the redundant title override in the paste menu.
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`c37e285a66ad2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c37e285a66ad2) -
|
|
14
|
+
[ux] batch migrate from a11y feature gates to experiment
|
|
15
|
+
|
|
16
|
+
## 119.3.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`67aed651369bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/67aed651369bd) -
|
|
21
|
+
[ux] Fixes an issue where editorContext was coming from underlying page, rather than open
|
|
22
|
+
stagingarea
|
|
23
|
+
|
|
3
24
|
## 119.2.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
53
|
platform_editor_paste_actions_menu: false,
|
|
54
54
|
platform_editor_diff_plugin_extended: false,
|
|
55
|
-
platform_editor_ai_rename_add_polish: false,
|
|
56
55
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
57
56
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
58
57
|
platform_editor_table_q4_loveability: false,
|
|
@@ -1848,6 +1848,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1848
1848
|
param: 'isEnabled',
|
|
1849
1849
|
defaultValue: false
|
|
1850
1850
|
}),
|
|
1851
|
+
// Added 2026-06-30
|
|
1852
|
+
cc_fix_editor_context_on_cwr_followups: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1853
|
+
productKeys: {
|
|
1854
|
+
confluence: 'cc_fix_editor_context_on_cwr_followups'
|
|
1855
|
+
},
|
|
1856
|
+
param: 'isEnabled',
|
|
1857
|
+
defaultValue: false
|
|
1858
|
+
}),
|
|
1851
1859
|
// Added 2026-04-14
|
|
1852
1860
|
improve_3p_smart_link_resolve_rate: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1853
1861
|
productKeys: {
|
|
@@ -1961,14 +1969,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1961
1969
|
param: 'isEnabled',
|
|
1962
1970
|
defaultValue: false
|
|
1963
1971
|
}),
|
|
1964
|
-
// Added 2026-04-14
|
|
1965
|
-
platform_editor_ai_rename_add_polish: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1966
|
-
productKeys: {
|
|
1967
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1968
|
-
},
|
|
1969
|
-
param: 'isEnabled',
|
|
1970
|
-
defaultValue: false
|
|
1971
|
-
}),
|
|
1972
1972
|
// Added 2026-04-16
|
|
1973
1973
|
cc_dnd_smart_link_changeboard_platform_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1974
1974
|
productKeys: {
|
|
@@ -2184,6 +2184,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2184
2184
|
param: 'isEnabled',
|
|
2185
2185
|
defaultValue: false
|
|
2186
2186
|
}),
|
|
2187
|
+
// Added 2026-06-29
|
|
2188
|
+
'a11y-fixes-week3-may-2026': (0, _experimentBuilders.createBooleanExperiment)({
|
|
2189
|
+
productKeys: {
|
|
2190
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2191
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2192
|
+
},
|
|
2193
|
+
param: 'isEnabled',
|
|
2194
|
+
defaultValue: false
|
|
2195
|
+
}),
|
|
2187
2196
|
// Added 2026-05-21
|
|
2188
2197
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2189
2198
|
productKeys: {
|
|
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
48
|
platform_editor_diff_plugin_extended: false,
|
|
49
|
-
platform_editor_ai_rename_add_polish: false,
|
|
50
49
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
51
50
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
52
51
|
platform_editor_table_q4_loveability: false,
|
|
@@ -1842,6 +1842,14 @@ export const editorExperimentsConfig = {
|
|
|
1842
1842
|
param: 'isEnabled',
|
|
1843
1843
|
defaultValue: false
|
|
1844
1844
|
}),
|
|
1845
|
+
// Added 2026-06-30
|
|
1846
|
+
cc_fix_editor_context_on_cwr_followups: createBooleanExperiment({
|
|
1847
|
+
productKeys: {
|
|
1848
|
+
confluence: 'cc_fix_editor_context_on_cwr_followups'
|
|
1849
|
+
},
|
|
1850
|
+
param: 'isEnabled',
|
|
1851
|
+
defaultValue: false
|
|
1852
|
+
}),
|
|
1845
1853
|
// Added 2026-04-14
|
|
1846
1854
|
improve_3p_smart_link_resolve_rate: createBooleanExperiment({
|
|
1847
1855
|
productKeys: {
|
|
@@ -1955,14 +1963,6 @@ export const editorExperimentsConfig = {
|
|
|
1955
1963
|
param: 'isEnabled',
|
|
1956
1964
|
defaultValue: false
|
|
1957
1965
|
}),
|
|
1958
|
-
// Added 2026-04-14
|
|
1959
|
-
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
1960
|
-
productKeys: {
|
|
1961
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: false
|
|
1965
|
-
}),
|
|
1966
1966
|
// Added 2026-04-16
|
|
1967
1967
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1968
1968
|
productKeys: {
|
|
@@ -2178,6 +2178,15 @@ export const editorExperimentsConfig = {
|
|
|
2178
2178
|
param: 'isEnabled',
|
|
2179
2179
|
defaultValue: false
|
|
2180
2180
|
}),
|
|
2181
|
+
// Added 2026-06-29
|
|
2182
|
+
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2183
|
+
productKeys: {
|
|
2184
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2185
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2186
|
+
},
|
|
2187
|
+
param: 'isEnabled',
|
|
2188
|
+
defaultValue: false
|
|
2189
|
+
}),
|
|
2181
2190
|
// Added 2026-05-21
|
|
2182
2191
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2183
2192
|
productKeys: {
|
|
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
|
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
47
|
platform_editor_paste_actions_menu: false,
|
|
48
48
|
platform_editor_diff_plugin_extended: false,
|
|
49
|
-
platform_editor_ai_rename_add_polish: false,
|
|
50
49
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
51
50
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
52
51
|
platform_editor_table_q4_loveability: false,
|
|
@@ -1842,6 +1842,14 @@ export var editorExperimentsConfig = {
|
|
|
1842
1842
|
param: 'isEnabled',
|
|
1843
1843
|
defaultValue: false
|
|
1844
1844
|
}),
|
|
1845
|
+
// Added 2026-06-30
|
|
1846
|
+
cc_fix_editor_context_on_cwr_followups: createBooleanExperiment({
|
|
1847
|
+
productKeys: {
|
|
1848
|
+
confluence: 'cc_fix_editor_context_on_cwr_followups'
|
|
1849
|
+
},
|
|
1850
|
+
param: 'isEnabled',
|
|
1851
|
+
defaultValue: false
|
|
1852
|
+
}),
|
|
1845
1853
|
// Added 2026-04-14
|
|
1846
1854
|
improve_3p_smart_link_resolve_rate: createBooleanExperiment({
|
|
1847
1855
|
productKeys: {
|
|
@@ -1955,14 +1963,6 @@ export var editorExperimentsConfig = {
|
|
|
1955
1963
|
param: 'isEnabled',
|
|
1956
1964
|
defaultValue: false
|
|
1957
1965
|
}),
|
|
1958
|
-
// Added 2026-04-14
|
|
1959
|
-
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
1960
|
-
productKeys: {
|
|
1961
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: false
|
|
1965
|
-
}),
|
|
1966
1966
|
// Added 2026-04-16
|
|
1967
1967
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1968
1968
|
productKeys: {
|
|
@@ -2178,6 +2178,15 @@ export var editorExperimentsConfig = {
|
|
|
2178
2178
|
param: 'isEnabled',
|
|
2179
2179
|
defaultValue: false
|
|
2180
2180
|
}),
|
|
2181
|
+
// Added 2026-06-29
|
|
2182
|
+
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2183
|
+
productKeys: {
|
|
2184
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2185
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2186
|
+
},
|
|
2187
|
+
param: 'isEnabled',
|
|
2188
|
+
defaultValue: false
|
|
2189
|
+
}),
|
|
2181
2190
|
// Added 2026-05-21
|
|
2182
2191
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2183
2192
|
productKeys: {
|
|
@@ -920,6 +920,12 @@ export declare const editorExperimentsConfig: {
|
|
|
920
920
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
921
921
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
922
922
|
};
|
|
923
|
+
cc_fix_editor_context_on_cwr_followups: {
|
|
924
|
+
defaultValue: boolean;
|
|
925
|
+
param: string;
|
|
926
|
+
productKeys?: ProductKeys;
|
|
927
|
+
typeGuard: IsBooleanType;
|
|
928
|
+
};
|
|
923
929
|
cc_fd_wb_jira_quick_insert_experiment: {
|
|
924
930
|
defaultValue: boolean;
|
|
925
931
|
param: string;
|
|
@@ -1442,12 +1448,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1442
1448
|
productKeys?: ProductKeys;
|
|
1443
1449
|
typeGuard: IsBooleanType;
|
|
1444
1450
|
};
|
|
1445
|
-
platform_editor_ai_rename_add_polish: {
|
|
1446
|
-
defaultValue: boolean;
|
|
1447
|
-
param: string;
|
|
1448
|
-
productKeys?: ProductKeys;
|
|
1449
|
-
typeGuard: IsBooleanType;
|
|
1450
|
-
};
|
|
1451
1451
|
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1452
1452
|
defaultValue: boolean;
|
|
1453
1453
|
param: string;
|
|
@@ -1599,6 +1599,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1599
1599
|
productKeys?: ProductKeys;
|
|
1600
1600
|
typeGuard: IsBooleanType;
|
|
1601
1601
|
};
|
|
1602
|
+
'a11y-fixes-week3-may-2026': {
|
|
1603
|
+
defaultValue: boolean;
|
|
1604
|
+
param: string;
|
|
1605
|
+
productKeys?: ProductKeys;
|
|
1606
|
+
typeGuard: IsBooleanType;
|
|
1607
|
+
};
|
|
1602
1608
|
fix_free_gen_prompt_bar_position: {
|
|
1603
1609
|
defaultValue: boolean;
|
|
1604
1610
|
param: string;
|
package/package.json
CHANGED