@atlaskit/tmp-editor-statsig 119.3.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 +13 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -8
- package/dist/types/experiments-config.d.ts +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
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
|
+
|
|
3
16
|
## 119.3.0
|
|
4
17
|
|
|
5
18
|
### 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,
|
|
@@ -1969,14 +1969,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1969
1969
|
param: 'isEnabled',
|
|
1970
1970
|
defaultValue: false
|
|
1971
1971
|
}),
|
|
1972
|
-
// Added 2026-04-14
|
|
1973
|
-
platform_editor_ai_rename_add_polish: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1974
|
-
productKeys: {
|
|
1975
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1976
|
-
},
|
|
1977
|
-
param: 'isEnabled',
|
|
1978
|
-
defaultValue: false
|
|
1979
|
-
}),
|
|
1980
1972
|
// Added 2026-04-16
|
|
1981
1973
|
cc_dnd_smart_link_changeboard_platform_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1982
1974
|
productKeys: {
|
|
@@ -2192,6 +2184,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2192
2184
|
param: 'isEnabled',
|
|
2193
2185
|
defaultValue: false
|
|
2194
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
|
+
}),
|
|
2195
2196
|
// Added 2026-05-21
|
|
2196
2197
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2197
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,
|
|
@@ -1963,14 +1963,6 @@ export const editorExperimentsConfig = {
|
|
|
1963
1963
|
param: 'isEnabled',
|
|
1964
1964
|
defaultValue: false
|
|
1965
1965
|
}),
|
|
1966
|
-
// Added 2026-04-14
|
|
1967
|
-
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
1968
|
-
productKeys: {
|
|
1969
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1970
|
-
},
|
|
1971
|
-
param: 'isEnabled',
|
|
1972
|
-
defaultValue: false
|
|
1973
|
-
}),
|
|
1974
1966
|
// Added 2026-04-16
|
|
1975
1967
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1976
1968
|
productKeys: {
|
|
@@ -2186,6 +2178,15 @@ export const editorExperimentsConfig = {
|
|
|
2186
2178
|
param: 'isEnabled',
|
|
2187
2179
|
defaultValue: false
|
|
2188
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
|
+
}),
|
|
2189
2190
|
// Added 2026-05-21
|
|
2190
2191
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2191
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,
|
|
@@ -1963,14 +1963,6 @@ export var editorExperimentsConfig = {
|
|
|
1963
1963
|
param: 'isEnabled',
|
|
1964
1964
|
defaultValue: false
|
|
1965
1965
|
}),
|
|
1966
|
-
// Added 2026-04-14
|
|
1967
|
-
platform_editor_ai_rename_add_polish: createBooleanExperiment({
|
|
1968
|
-
productKeys: {
|
|
1969
|
-
confluence: 'platform_editor_ai_rename_add_polish'
|
|
1970
|
-
},
|
|
1971
|
-
param: 'isEnabled',
|
|
1972
|
-
defaultValue: false
|
|
1973
|
-
}),
|
|
1974
1966
|
// Added 2026-04-16
|
|
1975
1967
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1976
1968
|
productKeys: {
|
|
@@ -2186,6 +2178,15 @@ export var editorExperimentsConfig = {
|
|
|
2186
2178
|
param: 'isEnabled',
|
|
2187
2179
|
defaultValue: false
|
|
2188
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
|
+
}),
|
|
2189
2190
|
// Added 2026-05-21
|
|
2190
2191
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2191
2192
|
productKeys: {
|
|
@@ -1448,12 +1448,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1448
1448
|
productKeys?: ProductKeys;
|
|
1449
1449
|
typeGuard: IsBooleanType;
|
|
1450
1450
|
};
|
|
1451
|
-
platform_editor_ai_rename_add_polish: {
|
|
1452
|
-
defaultValue: boolean;
|
|
1453
|
-
param: string;
|
|
1454
|
-
productKeys?: ProductKeys;
|
|
1455
|
-
typeGuard: IsBooleanType;
|
|
1456
|
-
};
|
|
1457
1451
|
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1458
1452
|
defaultValue: boolean;
|
|
1459
1453
|
param: string;
|
|
@@ -1605,6 +1599,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1605
1599
|
productKeys?: ProductKeys;
|
|
1606
1600
|
typeGuard: IsBooleanType;
|
|
1607
1601
|
};
|
|
1602
|
+
'a11y-fixes-week3-may-2026': {
|
|
1603
|
+
defaultValue: boolean;
|
|
1604
|
+
param: string;
|
|
1605
|
+
productKeys?: ProductKeys;
|
|
1606
|
+
typeGuard: IsBooleanType;
|
|
1607
|
+
};
|
|
1608
1608
|
fix_free_gen_prompt_bar_position: {
|
|
1609
1609
|
defaultValue: boolean;
|
|
1610
1610
|
param: string;
|
package/package.json
CHANGED