4.1.0
- Internal CI fixes (@blainekasten)
- Minor:
toMatchElementignores props by default now. This should not break anyones existing tests. If it does, please report it.
If you want to test an element without matching the props, pass{ ignoreProps: false }as a second argument. (@finnigantime)