Releases: laravel/dusk
Releases · laravel/dusk
v7.12.1
- Case insensitive assertions by @Bryce-Stabenow in #1073
v7.12.0
v7.11.4
v7.11.3
- Fixes unknown option "--ansi" and "--no-ansi" by @crynobone in #1068
- Fixes
waitForTextIn()
broken in v7.11.2 by @crynobone in #1067
v7.11.2
- Consistently use
WebDriverWait
available API forWaitsForElements
trait instead of relying onCarbon
. by @crynobone in #1062
v7.11.1
v7.11.0
- Add
Laravel\Dusk\Keyboard::pause()
helper method by @crynobone in #1057
v7.10.0
- Keyboard Support Improvements by @crynobone in #1053
v7.9.4
- Remove legacy Dotenv usage by @crynobone in #1054
v7.9.3
- [7.x] Prevent interaction with
Http::preventStrayRequests
by @joshbonnick in #1052