Skip to content

Releases: laravel/dusk

v6.10.0

15 Dec 18:36
68d0c88
Compare
Choose a tag to compare

Added

  • Add new assertions assertSeeAnythingIn() and assertSeeNothingIn() (#843, dc683ee)
    

v6.9.1

24 Nov 16:48
13b22f1
Compare
Choose a tag to compare

Fixed

  • Add Vue 3 support to the assertVue*() methods (#834)

v6.9.0

19 Nov 16:43
2944d01
Compare
Choose a tag to compare

Added

  • PHP 8 Support (#833) 

v6.8.1

17 Nov 16:06
7c8f8b8
Compare
Choose a tag to compare

Changed

  • Changes in preparation for Laravel Sail

v6.8.0

06 Oct 15:32
3dd0f1f
Compare
Choose a tag to compare

Added

  • Capture source code on failure (#819, 3c59a5c)
  • Add assertScript() (#821)
  • Added waitForTextIn Function (#823)
  • Allow to utilise browser "about:blank" page (#824)

Fixed

  • Fix choosing random elements on <select> (#822)
  • Fix logout() when using AuthenticateSession middleware (#826)

v6.7.0

29 Sep 17:26
7877ff2
Compare
Choose a tag to compare

Added

  • Add Chrome driver auto detection (#816)

v6.6.1

22 Sep 15:42
c64c374
Compare
Choose a tag to compare

Fixed

  • Fix the fitContent() method (#815)

v6.6.0

08 Sep 16:12
be00c52
Compare
Choose a tag to compare

Added

  • Allow proxy for getting latest version (#805)

v6.5.1

28 Aug 15:06
Compare
Choose a tag to compare

Fixed

  • Add CookieValuePrefix detection for encrypted cookies (#804)
  • Allow dotenv 5.0 to be installed (#803)

v6.5.0

25 Aug 17:30
a004d4c
Compare
Choose a tag to compare

Added

  • Support Laravel 8 (#800)