Skip to content

v12.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 15 Jun 22:15

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 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.