@atlaskit/tmp-editor-statsig 120.2.0 → 121.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
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 121.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bea4da79c297d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bea4da79c297d) -
|
|
8
|
+
[ux] EDITOR-7679 use fallback media name for filename in download
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 121.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`b67c7dccca994`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b67c7dccca994) -
|
|
19
|
+
Clean up experiment `fix_free_gen_prompt_bar_position`
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`898ff90892bee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/898ff90892bee) -
|
|
24
|
+
Clean up experiment `platform_editor_ai_loading_responsive_width`
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 120.2.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -1167,15 +1167,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1167
1167
|
defaultValue: false
|
|
1168
1168
|
}),
|
|
1169
1169
|
// Added 2026-01-22
|
|
1170
|
-
platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1171
|
-
productKeys: {
|
|
1172
|
-
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1173
|
-
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1174
|
-
},
|
|
1175
|
-
param: 'isEnabled',
|
|
1176
|
-
defaultValue: false
|
|
1177
|
-
}),
|
|
1178
|
-
// Added 2026-01-22
|
|
1179
1170
|
platform_editor_nested_drag_handle_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1180
1171
|
productKeys: {
|
|
1181
1172
|
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
@@ -2201,14 +2192,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2201
2192
|
param: 'isEnabled',
|
|
2202
2193
|
defaultValue: false
|
|
2203
2194
|
}),
|
|
2204
|
-
// Added 2026-05-21
|
|
2205
|
-
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2206
|
-
productKeys: {
|
|
2207
|
-
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2208
|
-
},
|
|
2209
|
-
param: 'isEnabled',
|
|
2210
|
-
defaultValue: false
|
|
2211
|
-
}),
|
|
2212
2195
|
// Added 2026-05-25
|
|
2213
2196
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2214
2197
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -2345,6 +2328,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2345
2328
|
param: 'value',
|
|
2346
2329
|
defaultValue: false
|
|
2347
2330
|
}),
|
|
2331
|
+
// Added 2026-07-02
|
|
2332
|
+
platform_editor_media_download_fallback_name: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2333
|
+
productKeys: {
|
|
2334
|
+
confluence: 'platform_editor_media_download_fallback_name'
|
|
2335
|
+
},
|
|
2336
|
+
param: 'isEnabled',
|
|
2337
|
+
defaultValue: false
|
|
2338
|
+
}),
|
|
2348
2339
|
// Added 2026-06-29
|
|
2349
2340
|
platform_editor_lovability_color_schema_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2350
2341
|
productKeys: {
|
|
@@ -1161,15 +1161,6 @@ export const editorExperimentsConfig = {
|
|
|
1161
1161
|
defaultValue: false
|
|
1162
1162
|
}),
|
|
1163
1163
|
// Added 2026-01-22
|
|
1164
|
-
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1167
|
-
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1168
|
-
},
|
|
1169
|
-
param: 'isEnabled',
|
|
1170
|
-
defaultValue: false
|
|
1171
|
-
}),
|
|
1172
|
-
// Added 2026-01-22
|
|
1173
1164
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
1174
1165
|
productKeys: {
|
|
1175
1166
|
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
@@ -2195,14 +2186,6 @@ export const editorExperimentsConfig = {
|
|
|
2195
2186
|
param: 'isEnabled',
|
|
2196
2187
|
defaultValue: false
|
|
2197
2188
|
}),
|
|
2198
|
-
// Added 2026-05-21
|
|
2199
|
-
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2200
|
-
productKeys: {
|
|
2201
|
-
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2202
|
-
},
|
|
2203
|
-
param: 'isEnabled',
|
|
2204
|
-
defaultValue: false
|
|
2205
|
-
}),
|
|
2206
2189
|
// Added 2026-05-25
|
|
2207
2190
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2208
2191
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -2339,6 +2322,14 @@ export const editorExperimentsConfig = {
|
|
|
2339
2322
|
param: 'value',
|
|
2340
2323
|
defaultValue: false
|
|
2341
2324
|
}),
|
|
2325
|
+
// Added 2026-07-02
|
|
2326
|
+
platform_editor_media_download_fallback_name: createBooleanExperiment({
|
|
2327
|
+
productKeys: {
|
|
2328
|
+
confluence: 'platform_editor_media_download_fallback_name'
|
|
2329
|
+
},
|
|
2330
|
+
param: 'isEnabled',
|
|
2331
|
+
defaultValue: false
|
|
2332
|
+
}),
|
|
2342
2333
|
// Added 2026-06-29
|
|
2343
2334
|
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2344
2335
|
productKeys: {
|
|
@@ -1161,15 +1161,6 @@ export var editorExperimentsConfig = {
|
|
|
1161
1161
|
defaultValue: false
|
|
1162
1162
|
}),
|
|
1163
1163
|
// Added 2026-01-22
|
|
1164
|
-
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1165
|
-
productKeys: {
|
|
1166
|
-
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1167
|
-
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1168
|
-
},
|
|
1169
|
-
param: 'isEnabled',
|
|
1170
|
-
defaultValue: false
|
|
1171
|
-
}),
|
|
1172
|
-
// Added 2026-01-22
|
|
1173
1164
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
1174
1165
|
productKeys: {
|
|
1175
1166
|
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
@@ -2195,14 +2186,6 @@ export var editorExperimentsConfig = {
|
|
|
2195
2186
|
param: 'isEnabled',
|
|
2196
2187
|
defaultValue: false
|
|
2197
2188
|
}),
|
|
2198
|
-
// Added 2026-05-21
|
|
2199
|
-
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2200
|
-
productKeys: {
|
|
2201
|
-
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2202
|
-
},
|
|
2203
|
-
param: 'isEnabled',
|
|
2204
|
-
defaultValue: false
|
|
2205
|
-
}),
|
|
2206
2189
|
// Added 2026-05-25
|
|
2207
2190
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2208
2191
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -2339,6 +2322,14 @@ export var editorExperimentsConfig = {
|
|
|
2339
2322
|
param: 'value',
|
|
2340
2323
|
defaultValue: false
|
|
2341
2324
|
}),
|
|
2325
|
+
// Added 2026-07-02
|
|
2326
|
+
platform_editor_media_download_fallback_name: createBooleanExperiment({
|
|
2327
|
+
productKeys: {
|
|
2328
|
+
confluence: 'platform_editor_media_download_fallback_name'
|
|
2329
|
+
},
|
|
2330
|
+
param: 'isEnabled',
|
|
2331
|
+
defaultValue: false
|
|
2332
|
+
}),
|
|
2342
2333
|
// Added 2026-06-29
|
|
2343
2334
|
platform_editor_lovability_color_schema_change: createBooleanExperiment({
|
|
2344
2335
|
productKeys: {
|
|
@@ -846,12 +846,6 @@ export declare const editorExperimentsConfig: {
|
|
|
846
846
|
productKeys?: ProductKeys;
|
|
847
847
|
typeGuard: IsBooleanType;
|
|
848
848
|
};
|
|
849
|
-
platform_editor_ai_loading_responsive_width: {
|
|
850
|
-
defaultValue: boolean;
|
|
851
|
-
param: string;
|
|
852
|
-
productKeys?: ProductKeys;
|
|
853
|
-
typeGuard: IsBooleanType;
|
|
854
|
-
};
|
|
855
849
|
platform_editor_nested_drag_handle_icon: {
|
|
856
850
|
defaultValue: boolean;
|
|
857
851
|
param: string;
|
|
@@ -1611,12 +1605,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1611
1605
|
productKeys?: ProductKeys;
|
|
1612
1606
|
typeGuard: IsBooleanType;
|
|
1613
1607
|
};
|
|
1614
|
-
fix_free_gen_prompt_bar_position: {
|
|
1615
|
-
defaultValue: boolean;
|
|
1616
|
-
param: string;
|
|
1617
|
-
productKeys?: ProductKeys;
|
|
1618
|
-
typeGuard: IsBooleanType;
|
|
1619
|
-
};
|
|
1620
1608
|
platform_editor_use_html_plus_streaming_parser: {
|
|
1621
1609
|
defaultValue: boolean;
|
|
1622
1610
|
param: string;
|
|
@@ -1707,6 +1695,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1707
1695
|
productKeys?: ProductKeys;
|
|
1708
1696
|
typeGuard: IsBooleanType;
|
|
1709
1697
|
};
|
|
1698
|
+
platform_editor_media_download_fallback_name: {
|
|
1699
|
+
defaultValue: boolean;
|
|
1700
|
+
param: string;
|
|
1701
|
+
productKeys?: ProductKeys;
|
|
1702
|
+
typeGuard: IsBooleanType;
|
|
1703
|
+
};
|
|
1710
1704
|
platform_editor_lovability_color_schema_change: {
|
|
1711
1705
|
defaultValue: boolean;
|
|
1712
1706
|
param: string;
|
package/package.json
CHANGED