@atlaskit/tmp-editor-statsig 4.15.0 → 4.17.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 +22 -0
- package/dist/cjs/experiments-config.js +71 -79
- package/dist/es2019/experiments-config.js +71 -79
- package/dist/esm/experiments-config.js +71 -79
- package/dist/types/editor-experiments-test-utils.d.ts +57 -99
- package/dist/types/experiments-config.d.ts +78 -149
- package/dist/types/setup.d.ts +2 -1
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +57 -99
- package/dist/types-ts4.5/experiments-config.d.ts +78 -149
- package/dist/types-ts4.5/setup.d.ts +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 4.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#150957](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150957)
|
|
8
|
+
[`ae21450efe2f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae21450efe2f0) -
|
|
9
|
+
[ux] [EDITOR-697] Add remove retry experiment, update tests and cleanup eslint rules as found
|
|
10
|
+
|
|
11
|
+
## 4.16.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#149327](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149327)
|
|
16
|
+
[`f1ba918778e20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1ba918778e20) -
|
|
17
|
+
EDITOR-676: Add editor_ai_contextual_selection_toolbar_button experiment.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#148798](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148798)
|
|
22
|
+
[`8112e98809756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8112e98809756) -
|
|
23
|
+
[No Issue] Clean up virtualization feature flag
|
|
24
|
+
|
|
3
25
|
## 4.15.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.editorExperimentsConfig = void 0;
|
|
7
|
-
var _typeGuards = require("./type-guards");
|
|
8
7
|
var _experimentBuilders = require("./experiment-builders");
|
|
9
8
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
10
9
|
// Entry file in package.json
|
|
@@ -84,221 +83,214 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
84
83
|
}),
|
|
85
84
|
// Added 2025-3-15
|
|
86
85
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_single_column_layout/setup
|
|
87
|
-
single_column_layouts: {
|
|
86
|
+
single_column_layouts: (0, _experimentBuilders.createBooleanExperiment)({
|
|
88
87
|
productKeys: {
|
|
89
88
|
confluence: 'platform_editor_single_column_layout'
|
|
90
89
|
},
|
|
91
90
|
param: 'isEnabled',
|
|
92
|
-
typeGuard: _typeGuards.isBoolean,
|
|
93
91
|
defaultValue: false
|
|
94
|
-
},
|
|
92
|
+
}),
|
|
95
93
|
// Added 2024-10-08
|
|
96
|
-
support_table_in_comment_jira: {
|
|
94
|
+
support_table_in_comment_jira: (0, _experimentBuilders.createBooleanExperiment)({
|
|
97
95
|
productKeys: {
|
|
98
96
|
jira: 'platform_editor_support_table_in_comment_jira'
|
|
99
97
|
},
|
|
100
98
|
param: 'isEnabled',
|
|
101
|
-
typeGuard: _typeGuards.isBoolean,
|
|
102
99
|
defaultValue: false
|
|
103
|
-
},
|
|
104
|
-
'platform_editor_ai-prompts-placeholder': {
|
|
100
|
+
}),
|
|
101
|
+
'platform_editor_ai-prompts-placeholder': (0, _experimentBuilders.createMultivariateExperiment)({
|
|
105
102
|
productKeys: {
|
|
106
103
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
107
104
|
},
|
|
108
105
|
param: 'cohort',
|
|
109
|
-
|
|
106
|
+
values: ['control', 'test'],
|
|
110
107
|
defaultValue: 'control'
|
|
111
|
-
},
|
|
108
|
+
}),
|
|
112
109
|
// added 2024-11-06
|
|
113
110
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
114
|
-
'nested-tables-in-tables': {
|
|
111
|
+
'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
|
|
115
112
|
productKeys: {
|
|
116
113
|
confluence: 'platform_editor_nested_tables'
|
|
117
114
|
},
|
|
118
115
|
param: 'isEnabled',
|
|
119
|
-
typeGuard: _typeGuards.isBoolean,
|
|
120
116
|
defaultValue: false
|
|
121
|
-
},
|
|
117
|
+
}),
|
|
122
118
|
// Added 2024-11-26
|
|
123
|
-
platform_editor_ai_unsplash_page_header: {
|
|
119
|
+
platform_editor_ai_unsplash_page_header: (0, _experimentBuilders.createBooleanExperiment)({
|
|
124
120
|
productKeys: {
|
|
125
121
|
confluence: 'platform_editor_ai_unsplash_page_header'
|
|
126
122
|
},
|
|
127
123
|
param: 'isEnabled',
|
|
128
|
-
typeGuard: _typeGuards.isBoolean,
|
|
129
124
|
defaultValue: false
|
|
130
|
-
},
|
|
125
|
+
}),
|
|
131
126
|
// Added 2024-12-05
|
|
132
|
-
platform_editor_blockquote_in_text_formatting_menu: {
|
|
127
|
+
platform_editor_blockquote_in_text_formatting_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
133
128
|
productKeys: {
|
|
134
129
|
confluence: 'platform_editor_blockquote_in_text_formatting_menu'
|
|
135
130
|
},
|
|
136
131
|
param: 'isEnabled',
|
|
137
|
-
typeGuard: _typeGuards.isBoolean,
|
|
138
132
|
defaultValue: false
|
|
139
|
-
},
|
|
133
|
+
}),
|
|
140
134
|
// Added 2025-01-09
|
|
141
|
-
platform_editor_advanced_code_blocks: {
|
|
135
|
+
platform_editor_advanced_code_blocks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
142
136
|
productKeys: {
|
|
143
137
|
confluence: 'platform_editor_advanced_code_blocks'
|
|
144
138
|
},
|
|
145
139
|
param: 'isEnabled',
|
|
146
|
-
typeGuard: _typeGuards.isBoolean,
|
|
147
140
|
defaultValue: false
|
|
148
|
-
},
|
|
141
|
+
}),
|
|
149
142
|
// Added 2025-01-13
|
|
150
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
143
|
+
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
151
144
|
productKeys: {
|
|
152
145
|
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
153
146
|
},
|
|
154
147
|
param: 'isEnabled',
|
|
155
|
-
typeGuard: _typeGuards.isBoolean,
|
|
156
148
|
defaultValue: false
|
|
157
|
-
},
|
|
149
|
+
}),
|
|
158
150
|
// Added 2025-01-16
|
|
159
|
-
live_pages_graceful_edit: {
|
|
151
|
+
live_pages_graceful_edit: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
160
152
|
productKeys: {
|
|
161
153
|
confluence: 'live_pages_graceful_edit'
|
|
162
154
|
},
|
|
163
155
|
param: 'cohort',
|
|
164
|
-
|
|
156
|
+
values: ['control', 'text-click-delayed', 'text-click-no-delay', 'initially-hide-toolbar'],
|
|
165
157
|
defaultValue: 'control'
|
|
166
|
-
},
|
|
158
|
+
}),
|
|
167
159
|
// Added 2025-01-19
|
|
168
|
-
platform_editor_ai_edit_response_in_preview: {
|
|
160
|
+
platform_editor_ai_edit_response_in_preview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
169
161
|
productKeys: {
|
|
170
162
|
confluence: 'platform_editor_ai_edit_response_in_preview'
|
|
171
163
|
},
|
|
172
164
|
param: 'isEnabled',
|
|
173
|
-
typeGuard: _typeGuards.isBoolean,
|
|
174
165
|
defaultValue: false
|
|
175
|
-
},
|
|
166
|
+
}),
|
|
176
167
|
// Added 2025-02-10
|
|
177
|
-
platform_editor_controls: {
|
|
168
|
+
platform_editor_controls: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
178
169
|
productKeys: {
|
|
179
170
|
confluence: 'platform_editor_controls'
|
|
180
171
|
},
|
|
181
172
|
param: 'cohort',
|
|
182
|
-
|
|
173
|
+
values: ['control', 'variant1'],
|
|
183
174
|
defaultValue: 'control'
|
|
184
|
-
},
|
|
175
|
+
}),
|
|
185
176
|
// Added 2025-04-14
|
|
186
|
-
platform_editor_controls_shadow: {
|
|
177
|
+
platform_editor_controls_shadow: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
187
178
|
productKeys: {
|
|
188
179
|
confluence: 'platform_editor_controls_shadow'
|
|
189
180
|
},
|
|
190
181
|
param: 'cohort',
|
|
191
|
-
|
|
182
|
+
values: ['control', 'variant1'],
|
|
192
183
|
defaultValue: 'control'
|
|
193
|
-
},
|
|
184
|
+
}),
|
|
194
185
|
// Added 28-02-2025
|
|
195
|
-
platform_editor_insertion: {
|
|
186
|
+
platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
196
187
|
productKeys: {
|
|
197
188
|
confluence: 'platform_editor_insertion'
|
|
198
189
|
},
|
|
199
190
|
param: 'cohort',
|
|
200
|
-
|
|
191
|
+
values: ['control', 'variant1'],
|
|
201
192
|
defaultValue: 'control'
|
|
202
|
-
},
|
|
203
|
-
// Added 2025-02-25
|
|
204
|
-
platform_editor_inline_node_virtualization: {
|
|
205
|
-
productKeys: {
|
|
206
|
-
confluence: 'platform_editor_inline_node_virtualization'
|
|
207
|
-
},
|
|
208
|
-
param: 'variant',
|
|
209
|
-
typeGuard: (0, _typeGuards.oneOf)(['off', 'fallback-small', 'fallback-large']),
|
|
210
|
-
defaultValue: 'off'
|
|
211
|
-
},
|
|
193
|
+
}),
|
|
212
194
|
// Added 2025-04-01
|
|
213
195
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
214
|
-
platform_editor_vanilla_dom: {
|
|
196
|
+
platform_editor_vanilla_dom: (0, _experimentBuilders.createBooleanExperiment)({
|
|
215
197
|
productKeys: {
|
|
216
198
|
confluence: 'platform_editor_vanilla_dom'
|
|
217
199
|
},
|
|
218
200
|
param: 'isEnabled',
|
|
219
|
-
typeGuard: _typeGuards.isBoolean,
|
|
220
201
|
defaultValue: false
|
|
221
|
-
},
|
|
202
|
+
}),
|
|
222
203
|
// Added 2025-03-13
|
|
223
|
-
editor_text_highlight_orange_to_yellow: {
|
|
204
|
+
editor_text_highlight_orange_to_yellow: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
224
205
|
productKeys: {
|
|
225
206
|
confluence: 'editor_text_highlight_orange_to_yellow'
|
|
226
207
|
},
|
|
227
208
|
param: 'cohort',
|
|
228
|
-
|
|
209
|
+
values: ['control', 'test'],
|
|
229
210
|
defaultValue: 'control'
|
|
230
|
-
},
|
|
211
|
+
}),
|
|
231
212
|
// Added 2025-03-28
|
|
232
|
-
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
213
|
+
platform_editor_ai_proactive_ai_nudge_parameters: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
233
214
|
productKeys: {
|
|
234
215
|
confluence: 'platform_editor_ai_proactive_ai_nudge_parameters'
|
|
235
216
|
},
|
|
236
217
|
param: 'cohort',
|
|
237
|
-
|
|
218
|
+
values: ['control', 'variant1'],
|
|
238
219
|
defaultValue: 'control'
|
|
239
|
-
},
|
|
220
|
+
}),
|
|
240
221
|
// Added 2025-04-14
|
|
241
222
|
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
242
|
-
platform_editor_offline_editing_web: {
|
|
223
|
+
platform_editor_offline_editing_web: (0, _experimentBuilders.createBooleanExperiment)({
|
|
243
224
|
productKeys: {
|
|
244
225
|
confluence: 'platform_editor_offline_editing_web'
|
|
245
226
|
},
|
|
246
227
|
param: 'isEnabled',
|
|
247
|
-
typeGuard: _typeGuards.isBoolean,
|
|
248
228
|
defaultValue: false
|
|
249
|
-
},
|
|
229
|
+
}),
|
|
250
230
|
// Added 2025-03-26
|
|
251
|
-
platform_editor_markdown_next_media_plugin_exp: {
|
|
231
|
+
platform_editor_markdown_next_media_plugin_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
252
232
|
productKeys: {
|
|
253
233
|
confluence: 'platform_editor_markdown_next_media_plugin_exp'
|
|
254
234
|
},
|
|
255
235
|
param: 'isEnabled',
|
|
256
|
-
typeGuard: _typeGuards.isBoolean,
|
|
257
236
|
defaultValue: false
|
|
258
|
-
},
|
|
237
|
+
}),
|
|
259
238
|
// Added 2025-04-14
|
|
260
|
-
editor_ai_inline_suggestion_date_v2: {
|
|
239
|
+
editor_ai_inline_suggestion_date_v2: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
261
240
|
productKeys: {
|
|
262
241
|
confluence: 'editor_ai_inline_suggestion_date_v2'
|
|
263
242
|
},
|
|
264
243
|
param: 'cohort',
|
|
265
|
-
|
|
244
|
+
values: ['control', 'test'],
|
|
266
245
|
defaultValue: 'control'
|
|
267
|
-
},
|
|
246
|
+
}),
|
|
268
247
|
// Added 2025-04-17
|
|
269
|
-
platform_editor_tables_drag_and_drop: {
|
|
248
|
+
platform_editor_tables_drag_and_drop: (0, _experimentBuilders.createBooleanExperiment)({
|
|
270
249
|
productKeys: {
|
|
271
250
|
confluence: 'platform_editor_tables_drag_and_drop'
|
|
272
251
|
},
|
|
273
252
|
param: 'isEnabled',
|
|
274
|
-
typeGuard: _typeGuards.isBoolean,
|
|
275
253
|
defaultValue: false
|
|
276
|
-
},
|
|
254
|
+
}),
|
|
277
255
|
// Added 2025-04-17
|
|
278
|
-
platform_editor_tables_table_selector: {
|
|
256
|
+
platform_editor_tables_table_selector: (0, _experimentBuilders.createBooleanExperiment)({
|
|
279
257
|
productKeys: {
|
|
280
258
|
confluence: 'platform_editor_tables_table_selector'
|
|
281
259
|
},
|
|
282
260
|
param: 'isEnabled',
|
|
283
|
-
typeGuard: _typeGuards.isBoolean,
|
|
284
261
|
defaultValue: false
|
|
285
|
-
},
|
|
262
|
+
}),
|
|
286
263
|
// Added 2025-04-23
|
|
287
|
-
platform_editor_usesharedpluginstateselector: {
|
|
264
|
+
platform_editor_usesharedpluginstateselector: (0, _experimentBuilders.createBooleanExperiment)({
|
|
288
265
|
productKeys: {
|
|
289
266
|
confluence: 'platform_editor_usesharedpluginstateselector'
|
|
290
267
|
},
|
|
291
268
|
param: 'isEnabled',
|
|
292
|
-
typeGuard: _typeGuards.isBoolean,
|
|
293
269
|
defaultValue: false
|
|
294
|
-
},
|
|
270
|
+
}),
|
|
295
271
|
// Added 2025-04-23
|
|
296
|
-
platform_renderer_fix_analytics_memo_callback: {
|
|
272
|
+
platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
297
273
|
productKeys: {
|
|
298
274
|
confluence: 'platform_renderer_fix_analytics_memo_callback'
|
|
299
275
|
},
|
|
300
276
|
param: 'isEnabled',
|
|
301
|
-
typeGuard: _typeGuards.isBoolean,
|
|
302
277
|
defaultValue: false
|
|
303
|
-
}
|
|
278
|
+
}),
|
|
279
|
+
// Added 2025-05-05
|
|
280
|
+
editor_ai_contextual_selection_toolbar_button: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
281
|
+
productKeys: {
|
|
282
|
+
confluence: 'editor_ai_contextual_selection_toolbar_button'
|
|
283
|
+
},
|
|
284
|
+
param: 'cohort',
|
|
285
|
+
values: ['control', 'test'],
|
|
286
|
+
defaultValue: 'control'
|
|
287
|
+
}),
|
|
288
|
+
// Added 2025-05-07
|
|
289
|
+
editor_ai_cmd_palette_remove_retry: (0, _experimentBuilders.createBooleanExperiment)({
|
|
290
|
+
productKeys: {
|
|
291
|
+
confluence: 'editor_ai_cmd_palette_remove_retry'
|
|
292
|
+
},
|
|
293
|
+
param: 'isEnabled',
|
|
294
|
+
defaultValue: false
|
|
295
|
+
})
|
|
304
296
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
2
|
// Entry file in package.json
|
|
3
3
|
|
|
4
|
-
import { isBoolean, oneOf } from './type-guards';
|
|
5
4
|
import { createBooleanExperiment, createMultivariateExperiment } from './experiment-builders';
|
|
6
5
|
/**
|
|
7
6
|
* When adding a new experiment, you need to add it here.
|
|
@@ -78,221 +77,214 @@ export const editorExperimentsConfig = {
|
|
|
78
77
|
}),
|
|
79
78
|
// Added 2025-3-15
|
|
80
79
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_single_column_layout/setup
|
|
81
|
-
single_column_layouts: {
|
|
80
|
+
single_column_layouts: createBooleanExperiment({
|
|
82
81
|
productKeys: {
|
|
83
82
|
confluence: 'platform_editor_single_column_layout'
|
|
84
83
|
},
|
|
85
84
|
param: 'isEnabled',
|
|
86
|
-
typeGuard: isBoolean,
|
|
87
85
|
defaultValue: false
|
|
88
|
-
},
|
|
86
|
+
}),
|
|
89
87
|
// Added 2024-10-08
|
|
90
|
-
support_table_in_comment_jira: {
|
|
88
|
+
support_table_in_comment_jira: createBooleanExperiment({
|
|
91
89
|
productKeys: {
|
|
92
90
|
jira: 'platform_editor_support_table_in_comment_jira'
|
|
93
91
|
},
|
|
94
92
|
param: 'isEnabled',
|
|
95
|
-
typeGuard: isBoolean,
|
|
96
93
|
defaultValue: false
|
|
97
|
-
},
|
|
98
|
-
'platform_editor_ai-prompts-placeholder': {
|
|
94
|
+
}),
|
|
95
|
+
'platform_editor_ai-prompts-placeholder': createMultivariateExperiment({
|
|
99
96
|
productKeys: {
|
|
100
97
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
101
98
|
},
|
|
102
99
|
param: 'cohort',
|
|
103
|
-
|
|
100
|
+
values: ['control', 'test'],
|
|
104
101
|
defaultValue: 'control'
|
|
105
|
-
},
|
|
102
|
+
}),
|
|
106
103
|
// added 2024-11-06
|
|
107
104
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
|
|
108
|
-
'nested-tables-in-tables': {
|
|
105
|
+
'nested-tables-in-tables': createBooleanExperiment({
|
|
109
106
|
productKeys: {
|
|
110
107
|
confluence: 'platform_editor_nested_tables'
|
|
111
108
|
},
|
|
112
109
|
param: 'isEnabled',
|
|
113
|
-
typeGuard: isBoolean,
|
|
114
110
|
defaultValue: false
|
|
115
|
-
},
|
|
111
|
+
}),
|
|
116
112
|
// Added 2024-11-26
|
|
117
|
-
platform_editor_ai_unsplash_page_header: {
|
|
113
|
+
platform_editor_ai_unsplash_page_header: createBooleanExperiment({
|
|
118
114
|
productKeys: {
|
|
119
115
|
confluence: 'platform_editor_ai_unsplash_page_header'
|
|
120
116
|
},
|
|
121
117
|
param: 'isEnabled',
|
|
122
|
-
typeGuard: isBoolean,
|
|
123
118
|
defaultValue: false
|
|
124
|
-
},
|
|
119
|
+
}),
|
|
125
120
|
// Added 2024-12-05
|
|
126
|
-
platform_editor_blockquote_in_text_formatting_menu: {
|
|
121
|
+
platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
|
|
127
122
|
productKeys: {
|
|
128
123
|
confluence: 'platform_editor_blockquote_in_text_formatting_menu'
|
|
129
124
|
},
|
|
130
125
|
param: 'isEnabled',
|
|
131
|
-
typeGuard: isBoolean,
|
|
132
126
|
defaultValue: false
|
|
133
|
-
},
|
|
127
|
+
}),
|
|
134
128
|
// Added 2025-01-09
|
|
135
|
-
platform_editor_advanced_code_blocks: {
|
|
129
|
+
platform_editor_advanced_code_blocks: createBooleanExperiment({
|
|
136
130
|
productKeys: {
|
|
137
131
|
confluence: 'platform_editor_advanced_code_blocks'
|
|
138
132
|
},
|
|
139
133
|
param: 'isEnabled',
|
|
140
|
-
typeGuard: isBoolean,
|
|
141
134
|
defaultValue: false
|
|
142
|
-
},
|
|
135
|
+
}),
|
|
143
136
|
// Added 2025-01-13
|
|
144
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
137
|
+
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
145
138
|
productKeys: {
|
|
146
139
|
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
147
140
|
},
|
|
148
141
|
param: 'isEnabled',
|
|
149
|
-
typeGuard: isBoolean,
|
|
150
142
|
defaultValue: false
|
|
151
|
-
},
|
|
143
|
+
}),
|
|
152
144
|
// Added 2025-01-16
|
|
153
|
-
live_pages_graceful_edit: {
|
|
145
|
+
live_pages_graceful_edit: createMultivariateExperiment({
|
|
154
146
|
productKeys: {
|
|
155
147
|
confluence: 'live_pages_graceful_edit'
|
|
156
148
|
},
|
|
157
149
|
param: 'cohort',
|
|
158
|
-
|
|
150
|
+
values: ['control', 'text-click-delayed', 'text-click-no-delay', 'initially-hide-toolbar'],
|
|
159
151
|
defaultValue: 'control'
|
|
160
|
-
},
|
|
152
|
+
}),
|
|
161
153
|
// Added 2025-01-19
|
|
162
|
-
platform_editor_ai_edit_response_in_preview: {
|
|
154
|
+
platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
|
|
163
155
|
productKeys: {
|
|
164
156
|
confluence: 'platform_editor_ai_edit_response_in_preview'
|
|
165
157
|
},
|
|
166
158
|
param: 'isEnabled',
|
|
167
|
-
typeGuard: isBoolean,
|
|
168
159
|
defaultValue: false
|
|
169
|
-
},
|
|
160
|
+
}),
|
|
170
161
|
// Added 2025-02-10
|
|
171
|
-
platform_editor_controls: {
|
|
162
|
+
platform_editor_controls: createMultivariateExperiment({
|
|
172
163
|
productKeys: {
|
|
173
164
|
confluence: 'platform_editor_controls'
|
|
174
165
|
},
|
|
175
166
|
param: 'cohort',
|
|
176
|
-
|
|
167
|
+
values: ['control', 'variant1'],
|
|
177
168
|
defaultValue: 'control'
|
|
178
|
-
},
|
|
169
|
+
}),
|
|
179
170
|
// Added 2025-04-14
|
|
180
|
-
platform_editor_controls_shadow: {
|
|
171
|
+
platform_editor_controls_shadow: createMultivariateExperiment({
|
|
181
172
|
productKeys: {
|
|
182
173
|
confluence: 'platform_editor_controls_shadow'
|
|
183
174
|
},
|
|
184
175
|
param: 'cohort',
|
|
185
|
-
|
|
176
|
+
values: ['control', 'variant1'],
|
|
186
177
|
defaultValue: 'control'
|
|
187
|
-
},
|
|
178
|
+
}),
|
|
188
179
|
// Added 28-02-2025
|
|
189
|
-
platform_editor_insertion: {
|
|
180
|
+
platform_editor_insertion: createMultivariateExperiment({
|
|
190
181
|
productKeys: {
|
|
191
182
|
confluence: 'platform_editor_insertion'
|
|
192
183
|
},
|
|
193
184
|
param: 'cohort',
|
|
194
|
-
|
|
185
|
+
values: ['control', 'variant1'],
|
|
195
186
|
defaultValue: 'control'
|
|
196
|
-
},
|
|
197
|
-
// Added 2025-02-25
|
|
198
|
-
platform_editor_inline_node_virtualization: {
|
|
199
|
-
productKeys: {
|
|
200
|
-
confluence: 'platform_editor_inline_node_virtualization'
|
|
201
|
-
},
|
|
202
|
-
param: 'variant',
|
|
203
|
-
typeGuard: oneOf(['off', 'fallback-small', 'fallback-large']),
|
|
204
|
-
defaultValue: 'off'
|
|
205
|
-
},
|
|
187
|
+
}),
|
|
206
188
|
// Added 2025-04-01
|
|
207
189
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
208
|
-
platform_editor_vanilla_dom: {
|
|
190
|
+
platform_editor_vanilla_dom: createBooleanExperiment({
|
|
209
191
|
productKeys: {
|
|
210
192
|
confluence: 'platform_editor_vanilla_dom'
|
|
211
193
|
},
|
|
212
194
|
param: 'isEnabled',
|
|
213
|
-
typeGuard: isBoolean,
|
|
214
195
|
defaultValue: false
|
|
215
|
-
},
|
|
196
|
+
}),
|
|
216
197
|
// Added 2025-03-13
|
|
217
|
-
editor_text_highlight_orange_to_yellow: {
|
|
198
|
+
editor_text_highlight_orange_to_yellow: createMultivariateExperiment({
|
|
218
199
|
productKeys: {
|
|
219
200
|
confluence: 'editor_text_highlight_orange_to_yellow'
|
|
220
201
|
},
|
|
221
202
|
param: 'cohort',
|
|
222
|
-
|
|
203
|
+
values: ['control', 'test'],
|
|
223
204
|
defaultValue: 'control'
|
|
224
|
-
},
|
|
205
|
+
}),
|
|
225
206
|
// Added 2025-03-28
|
|
226
|
-
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
207
|
+
platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
|
|
227
208
|
productKeys: {
|
|
228
209
|
confluence: 'platform_editor_ai_proactive_ai_nudge_parameters'
|
|
229
210
|
},
|
|
230
211
|
param: 'cohort',
|
|
231
|
-
|
|
212
|
+
values: ['control', 'variant1'],
|
|
232
213
|
defaultValue: 'control'
|
|
233
|
-
},
|
|
214
|
+
}),
|
|
234
215
|
// Added 2025-04-14
|
|
235
216
|
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
236
|
-
platform_editor_offline_editing_web: {
|
|
217
|
+
platform_editor_offline_editing_web: createBooleanExperiment({
|
|
237
218
|
productKeys: {
|
|
238
219
|
confluence: 'platform_editor_offline_editing_web'
|
|
239
220
|
},
|
|
240
221
|
param: 'isEnabled',
|
|
241
|
-
typeGuard: isBoolean,
|
|
242
222
|
defaultValue: false
|
|
243
|
-
},
|
|
223
|
+
}),
|
|
244
224
|
// Added 2025-03-26
|
|
245
|
-
platform_editor_markdown_next_media_plugin_exp: {
|
|
225
|
+
platform_editor_markdown_next_media_plugin_exp: createBooleanExperiment({
|
|
246
226
|
productKeys: {
|
|
247
227
|
confluence: 'platform_editor_markdown_next_media_plugin_exp'
|
|
248
228
|
},
|
|
249
229
|
param: 'isEnabled',
|
|
250
|
-
typeGuard: isBoolean,
|
|
251
230
|
defaultValue: false
|
|
252
|
-
},
|
|
231
|
+
}),
|
|
253
232
|
// Added 2025-04-14
|
|
254
|
-
editor_ai_inline_suggestion_date_v2: {
|
|
233
|
+
editor_ai_inline_suggestion_date_v2: createMultivariateExperiment({
|
|
255
234
|
productKeys: {
|
|
256
235
|
confluence: 'editor_ai_inline_suggestion_date_v2'
|
|
257
236
|
},
|
|
258
237
|
param: 'cohort',
|
|
259
|
-
|
|
238
|
+
values: ['control', 'test'],
|
|
260
239
|
defaultValue: 'control'
|
|
261
|
-
},
|
|
240
|
+
}),
|
|
262
241
|
// Added 2025-04-17
|
|
263
|
-
platform_editor_tables_drag_and_drop: {
|
|
242
|
+
platform_editor_tables_drag_and_drop: createBooleanExperiment({
|
|
264
243
|
productKeys: {
|
|
265
244
|
confluence: 'platform_editor_tables_drag_and_drop'
|
|
266
245
|
},
|
|
267
246
|
param: 'isEnabled',
|
|
268
|
-
typeGuard: isBoolean,
|
|
269
247
|
defaultValue: false
|
|
270
|
-
},
|
|
248
|
+
}),
|
|
271
249
|
// Added 2025-04-17
|
|
272
|
-
platform_editor_tables_table_selector: {
|
|
250
|
+
platform_editor_tables_table_selector: createBooleanExperiment({
|
|
273
251
|
productKeys: {
|
|
274
252
|
confluence: 'platform_editor_tables_table_selector'
|
|
275
253
|
},
|
|
276
254
|
param: 'isEnabled',
|
|
277
|
-
typeGuard: isBoolean,
|
|
278
255
|
defaultValue: false
|
|
279
|
-
},
|
|
256
|
+
}),
|
|
280
257
|
// Added 2025-04-23
|
|
281
|
-
platform_editor_usesharedpluginstateselector: {
|
|
258
|
+
platform_editor_usesharedpluginstateselector: createBooleanExperiment({
|
|
282
259
|
productKeys: {
|
|
283
260
|
confluence: 'platform_editor_usesharedpluginstateselector'
|
|
284
261
|
},
|
|
285
262
|
param: 'isEnabled',
|
|
286
|
-
typeGuard: isBoolean,
|
|
287
263
|
defaultValue: false
|
|
288
|
-
},
|
|
264
|
+
}),
|
|
289
265
|
// Added 2025-04-23
|
|
290
|
-
platform_renderer_fix_analytics_memo_callback: {
|
|
266
|
+
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
291
267
|
productKeys: {
|
|
292
268
|
confluence: 'platform_renderer_fix_analytics_memo_callback'
|
|
293
269
|
},
|
|
294
270
|
param: 'isEnabled',
|
|
295
|
-
typeGuard: isBoolean,
|
|
296
271
|
defaultValue: false
|
|
297
|
-
}
|
|
272
|
+
}),
|
|
273
|
+
// Added 2025-05-05
|
|
274
|
+
editor_ai_contextual_selection_toolbar_button: createMultivariateExperiment({
|
|
275
|
+
productKeys: {
|
|
276
|
+
confluence: 'editor_ai_contextual_selection_toolbar_button'
|
|
277
|
+
},
|
|
278
|
+
param: 'cohort',
|
|
279
|
+
values: ['control', 'test'],
|
|
280
|
+
defaultValue: 'control'
|
|
281
|
+
}),
|
|
282
|
+
// Added 2025-05-07
|
|
283
|
+
editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
|
|
284
|
+
productKeys: {
|
|
285
|
+
confluence: 'editor_ai_cmd_palette_remove_retry'
|
|
286
|
+
},
|
|
287
|
+
param: 'isEnabled',
|
|
288
|
+
defaultValue: false
|
|
289
|
+
})
|
|
298
290
|
};
|