Skip to content

Releases: laravel/dusk

v5.9.1

12 Feb 14:06
361c0d8
Compare
Choose a tag to compare

Fixed

  • Adds the missing import for InteractsWithMouse@clickAtXPath (#728)
  • Size sanity check at fitContent (#730)
  • Lock php-webdriver constraints for now (#733)

v5.9.0

28 Jan 20:58
3e54875
Compare
Choose a tag to compare

Added

  • Add clickAtXPath (#723, effe73d)
  • Add ProvidesBrowser::getCallerName() (#725)

Fixed

  • Fit content to <html> instead of <body> (#726)

v5.8.2

21 Jan 20:59
c95d70b
Compare
Choose a tag to compare

Changed

  • Rename php-webdriver package (#720)
  • Update jQuery file (#721)

Fixed

  • Update fitContent() (#717)

v5.8.1

07 Jan 18:59
d67fe1d
Compare
Choose a tag to compare

Fixed

  • Cast boolean values to appropriate string (#713)

v5.8.0

30 Dec 21:46
5a160ed
Compare
Choose a tag to compare

Added

v5.7.0

17 Dec 17:19
9881d5c
Compare
Choose a tag to compare

Added

  • Automatically fit content on failures (#704)

v5.6.3

03 Dec 21:08
c342e3e
Compare
Choose a tag to compare

Added

  • Support phpdotenv v4 (#699)

Fixed

  • scrollTo: add support for selectors with quotes (#697)

v5.6.2

26 Nov 17:14
4ef2d39
Compare
Choose a tag to compare

Changed

  • Allow for Symfony 5 (#696)

v5.6.1

12 Nov 16:57
dd21562
Compare
Choose a tag to compare

Fixed

  • Ensure jQuery for scrollTo (#686)
  • Added missing return statement in withDuskEnvironment (#691)
  • Prevent using pcntl when not installed (#692)

v5.6.0

29 Oct 15:59
db4f8d7
Compare
Choose a tag to compare

Added

  • Add scrollTo method (#684)

Fixed

  • Add graceful handler for SIGINT for .env restoration (#682, f843b8a)