Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Sep 21, 2015
1 parent 03ffb4d commit 5efe8a3
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
1.2.0 / 2015-09-21
==================

This is the final release of this driver. The Selenium1 protocol is deprecated.
The MinkSelenium2Driver should be used to interact with Selenium instead.

BC break:

* Changed the behavior of `getValue` for checkboxes according to the BC break in Mink 1.6

New features:

* Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2
* Implemented `submitForm`
* Implemented `isSelected`
* Return the condition in the `wait` method
* Allow to specify alternative (not always '127.0.0.1') Selenium server url
* Implemented `getScreenshot`
* Implemented `evaluateScript`
* Implemented `maximizeWindow`
* Implemented `getOuterHtml`
* Added support of non-textual fields in `setValue`
* Changed the finding of elements to use Selenium rather than the source

Bug fixes:

* Fixed the retrieval of HTML attributes in `getAttribute`
* Fixed the support of textareas in `getValue`
* Fixed the removal of cookies
* Fixed the escaping of multiline XPath queries
* Fixed the execution of self-executing functions not wrapped in braces
* Added error handling when using the crawler to avoid fatal errors
* Fixed the execution of long JavaScript code
* Fixed the retrieval of values for radio groups
* Fixed the selection of option in a radio group
* Fixed the custom triggering of change events

Testsuite:

* Updated the testsuite to use the new Mink 1.6 driver testsuite
* Added testing on HHVM

Misc:

* Updated the repository structure to PSR-4

0 comments on commit 5efe8a3

Please sign in to comment.