Bug Fixes
- cdk,core,platform: update focusable CDK to allow tabbing between child elements (#13562) (f1f07aa)
- core, platform: Narrow empty check when cell is focused and add option for empty cell announcement for column template (#13395) (d60edf4)
- core,platform: Add null check on scroll spy handling of tabs (#13552) (708c343)
- core: add null check on header component (#13551) (7dcf959)
- core: add property to disable wheel event for Step Input (#13503) (bec2535)
- core: add role heading to title element in Toolbar (#13480) (7d8b492)
- core: add some a11y improvements to segmented button (#13505) (4533c2e)
- core: adopt latest changes for user menu (#13518) (5d84f42)
- core: allow navigation inside multi combobox located in a dialog (#13499) (1da7e3f)
- core: apply active and focus states on Avatar in User Menu (#13497) (bda80a2)
- core: apply autocomplete logic on keydown instead of keyup (#13483) (e4f3fc5)
- core: apply correct value on Tab selection for Combobox (#13474) (2488f74)
- core: Combobox inside a Dialog - Not able navigate through the invoked drop-down values using keyboard (#13496) (243bb6f)
- core: css changes for scroll on Windows (#13539) (a567477)
- core: disable tab focus on disabled multi input (#13442) (d42f979)
- core: fix for arrow position of Inline Help (#13439) (0cbad2c)
- core: fix missing import in popover mobile (#13489) (11eead8)
- core: import menu css in user menu (#13454) (ee96841)
- core: List: Group label not read (#13494) (ba5768c)
- core: message strip information is not read (#13448) (cfc9de8)
- core: not reset Dynamic Page Header paddings when Message strip is used (#13482) (275b47e)
- core: prevent list item selection when radio and checkbox are disabled (#13451) (09182b9)
- core: prevents esc key from propagating to the parent in nested popovers (#13471) (5482cee)
- core: shellbar context area should allow ngIf (#13510) (4b836ba)
- core: Step Input minimum not recognized when input is cleared (#13486) (29b972a)
- core: test scroll (#13524) (1f4948a)
- core: update Shellbar separator, branding spacings, inline padding (#13522) (4a45e39)
- platform: allow Hungarian special alphabet characters in Combobox input (#13477) (16394c9)
- platform: listen for tab removal in ngOnChanges and adjust selected tab accordingly (#13432) (e83a4d4)
- platform: remove error when using fdp-combobox and fdp-multi-combobox outside of fdp-form-field (#13520) (98644bd)
- platform: tree table with single selection is checking multiple rows due to selectedKey (#13517) (07dab26)