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
DetailsList accessibility now reports 0 rows while placeholder data is being displayed. Also added a prop to ShimmeredDetailsList to specify aria label (such as a "loading data" message) while shimmer is being displayed. (commit by Rajeev-K, pr #9484)
Patches
Prevent the callout from being dismissed when the mouse is pressed inside, but then moved outside (while keeping pressed) and released. (commit by jiangwan, pr #9415)
Only run KeytipManager update when relevant keytip props have changed in KeytipData. (commit by whykushal93, pr #9414)