Skip to content

4.1.0

Compare
Choose a tag to compare
@blainekasten blainekasten released this 29 Jan 20:24
· 100 commits to master since this release
  • Internal CI fixes (@blainekasten)
  • Minor: toMatchElement ignores 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)