You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drag-drop: return up-to-date position if getFreeDragPosition is called while dragging (#16464) (1540391)
expansion: incorrect margin for "before" indicator when expanded (#16420) (98a231d)
menu: keyboard controls not respecting DOM order when items are added at a later point (#11720) (49e8c59), closes #11652
overlay: incorrectly calculating position when page is scrolled horizontally and overlay is anchored to the right (#16235) (f61730a), closes #16009
overlay: OverlayKeyboardDispatcher (used in dialog and overlay
and available in the CDK) now listens on bubbling/propagation phase
instead of capture phase. This means that overlay keydown handlers
are now called after any applicable handlers inside of an overlay,
and it respects any stopPropagation() calls from inside the overlay.
Features
a11y: allow for element to be used as message in AriaDescriber (#16118) (8c4f25f), closes #16099
common: Add dev-mode sanity check for mismatched versions of cdk and material (#15395) (ffad004)
drag-drop: add support for automatic scrolling (#16382) (207dba6), closes #13588