Skip to content

Releases: laravel/dusk

v6.18.0

31 Aug 14:52
9907436
Compare
Choose a tag to compare

Added

  • Add waitUntilEnabled and waitUntilDisabled (#918)

v6.17.1

17 Aug 15:12
20a23f4
Compare
Choose a tag to compare

Changed

  • Support waiting for URLs with waitForLocation (#916)

v6.17.0

10 Aug 17:13
8563c4e
Compare
Choose a tag to compare

Added

  • Add assertInputPresent and assertInputMissing assertions (#914)

Changed

  • Add source directory creation on install (#915)

v6.16.0

03 Aug 15:22
2bc1035
Compare
Choose a tag to compare

Added

  • Make DuskCommand compatible with Pest (#913)

Fixed

  • Fix unicode support in appendSlowly method (#907)
  • Redirect page to previous URL after asserting authentication (#912)

v6.15.1

06 Jul 16:42
6978f33
Compare
Choose a tag to compare

Changed

  • Allow to pass array for select multiple (#904)

Fixed

  • Fix for class imports (#905)

v6.15.0

06 Apr 14:15
45b55fa
Compare
Choose a tag to compare

Added

  • Added middleware configuration (#888)

v6.14.0

23 Mar 17:06
c0560c3
Compare
Choose a tag to compare

Added

  • Add purge console command (#887)

Changed

  • Move commands to boot method (#884)
  • Refactor redundant purging methods (#886)

v6.13.0

23 Feb 20:28
59f9feb
Compare
Choose a tag to compare

Added

  • Add assertNotPresent() assertion (#879)

v6.12.0

16 Feb 15:02
c35a844
Compare
Choose a tag to compare

Added

  • Add Dusk command argument --browse (#870)
  • Add support for Mac ARM64 architecture (#876)

v6.11.3

09 Feb 16:16
040c8ee
Compare
Choose a tag to compare

Fixed

  • Add $seconds options to Browser::elseWhenAvailable() (#865)