Bug Fixes
- cdk: fix autocomplete race condition with fast typing (#14295) (30b4d63)
- ci: generate components.json before netlify docs build (#14285) (fa7408d)
- core, datetime-adapter: fix datetime picker manual input (#14251) (2500d9a)
- core: combobox click-outside parity with Tab out (#14306) (19e4c97), closes #13481
- core: expose bodyRole + bodyAriaLabelledBy inputs on fd-popover (#14260) (#14270) (0ef0ec9)
- core: fix datetime picker selection (#14243) (77594be)
- core: fix fd-select dropdown reposition upon DOM changes (#14265) (d15a581), closes #14252 #14244 #14267
- core: fix Message Strip btn misalignment (#14269) (1fc9721)
- core: guard tokenList.changes with takeUntilDestroyed (#14296) (c8411f5)
- core: limit rendered tokens in multi-input to visible count (#14137) (f099bf7)
- core: prevent parent submenu from closing when hovering nested submenu (#14284) (7f5c4b7)
- core: scroll active element into view upon opening select (#14299) (b580a26)
- datetime adapters migration (#14016) (6be78b5)
- datetime-adapter: accept single-digit M/D in DayjsDatetimeAdapter parse (#13534) (#14307) (05a07d7)
- platform: fix the exception that occurs in fdp-approval-flow for multiple blocks (#14228) (4f91b6e)
- platform: remove Angular compiler warnings (#14280) (5bb29a6)
- platform: stop fdp-combobox auto-selecting first item on open (#14305) (c6c36d9)
- platform: use tabs instead of segmented button in combined table settings dialog (#14244) (0f3b2ab)
Features
- core: add a shellbar context area overflow example (#14255) (42fb00b)
- core: add header content area to User Menu, adopt latest fund-styles (#14268) (f499d1f)
- mcp: MCP server evaluation - part 5 (#14224) (12a2225)
- mcp: MCP server evaluation - part 6 (#14259) (73af5fd)
- platform: add column configuration to table combined settings dialog (#14212) (c54a31e)
BREAKING CHANGES
- mcp: recommend_components removed. It used a hardcoded
23-entry UI_PATTERNS dict that missed the entire platform form layer
(fdp-form-group, fdp-form-field). Use search_components with relevant
keywords instead. - mcp: get_design_tokens removed. The corpus was only 92
tokens (42 hardcoded SAP theme vars + 50 spacing utility classes);
focus, disabled, and hover tokens were absent, making it unusable for
component styling. Use @fundamental-styles/mcp get_design_tokens
(1500+ tokens) instead. - mcp: get_migration_guide tool removed from @fundamental-ngx/mcp.
- mcp: get_accessibility_guide tool removed from @fundamental-ngx/mcp.
Use get_component_api — it returns all inputs (including ARIA inputs with
descriptions) and the keyboardHandling field.
Features
Bug Fixes
- platform: fdp-input inside fdp-form-field requires double click outside to lose focus (#14217) (62129a2)