Releases: jhedstrom/drupalextension
4.0.0 beta 2
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
4.0.0 Beta 1
4.0.0 Alpha 4
This release updates the Drupal Driver requirement to the 2.0.0
branch.
- b58d468 - Merge pull request #473 from jhedstrom/195-email-testing
- c7650ab - Merge branch 'master' into 195-email-testing
- 078292e - Merge pull request #477 from jhedstrom/474-composer-test
- 932f297 - Merge pull request #464 from ownsourcing/patch-2
- e571081 - Merge branch 'master' into 195-email-testing
- 05b3c80 - Merge pull request #471 from jhedstrom/470-changelog
- 79bb0ae - Merge pull request #476 from jhedstrom/475-sync-dependency-injection
- 2190203 - Merge branch 'emails' of https://github.com/shrimala/drupalextension into 195-email-testing
- 3def21b - Merge pull request #472 from jnicola/master
4.0.0 Alpha 3
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
- 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
Initial alpha release of 4.0.0.
3.4.1
- 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
3.3.1
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
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.