Skip to content

v1.17.2

Compare
Choose a tag to compare
@ro0gr ro0gr released this 21 Apr 21:34
· 345 commits to master since this release

The most noticeable change in this release, is that we've removed deprecations for findElement and findElementWithAssert. The deprecation was a bit premature, since new finders have been just introduced in v1.17. So we have to provide some time to validate new finders before deprecating old ones.

In order to ease out migration to new finders, please check out find-one codemod.

Community Contributions

  • #502 Remove findElement(withAssert) deprecations for now @ro0gr
  • #501 Forward to master "Fallback to acceptance tests" @ro0gr
  • #500 Work-around failing engines for globby on CI @ro0gr