Skip to content

Releases: laravel/dusk

v6.23.0

12 Apr 15:28
98901d4

Choose a tag to compare

Added

v6.22.3

05 Apr 15:24
f42844d

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

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

Choose a tag to compare

Fixed

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

v6.22.0

01 Feb 16:17
138e126

Choose a tag to compare

Changed

v6.21.0

12 Jan 18:00
45c1005

Choose a tag to compare

Changed

  • Laravel 9 Support (#956)

v6.20.0

04 Jan 15:23
7b62097

Choose a tag to compare

Changed

v6.19.2

20 Oct 10:10
c042f8d

Choose a tag to compare

Fixed

  • Fix assertValue for select elements (#942)

v6.19.1

19 Oct 15:05
9689f78

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

Choose a tag to compare

Added

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