Skip to content

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 09:31
· 45 commits to refs/heads/main since this release
cb02e8a

What's new since v5.3.3

Important

This is the last 5.x release with DrupalDriver 2.x support. Only critical bug fixes will be worked on as patches for 2.4, if required.
We are working on 6.x, which will use the updated DrupalDriver API.

  • [#662] Added drag-and-drop step definition for MinkContext. @AlexSkrypnyk (#800)
  • Changed default Drush binary to 'vendor/bin/drush' with automatic path resolution. @AlexSkrypnyk (#799)
  • Added configurable 'login_wait' to fix post-login race condition on JS-heavy sites. @AlexSkrypnyk (#798)

Full Changelog: v5.3.3...v5.4.0

@AlexSkrypnyk