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
Remove allAtOnce option on type in favor of delay: 0 or the new paste event
Make hover and unhover sync
Remove toggleSelectedOptions in favor of deselectOptions
(Potentially...) improve correctness of all APIs (so we fire some additional events and improve general correctness). This may or may not break your usage depending on whether you relied on our in-correctness 😅
type now actually defaults the delay to 0, so it's not necessarily async anymore. It's only async if you pass a delay.