@atlaskit/tmp-editor-statsig 84.1.0 → 84.2.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 +14 -0
- package/dist/cjs/experiments-config.js +22 -0
- package/dist/es2019/experiments-config.js +22 -0
- package/dist/esm/experiments-config.js +22 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 84.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`31f3e12a73d86`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31f3e12a73d86) -
|
|
8
|
+
[ux] Fix a11y issue by preventing tab focus in editor insert dropdown list so only arrow key
|
|
9
|
+
selection is available within the inside list. Tab selection is reserved for moving between the
|
|
10
|
+
inside list and exterior components such as search and view more. Gated behind
|
|
11
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 84.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -2117,6 +2117,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2117
2117
|
param: 'isEnabled',
|
|
2118
2118
|
defaultValue: false
|
|
2119
2119
|
}),
|
|
2120
|
+
// Added 2026-05-21
|
|
2121
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2122
|
+
productKeys: {
|
|
2123
|
+
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2124
|
+
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2125
|
+
},
|
|
2126
|
+
param: 'isEnabled',
|
|
2127
|
+
defaultValue: false
|
|
2128
|
+
}),
|
|
2120
2129
|
// Added 2026-04-27
|
|
2121
2130
|
platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2122
2131
|
productKeys: {
|
|
@@ -2248,5 +2257,18 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2248
2257
|
},
|
|
2249
2258
|
param: 'isEnabled',
|
|
2250
2259
|
defaultValue: false
|
|
2260
|
+
}),
|
|
2261
|
+
// Added 2026-05-25
|
|
2262
|
+
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2263
|
+
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
2264
|
+
// in `@atlassian/editor-rovo-bridge`, the `replaceValue` orchestrator
|
|
2265
|
+
// action, and the `toolCallsStreaming.supportsProvisionalToolCalls`
|
|
2266
|
+
// capability advert on `PageContentCommandResult`.
|
|
2267
|
+
platform_editor_use_html_plus_streaming_parser: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2268
|
+
productKeys: {
|
|
2269
|
+
confluence: 'platform_editor_use_html_plus_streaming_parser'
|
|
2270
|
+
},
|
|
2271
|
+
param: 'isEnabled',
|
|
2272
|
+
defaultValue: false
|
|
2251
2273
|
})
|
|
2252
2274
|
};
|
|
@@ -2111,6 +2111,15 @@ export const editorExperimentsConfig = {
|
|
|
2111
2111
|
param: 'isEnabled',
|
|
2112
2112
|
defaultValue: false
|
|
2113
2113
|
}),
|
|
2114
|
+
// Added 2026-05-21
|
|
2115
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2116
|
+
productKeys: {
|
|
2117
|
+
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2118
|
+
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2119
|
+
},
|
|
2120
|
+
param: 'isEnabled',
|
|
2121
|
+
defaultValue: false
|
|
2122
|
+
}),
|
|
2114
2123
|
// Added 2026-04-27
|
|
2115
2124
|
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2116
2125
|
productKeys: {
|
|
@@ -2242,5 +2251,18 @@ export const editorExperimentsConfig = {
|
|
|
2242
2251
|
},
|
|
2243
2252
|
param: 'isEnabled',
|
|
2244
2253
|
defaultValue: false
|
|
2254
|
+
}),
|
|
2255
|
+
// Added 2026-05-25
|
|
2256
|
+
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2257
|
+
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
2258
|
+
// in `@atlassian/editor-rovo-bridge`, the `replaceValue` orchestrator
|
|
2259
|
+
// action, and the `toolCallsStreaming.supportsProvisionalToolCalls`
|
|
2260
|
+
// capability advert on `PageContentCommandResult`.
|
|
2261
|
+
platform_editor_use_html_plus_streaming_parser: createBooleanExperiment({
|
|
2262
|
+
productKeys: {
|
|
2263
|
+
confluence: 'platform_editor_use_html_plus_streaming_parser'
|
|
2264
|
+
},
|
|
2265
|
+
param: 'isEnabled',
|
|
2266
|
+
defaultValue: false
|
|
2245
2267
|
})
|
|
2246
2268
|
};
|
|
@@ -2111,6 +2111,15 @@ export var editorExperimentsConfig = {
|
|
|
2111
2111
|
param: 'isEnabled',
|
|
2112
2112
|
defaultValue: false
|
|
2113
2113
|
}),
|
|
2114
|
+
// Added 2026-05-21
|
|
2115
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu: createBooleanExperiment({
|
|
2116
|
+
productKeys: {
|
|
2117
|
+
confluence: 'platform_editor_fix_a11y_tab_focus_insertion_menu',
|
|
2118
|
+
jira: 'platform_editor_fix_a11y_tab_focus_insertion_menu'
|
|
2119
|
+
},
|
|
2120
|
+
param: 'isEnabled',
|
|
2121
|
+
defaultValue: false
|
|
2122
|
+
}),
|
|
2114
2123
|
// Added 2026-04-27
|
|
2115
2124
|
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2116
2125
|
productKeys: {
|
|
@@ -2242,5 +2251,18 @@ export var editorExperimentsConfig = {
|
|
|
2242
2251
|
},
|
|
2243
2252
|
param: 'isEnabled',
|
|
2244
2253
|
defaultValue: false
|
|
2254
|
+
}),
|
|
2255
|
+
// Added 2026-05-25
|
|
2256
|
+
// HTML+ v2 incremental tool-call streaming contract — gates the new
|
|
2257
|
+
// PartialStreamParserV2 / ToolCallProcessorV2 / AdfChunkStrategyV2 stack
|
|
2258
|
+
// in `@atlassian/editor-rovo-bridge`, the `replaceValue` orchestrator
|
|
2259
|
+
// action, and the `toolCallsStreaming.supportsProvisionalToolCalls`
|
|
2260
|
+
// capability advert on `PageContentCommandResult`.
|
|
2261
|
+
platform_editor_use_html_plus_streaming_parser: createBooleanExperiment({
|
|
2262
|
+
productKeys: {
|
|
2263
|
+
confluence: 'platform_editor_use_html_plus_streaming_parser'
|
|
2264
|
+
},
|
|
2265
|
+
param: 'isEnabled',
|
|
2266
|
+
defaultValue: false
|
|
2245
2267
|
})
|
|
2246
2268
|
};
|
|
@@ -1495,6 +1495,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1495
1495
|
productKeys?: ProductKeys;
|
|
1496
1496
|
typeGuard: IsBooleanType;
|
|
1497
1497
|
};
|
|
1498
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu: {
|
|
1499
|
+
defaultValue: boolean;
|
|
1500
|
+
param: string;
|
|
1501
|
+
productKeys?: ProductKeys;
|
|
1502
|
+
typeGuard: IsBooleanType;
|
|
1503
|
+
};
|
|
1498
1504
|
create_work_item_modernization_exp: {
|
|
1499
1505
|
defaultValue: boolean;
|
|
1500
1506
|
param: string;
|
|
@@ -1652,5 +1658,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1652
1658
|
productKeys?: ProductKeys;
|
|
1653
1659
|
typeGuard: IsBooleanType;
|
|
1654
1660
|
};
|
|
1661
|
+
platform_editor_use_html_plus_streaming_parser: {
|
|
1662
|
+
defaultValue: boolean;
|
|
1663
|
+
param: string;
|
|
1664
|
+
productKeys?: ProductKeys;
|
|
1665
|
+
typeGuard: IsBooleanType;
|
|
1666
|
+
};
|
|
1655
1667
|
};
|
|
1656
1668
|
export {};
|
|
@@ -1495,6 +1495,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1495
1495
|
productKeys?: ProductKeys;
|
|
1496
1496
|
typeGuard: IsBooleanType;
|
|
1497
1497
|
};
|
|
1498
|
+
platform_editor_fix_a11y_tab_focus_insertion_menu: {
|
|
1499
|
+
defaultValue: boolean;
|
|
1500
|
+
param: string;
|
|
1501
|
+
productKeys?: ProductKeys;
|
|
1502
|
+
typeGuard: IsBooleanType;
|
|
1503
|
+
};
|
|
1498
1504
|
create_work_item_modernization_exp: {
|
|
1499
1505
|
defaultValue: boolean;
|
|
1500
1506
|
param: string;
|
|
@@ -1652,5 +1658,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1652
1658
|
productKeys?: ProductKeys;
|
|
1653
1659
|
typeGuard: IsBooleanType;
|
|
1654
1660
|
};
|
|
1661
|
+
platform_editor_use_html_plus_streaming_parser: {
|
|
1662
|
+
defaultValue: boolean;
|
|
1663
|
+
param: string;
|
|
1664
|
+
productKeys?: ProductKeys;
|
|
1665
|
+
typeGuard: IsBooleanType;
|
|
1666
|
+
};
|
|
1655
1667
|
};
|
|
1656
1668
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "84.
|
|
3
|
+
"version": "84.2.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^6.
|
|
38
|
+
"@atlaskit/react-ufo": "^6.2.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|