Skip to content

v13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 19:17
f251d15

13.0.0 (2021-03-16)

Features

BREAKING CHANGES

  • userEvent.type features a rewritten implementation shared with the new userEvent.keyboard. This might break code depending on unintended/undocumented behavior of the previous implementation.
  • userEvent.type treats { and [ as special characters.
  • userEvent.type returns no Promise if called without delay.