npm @testing-library/user-event 12.0.0
v12.0.0

latest releases: 14.5.2, 14.5.1, 14.5.0...
4 years ago

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.

Don't miss a new user-event release

NewReleases is sending notifications on new releases.