👷♂️ Patch fixes
- Fixes issue where React "onChange" listeners never got executed when triggering a
click()
. (#880) - Fixes issue where it was not possible to use multiple pseudo query selectors (e.g. "input:not([type]):not([list])"). This solves a problem in Testing Library where it failed to find elements by role "checkbox". (#880)