Releases: laravel/dusk
Releases · laravel/dusk
v8.1.0
- [8.x] Make commands lazy by @timacdonald in #1092
- New Helper
elementScreenshot
by @rabrowne85 in #1093 - Support Dusk Selectors in
screenshotElement
by @rabrowne85 in #1094 - [8.x] Separate
dump()
anddd()
usage for consistency by @crynobone in #1096
v8.0.0
- Uses
Tests\CreatesApplication
only if exists by @nunomaduro in #1074 - Drop PHPUnit 9 and limits Laravel supported versions to 10 and 11 by @crynobone in #1077
- Remove
nesbot/carbon
dependencies by @crynobone in #1079 - [8.x] Better integrates Pest by @nunomaduro in #1082
v7.13.0
v7.12.3
- Fixes console logs trying to create file containing
DIRECTORY_SEPARATOR
value from data provider name. by @crynobone in #1086
v7.12.2
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