12.0.0 (2020-06-15)
Features
- make several API and implementation improvements (#348) (e72205a)
- type: make delay default to 0 (e13df95)
BREAKING CHANGES
- Remove
allAtOnce
option ontype
in favor ofdelay: 0
or the newpaste
event - Make
hover
andunhover
sync - Remove
toggleSelectedOptions
in favor ofdeselectOptions
- (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 thedelay
to0
, so it's not necessarilyasync
anymore. It's only async if you pass adelay
.