Skip to content

Releases: jhedstrom/drupalextension

4.0.0 beta 2

19 Dec 17:26
3836ccb
Compare
Choose a tag to compare

Added

  • #514 Add a note about the need to remove the entries in behat.yml to use BEHAT_PARAMS.
  • #504 Added Gherkin linting.
  • #507 Test Drupal 7 on PHP 7.
  • #516 Warn users when message table is not correctly formatted.

Changed

  • #510 Provide TagTrait to replace ScenarioTagTrait.
  • #512 Start testing on PHP 7.2.
  • #521 Updated tests to work with DrupalDriver string field handlers change.

Fixed

  • #522 Composer path changed on travis.
  • #520 Removes patch applied to Features module that was committed.
  • #502 RawDrupalContext::loggedIn() can return false positive.
  • #507 PHP coding standards update.
  • #499 Fix config context backup strategy.

4.0.0 Beta 1

17 Apr 17:49
d8fcc7c
Compare
Choose a tag to compare
  • f3164de - Merge pull request #481 from jhedstrom/293-random-generator
  • bd90c35 - Merge pull request #484 from jhedstrom/468-js-steps
  • 8adc65c - Merge pull request #483 from jhedstrom/482-fix-drush-tests
  • 8eafb07 - Merge pull request #480 from marcoscano/479-improve-ajax-error-messages

4.0.0 Alpha 4

19 Mar 20:19
b58d468
Compare
Choose a tag to compare
4.0.0 Alpha 4 Pre-release
Pre-release

This release updates the Drupal Driver requirement to the 2.0.0 branch.

4.0.0 Alpha 3

27 Feb 01:16
b3b967d
Compare
Choose a tag to compare
4.0.0 Alpha 3 Pre-release
Pre-release

Notable changes

The Drupal\MinkContext now has its own parameter (ajax_timeout). In order to customize or change this parameter, the extensions portion of behat.yml should specify Drupal\MinkExtension rather than Behat\MinkExtension. The latter will continue to work, but the new parameter will not be available unless Drupal\MinkExtension is specified:

default:
  extensions:
    Drupal\MinkExtension:
      base_url: http://community.d8
      ajax_timeout: 10

##Commit summary

  • b3b967d - Prep for 4.0.0 alpha3.
  • 4753309 - Merge pull request #467 from jhedstrom/466-configure-ajax-timeout
  • e625ede - Adds a CHANGELOG.md file.
  • 2b67968 - Allows AJAX timeout to be overridden.
  • 3306359 - Merge pull request #462 from jhedstrom/lock-drupal-driver
  • cdc1a65 - Lock DrupalDriver to the latest stable release.
  • b6e0575 - Merge pull request #460 from ownsourcing/patch-1
  • f0bb82a - replace links to drush.ws with drush.org
  • 25b1f2f - Merge pull request #457 from jhedstrom/419-drush-9
  • 1ba24d7 - Test Drupal 8 with Drush 9.
  • 948ecd1 - Merge pull request #450 from jose-carmona/master
  • cedac5e - reference to #444 in code
  • 22c274d - Merge pull request #449 from jose-carmona/master
  • 466d5bb - All the steps of "blackbox.feature" translated to Spanish
  • c19939d - better translate for "I am logged in as a/an :role" and "I am at :path"
  • 9650b09 - opss! correct typo
  • d740f35 - Steps "users:", "I should see (the text ):text in the :rowText row" and "I not should see (the text ):text in the :rowText row" translated to Spanish
  • 2598533 - Step "the/these (following )languages are available:" translated to Spanish

4.0.0 Alpha 2

15 Dec 00:45
9cf2131
Compare
Choose a tag to compare
  • 9cf2131 - Merge pull request #448 from jhedstrom/443-fast-logout-follow-up
  • ce99d97 - Further use of fast logout.
  • 4fd9abc - Merge pull request #447 from m4olivei/446-check-for-session
  • e125236 - #446 Unset the user outside the conditional.
  • d49a3da - #446 Fix coding standards warnings.
  • 606dd7f - #446 Check for session first before logging out in fastLogout method of DrupalAuthenticationManager

4.0.0 Alpha 1

06 Dec 21:31
2eb9232
Compare
Choose a tag to compare
4.0.0 Alpha 1 Pre-release
Pre-release

Initial alpha release of 4.0.0.

3.4.1

08 Jan 17:53
50ff0f4
Compare
Choose a tag to compare
  • 50ff0f4 - Merge pull request #440 from jhedstrom/436-contributors
  • 38790f6 - Merge pull request #437 from jhedstrom/jonpugh-patch-1
  • d9b6060 - Merge pull request #434 from jhedstrom/nlisgo-hotfix/assert_logged_in_with_pemissions
  • 1ee6082 - Merge pull request #433 from jhedstrom/Leksat-patch-1
  • 6a02f1a - Merge pull request #431 from jhedstrom/Artusamak-patch-1
  • c1f3d39 - Merge pull request #430 from jhedstrom/jose-carmona-master
  • fe62a15 - Merge pull request #429 from jhedstrom/das-peter-iWaitForAjaxToFinish-d7-fix
  • fe24dcb - Merge pull request #424 from BramDriesen/master

v3.4.0

17 Nov 21:07
5fb3c69
Compare
Choose a tag to compare

Drush 9 support, fixes to testing.

3.3.1

13 Sep 19:55
2a85876
Compare
Choose a tag to compare

Changes since v3.3.0:

  • Merge pull request #409 from phenaproxima/master
  • Merge pull request #411 from jhedstrom/410-travis
  • Merge pull request #401 from Berdir/wait-ajax
  • Merge pull request #390 from phenaproxima/master
  • Merge pull request #387 from jhedstrom/warn-uninitialized-env
  • Throw an exception when the environment is not yet initialized.
  • The user is anonymous if the session has not yet been started. (#385)

3.3.0

15 Jun 14:31
Compare
Choose a tag to compare

First release of the new 3.3 branch. The main goal of this branch is to add support for Drupal 8.4.x, Symfony 3.x components and Behat 3.3.x. In order to make this possible we had to make the following backwards incompatible changes:

  • Support for PHP 5.3 and 5.4 has been dropped.
  • Support for Behat 3.1 and lower has been dropped.

You can continue using the 3.2.x branch in case you require these older versions of PHP or Behat in your project. The 3.2 branch will be maintained for the foreseeable future.