Releases: elixir-wallaby/wallaby
Releases · elixir-wallaby/wallaby
v0.30.9
v0.30.8
v0.30.7
What's Changed
- refactor to map_intersperse by @bradhanks in #758
- Fix Wallaby.Element.size/1 spec by @NikitaNaumenko in #759
- Update README to Avoid Elixir Warning by @stratigos in #762
- Update README: Local Sandbox File Location by @stratigos in #766
- Update chrome.ex by @RicoTrevisan in #768
- Make Query.text/2 docs also point to assert_text/{2,3} by @s3cur3 in #770
- Update README: Separate Phoenix setup from Ecto by @Corkle in #772
- Address deprecation; prefer ExUnit.Case.register_test/6 by @vanderhoop in #776
- Fix newer invalid selector error from chromedriver by @mhanberg in 4f82ca8
New Contributors
- @bradhanks made their first contribution in #758
- @NikitaNaumenko made their first contribution in #759
- @stratigos made their first contribution in #762
- @RicoTrevisan made their first contribution in #768
- @s3cur3 made their first contribution in #770
- @Corkle made their first contribution in #772
Full Changelog: v0.30.6...v0.30.7
v0.30.6
What's Changed
- Fix beam metadata not set when using custom capabilities by @jfpedroza in #744
New Contributors
- @jfpedroza made their first contribution in #744
Full Changelog: v0.30.5...v0.30.6
v0.30.5
v0.30.4
v0.30.3
- better support machines with many cores
Full Changelog: v0.30.2...v0.30.3
v0.30.2
What's Changed
- FEATURE: Allow setting of optional cookie attributes by @merhard in #711
- Update
send_keys/2
docs to use correct module by @vanderhoop in #713 - Surface 'text' condition in css query error message when specified by @vanderhoop in #714
- Upgrade
httpoison
dependency to ~> 2.0 by @byhbt in #725
New Contributors
- @dvic made their first contribution in #702
- @merhard made their first contribution in #711
- @vanderhoop made their first contribution in #713
- @byhbt made their first contribution in #725
Full Changelog: v0.30.1...v0.30.2
v0.30.1
v0.30.0
Changelog
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 defaultcount
of 1 #641 - Various documentation fixes/improvements
- Start a ChromeDriver for every scheduler #692
- This may fix a long standing issue #365
What's Changed
PRs merged since last released. Auto-generated by GitHub.
- Fix Credo Trailing Whitespace by @mhanberg in #630
- Improve find/2 and find/3 doc, and fix spec by @jcrevits in #632
- Wallaby.Element: handle errors more consistently by @jonleighton in #633
- Improve failure wording by @marcandre in #634
- Fix spec for condition
count
,minimum
andmaximum
by @marcandre in #637 - Improve documentation on
count
,minimum
andmaximum
options by @marcandre in #638 - Fix
refute_has
to raise on invalid selector by @marcandre in #639 - Improve failure message for case where a given label doesn't match by @marcandre in #640
- Remove dead code by @marcandre in #635
- Fix ambiguity with Kernel.tap/2 by @mhanberg in #686
- Remove coveralls by @mhanberg in #687
- Fix remote_url config option for selenium driver by @myasoedov in #582
- Fix error messages by @marcandre in #645
- Remove default for
count
when given anat
option. by @marcandre in #642 - Fix failures related to
at
queries. by @marcandre in #647 - Adds esbuild config info to the README by @britton-jb in #675
- Adds user_agent to endpoint.ex in the README by @britton-jb in #676
- Adds a note about the on_mount hook for async LiveView testing by @britton-jb in #677
- Add driver install notes to README by @britton-jb in #678
- add check for chromedriver chrome version match by @mhanberg in #688
- Start chromedriver with PartitionSupervisor by @mhanberg in #692
New Contributors
- @jcrevits made their first contribution in #632
- @myasoedov made their first contribution in #582
- @britton-jb made their first contribution in #675
Full Changelog: v0.29.1...v0.30.0