Skip to content

Releases: laravel/dusk

v6.22.3

05 Apr 15:24
f42844d
Compare
Choose a tag to compare

Fixed

  • Fixed vueAttribute for older Vue 2.x projects by @myMartek in #970

v6.22.2

29 Mar 15:25
f62afe1
Compare
Choose a tag to compare

Changed

  • assertVue*() methods support Vue 3 composition API by @derekmd in #969

v6.22.1

15 Feb 17:55
bc9fd27
Compare
Choose a tag to compare

Fixed

  • Fixes link assertion with single or double quote (#965)

v6.22.0

01 Feb 16:17
138e126
Compare
Choose a tag to compare

Changed

v6.21.0

12 Jan 18:00
45c1005
Compare
Choose a tag to compare

Changed

  • Laravel 9 Support (#956)

v6.20.0

04 Jan 15:23
7b62097
Compare
Choose a tag to compare

Changed

v6.19.2

20 Oct 10:10
c042f8d
Compare
Choose a tag to compare

Fixed

  • Fix assertValue for select elements (#942)

v6.19.1

19 Oct 15:05
9689f78
Compare
Choose a tag to compare

Changed

  • throw an error if assertValue() is used with an element that does not support the value attribute (#936, 334c49f)

Fixed

  • Fix logout() when using AuthenticateSession and default guard (#939)

v6.19.0

12 Oct 15:06
b55a572
Compare
Choose a tag to compare

Added

  • Add new assertion assertValueIsNot() (#929)
  • Add new assertion assertAttributeContains() (#931, ab47680)

v6.18.1

07 Sep 14:28
c99116b
Compare
Choose a tag to compare

Updated

  • Using loginAs with id (#922

Fixed

  • Fix "pest" option does not exist on dusk:fails command (#921)