@atlaskit/tmp-editor-statsig 119.3.0 → 120.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 +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.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6a73f3cc58350`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a73f3cc58350) -
|
|
8
|
+
Hide block template action for agent-managed blocks behind the agent-managed block template
|
|
9
|
+
experiment.
|
|
10
|
+
|
|
11
|
+
## 120.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`5ca7a33774e69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5ca7a33774e69) -
|
|
16
|
+
Clean up experiment `platform_editor_ai_rename_add_polish`. Removes the now-unused
|
|
17
|
+
`addPolishTitle` AI config item message and the redundant title override in the paste menu.
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`c37e285a66ad2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c37e285a66ad2) -
|
|
22
|
+
[ux] batch migrate from a11y feature gates to experiment
|
|
23
|
+
|
|
3
24
|
## 119.3.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,
|
|
@@ -192,6 +192,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
192
192
|
param: 'isEnabled',
|
|
193
193
|
defaultValue: false
|
|
194
194
|
}),
|
|
195
|
+
// Added 2026-06-30
|
|
196
|
+
'agent-managed-blocks-stop-block-template': (0, _experimentBuilders.createBooleanExperiment)({
|
|
197
|
+
productKeys: {
|
|
198
|
+
confluence: 'agent-managed-blocks-stop-block-template'
|
|
199
|
+
},
|
|
200
|
+
param: 'isEnabled',
|
|
201
|
+
defaultValue: false
|
|
202
|
+
}),
|
|
195
203
|
// Added 2026-05-05
|
|
196
204
|
'databases-native-embeds-v2': (0, _experimentBuilders.createBooleanExperiment)({
|
|
197
205
|
productKeys: {
|
|
@@ -1969,14 +1977,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1969
1977
|
param: 'isEnabled',
|
|
1970
1978
|
defaultValue: false
|
|
1971
1979
|
}),
|
|
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
1980
|
// Added 2026-04-16
|
|
1981
1981
|
cc_dnd_smart_link_changeboard_platform_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1982
1982
|
productKeys: {
|
|
@@ -2192,6 +2192,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2192
2192
|
param: 'isEnabled',
|
|
2193
2193
|
defaultValue: false
|
|
2194
2194
|
}),
|
|
2195
|
+
// Added 2026-06-29
|
|
2196
|
+
'a11y-fixes-week3-may-2026': (0, _experimentBuilders.createBooleanExperiment)({
|
|
2197
|
+
productKeys: {
|
|
2198
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2199
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2200
|
+
},
|
|
2201
|
+
param: 'isEnabled',
|
|
2202
|
+
defaultValue: false
|
|
2203
|
+
}),
|
|
2195
2204
|
// Added 2026-05-21
|
|
2196
2205
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2197
2206
|
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,
|
|
@@ -186,6 +186,14 @@ export const editorExperimentsConfig = {
|
|
|
186
186
|
param: 'isEnabled',
|
|
187
187
|
defaultValue: false
|
|
188
188
|
}),
|
|
189
|
+
// Added 2026-06-30
|
|
190
|
+
'agent-managed-blocks-stop-block-template': createBooleanExperiment({
|
|
191
|
+
productKeys: {
|
|
192
|
+
confluence: 'agent-managed-blocks-stop-block-template'
|
|
193
|
+
},
|
|
194
|
+
param: 'isEnabled',
|
|
195
|
+
defaultValue: false
|
|
196
|
+
}),
|
|
189
197
|
// Added 2026-05-05
|
|
190
198
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
191
199
|
productKeys: {
|
|
@@ -1963,14 +1971,6 @@ export const editorExperimentsConfig = {
|
|
|
1963
1971
|
param: 'isEnabled',
|
|
1964
1972
|
defaultValue: false
|
|
1965
1973
|
}),
|
|
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
1974
|
// Added 2026-04-16
|
|
1975
1975
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1976
1976
|
productKeys: {
|
|
@@ -2186,6 +2186,15 @@ export const editorExperimentsConfig = {
|
|
|
2186
2186
|
param: 'isEnabled',
|
|
2187
2187
|
defaultValue: false
|
|
2188
2188
|
}),
|
|
2189
|
+
// Added 2026-06-29
|
|
2190
|
+
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2191
|
+
productKeys: {
|
|
2192
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2193
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2194
|
+
},
|
|
2195
|
+
param: 'isEnabled',
|
|
2196
|
+
defaultValue: false
|
|
2197
|
+
}),
|
|
2189
2198
|
// Added 2026-05-21
|
|
2190
2199
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2191
2200
|
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,
|
|
@@ -186,6 +186,14 @@ export var editorExperimentsConfig = {
|
|
|
186
186
|
param: 'isEnabled',
|
|
187
187
|
defaultValue: false
|
|
188
188
|
}),
|
|
189
|
+
// Added 2026-06-30
|
|
190
|
+
'agent-managed-blocks-stop-block-template': createBooleanExperiment({
|
|
191
|
+
productKeys: {
|
|
192
|
+
confluence: 'agent-managed-blocks-stop-block-template'
|
|
193
|
+
},
|
|
194
|
+
param: 'isEnabled',
|
|
195
|
+
defaultValue: false
|
|
196
|
+
}),
|
|
189
197
|
// Added 2026-05-05
|
|
190
198
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
191
199
|
productKeys: {
|
|
@@ -1963,14 +1971,6 @@ export var editorExperimentsConfig = {
|
|
|
1963
1971
|
param: 'isEnabled',
|
|
1964
1972
|
defaultValue: false
|
|
1965
1973
|
}),
|
|
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
1974
|
// Added 2026-04-16
|
|
1975
1975
|
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1976
1976
|
productKeys: {
|
|
@@ -2186,6 +2186,15 @@ export var editorExperimentsConfig = {
|
|
|
2186
2186
|
param: 'isEnabled',
|
|
2187
2187
|
defaultValue: false
|
|
2188
2188
|
}),
|
|
2189
|
+
// Added 2026-06-29
|
|
2190
|
+
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2191
|
+
productKeys: {
|
|
2192
|
+
confluence: 'a11y-fixes-week3-may-2026',
|
|
2193
|
+
jira: 'a11y-fixes-week3-may-2026'
|
|
2194
|
+
},
|
|
2195
|
+
param: 'isEnabled',
|
|
2196
|
+
defaultValue: false
|
|
2197
|
+
}),
|
|
2189
2198
|
// Added 2026-05-21
|
|
2190
2199
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2191
2200
|
productKeys: {
|
|
@@ -63,6 +63,12 @@ export declare const editorExperimentsConfig: {
|
|
|
63
63
|
productKeys?: ProductKeys;
|
|
64
64
|
typeGuard: IsBooleanType;
|
|
65
65
|
};
|
|
66
|
+
'agent-managed-blocks-stop-block-template': {
|
|
67
|
+
defaultValue: boolean;
|
|
68
|
+
param: string;
|
|
69
|
+
productKeys?: ProductKeys;
|
|
70
|
+
typeGuard: IsBooleanType;
|
|
71
|
+
};
|
|
66
72
|
cc_editor_ai_content_mode: {
|
|
67
73
|
defaultValue: 'control' | 'test';
|
|
68
74
|
param: string;
|
|
@@ -1448,12 +1454,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1448
1454
|
productKeys?: ProductKeys;
|
|
1449
1455
|
typeGuard: IsBooleanType;
|
|
1450
1456
|
};
|
|
1451
|
-
platform_editor_ai_rename_add_polish: {
|
|
1452
|
-
defaultValue: boolean;
|
|
1453
|
-
param: string;
|
|
1454
|
-
productKeys?: ProductKeys;
|
|
1455
|
-
typeGuard: IsBooleanType;
|
|
1456
|
-
};
|
|
1457
1457
|
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1458
1458
|
defaultValue: boolean;
|
|
1459
1459
|
param: string;
|
|
@@ -1605,6 +1605,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1605
1605
|
productKeys?: ProductKeys;
|
|
1606
1606
|
typeGuard: IsBooleanType;
|
|
1607
1607
|
};
|
|
1608
|
+
'a11y-fixes-week3-may-2026': {
|
|
1609
|
+
defaultValue: boolean;
|
|
1610
|
+
param: string;
|
|
1611
|
+
productKeys?: ProductKeys;
|
|
1612
|
+
typeGuard: IsBooleanType;
|
|
1613
|
+
};
|
|
1608
1614
|
fix_free_gen_prompt_bar_position: {
|
|
1609
1615
|
defaultValue: boolean;
|
|
1610
1616
|
param: string;
|
package/package.json
CHANGED