@atlaskit/tmp-editor-statsig 84.3.0 → 84.3.1
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 +8 -0
- package/dist/cjs/experiments-config.js +17 -0
- package/dist/es2019/experiments-config.js +17 -0
- package/dist/esm/experiments-config.js +17 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 84.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`60d28e13ab1a3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/60d28e13ab1a3) -
|
|
8
|
+
[ux] Position free generation prompt bar to its relative position when the maui app is side a
|
|
9
|
+
layout behind an experiment
|
|
10
|
+
|
|
3
11
|
## 84.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -467,6 +467,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
467
467
|
param: 'isEnabled',
|
|
468
468
|
defaultValue: false
|
|
469
469
|
}),
|
|
470
|
+
// Added 2026-05-26
|
|
471
|
+
platform_editor_agent_mentions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
472
|
+
productKeys: {
|
|
473
|
+
confluence: 'platform_editor_agent_mentions',
|
|
474
|
+
jira: 'platform_editor_agent_mentions'
|
|
475
|
+
},
|
|
476
|
+
param: 'isEnabled',
|
|
477
|
+
defaultValue: false
|
|
478
|
+
}),
|
|
470
479
|
// Added 2025-10-31
|
|
471
480
|
platform_editor_lovability_suppress_toolbar_event: (0, _experimentBuilders.createBooleanExperiment)({
|
|
472
481
|
productKeys: {
|
|
@@ -2266,6 +2275,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2266
2275
|
param: 'isEnabled',
|
|
2267
2276
|
defaultValue: false
|
|
2268
2277
|
}),
|
|
2278
|
+
// Added 2026-05-21
|
|
2279
|
+
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2280
|
+
productKeys: {
|
|
2281
|
+
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2282
|
+
},
|
|
2283
|
+
param: 'isEnabled',
|
|
2284
|
+
defaultValue: false
|
|
2285
|
+
}),
|
|
2269
2286
|
// Added 2026-05-25
|
|
2270
2287
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2271
2288
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -461,6 +461,15 @@ export const editorExperimentsConfig = {
|
|
|
461
461
|
param: 'isEnabled',
|
|
462
462
|
defaultValue: false
|
|
463
463
|
}),
|
|
464
|
+
// Added 2026-05-26
|
|
465
|
+
platform_editor_agent_mentions: createBooleanExperiment({
|
|
466
|
+
productKeys: {
|
|
467
|
+
confluence: 'platform_editor_agent_mentions',
|
|
468
|
+
jira: 'platform_editor_agent_mentions'
|
|
469
|
+
},
|
|
470
|
+
param: 'isEnabled',
|
|
471
|
+
defaultValue: false
|
|
472
|
+
}),
|
|
464
473
|
// Added 2025-10-31
|
|
465
474
|
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
466
475
|
productKeys: {
|
|
@@ -2260,6 +2269,14 @@ export const editorExperimentsConfig = {
|
|
|
2260
2269
|
param: 'isEnabled',
|
|
2261
2270
|
defaultValue: false
|
|
2262
2271
|
}),
|
|
2272
|
+
// Added 2026-05-21
|
|
2273
|
+
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2274
|
+
productKeys: {
|
|
2275
|
+
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2276
|
+
},
|
|
2277
|
+
param: 'isEnabled',
|
|
2278
|
+
defaultValue: false
|
|
2279
|
+
}),
|
|
2263
2280
|
// Added 2026-05-25
|
|
2264
2281
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2265
2282
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -461,6 +461,15 @@ export var editorExperimentsConfig = {
|
|
|
461
461
|
param: 'isEnabled',
|
|
462
462
|
defaultValue: false
|
|
463
463
|
}),
|
|
464
|
+
// Added 2026-05-26
|
|
465
|
+
platform_editor_agent_mentions: createBooleanExperiment({
|
|
466
|
+
productKeys: {
|
|
467
|
+
confluence: 'platform_editor_agent_mentions',
|
|
468
|
+
jira: 'platform_editor_agent_mentions'
|
|
469
|
+
},
|
|
470
|
+
param: 'isEnabled',
|
|
471
|
+
defaultValue: false
|
|
472
|
+
}),
|
|
464
473
|
// Added 2025-10-31
|
|
465
474
|
platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
|
|
466
475
|
productKeys: {
|
|
@@ -2260,6 +2269,14 @@ export var editorExperimentsConfig = {
|
|
|
2260
2269
|
param: 'isEnabled',
|
|
2261
2270
|
defaultValue: false
|
|
2262
2271
|
}),
|
|
2272
|
+
// Added 2026-05-21
|
|
2273
|
+
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2274
|
+
productKeys: {
|
|
2275
|
+
confluence: 'fix_free_gen_prompt_bar_position'
|
|
2276
|
+
},
|
|
2277
|
+
param: 'isEnabled',
|
|
2278
|
+
defaultValue: false
|
|
2279
|
+
}),
|
|
2263
2280
|
// Added 2026-05-25
|
|
2264
2281
|
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2265
2282
|
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
@@ -566,6 +566,12 @@ export declare const editorExperimentsConfig: {
|
|
|
566
566
|
productKeys?: ProductKeys;
|
|
567
567
|
typeGuard: IsBooleanType;
|
|
568
568
|
};
|
|
569
|
+
platform_editor_agent_mentions: {
|
|
570
|
+
defaultValue: boolean;
|
|
571
|
+
param: string;
|
|
572
|
+
productKeys?: ProductKeys;
|
|
573
|
+
typeGuard: IsBooleanType;
|
|
574
|
+
};
|
|
569
575
|
platform_editor_pasting_text_in_panel: {
|
|
570
576
|
defaultValue: boolean;
|
|
571
577
|
param: string;
|
|
@@ -1664,6 +1670,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1664
1670
|
productKeys?: ProductKeys;
|
|
1665
1671
|
typeGuard: IsBooleanType;
|
|
1666
1672
|
};
|
|
1673
|
+
fix_free_gen_prompt_bar_position: {
|
|
1674
|
+
defaultValue: boolean;
|
|
1675
|
+
param: string;
|
|
1676
|
+
productKeys?: ProductKeys;
|
|
1677
|
+
typeGuard: IsBooleanType;
|
|
1678
|
+
};
|
|
1667
1679
|
platform_editor_use_html_plus_streaming_parser: {
|
|
1668
1680
|
defaultValue: boolean;
|
|
1669
1681
|
param: string;
|
|
@@ -566,6 +566,12 @@ export declare const editorExperimentsConfig: {
|
|
|
566
566
|
productKeys?: ProductKeys;
|
|
567
567
|
typeGuard: IsBooleanType;
|
|
568
568
|
};
|
|
569
|
+
platform_editor_agent_mentions: {
|
|
570
|
+
defaultValue: boolean;
|
|
571
|
+
param: string;
|
|
572
|
+
productKeys?: ProductKeys;
|
|
573
|
+
typeGuard: IsBooleanType;
|
|
574
|
+
};
|
|
569
575
|
platform_editor_pasting_text_in_panel: {
|
|
570
576
|
defaultValue: boolean;
|
|
571
577
|
param: string;
|
|
@@ -1664,6 +1670,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1664
1670
|
productKeys?: ProductKeys;
|
|
1665
1671
|
typeGuard: IsBooleanType;
|
|
1666
1672
|
};
|
|
1673
|
+
fix_free_gen_prompt_bar_position: {
|
|
1674
|
+
defaultValue: boolean;
|
|
1675
|
+
param: string;
|
|
1676
|
+
productKeys?: ProductKeys;
|
|
1677
|
+
typeGuard: IsBooleanType;
|
|
1678
|
+
};
|
|
1667
1679
|
platform_editor_use_html_plus_streaming_parser: {
|
|
1668
1680
|
defaultValue: boolean;
|
|
1669
1681
|
param: string;
|
package/package.json
CHANGED