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
De-dupe values before binding to list-friendly element attributes like aria-describedby - by @AlexVipond(7e397)
When handling labeling meta, avoid overwriting existing bound values - by @AlexVipond(94bb2)
Allow more than just HTMLButtonElement for useButton - by @AlexVipond(95e3f)
Switch to pointer events for press and hover to reduce the number of event listeners added, improve accuracy, and fix bugs with delegation - by @AlexVipond(b8adb)