13.0.0 (2021-03-16)
Features
BREAKING CHANGES
userEvent.type
features a rewritten implementation shared with the newuserEvent.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 withoutdelay
.