wallaby v0.30.1 Release Notes

Release Date: 2022-07-16 // almost 2 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(chromedriver): Account for Chromium when doing the version matching (#698)

Previous changes from v0.30.0

  • ๐Ÿ’ฅ Breaking

    • ๐Ÿ‘ Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

    ๐Ÿ›  Fixes

    • ๐Ÿ– Handle errors related to Wallaby.Element more consistently #632
    • ๐Ÿ›  Fix refute_has when passed a query with an invalid selector #639
    • ๐Ÿ›  Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
    • ๐Ÿ›  Fix remote_url config option for selenium driver #582
    • ๐Ÿšš Specifying at now removes the default count of 1 #641
    • ๐Ÿ“š Various documentation fixes/improvements
    • โฑ Start a ChromeDriver for every scheduler #692
      • This may fix a long standing issue #365