Releases: minkphp/MinkBrowserKitDriver
Releases · minkphp/MinkBrowserKitDriver
2.2.0
2.1.0
2.0.0
BC break:
- The
getClient
method now returns an AbstractBrowser from BrowserKit instead of the deprecated Client. - The constructor now takes an AbstractBrowser from BrowserKit instead of the deprecated Client.
- The deprecated methods
setRemoveHostFromUrl
andsetRemoveScriptFromUrl
have been removed
New features:
- Added support for Symfony 5.
Removed:
- Removed support for Symfony <4.4.
- Removed support for PHP <7.2.
- Removed deprecated methods
1.4.1
1.4.0
1.3.4
BC Break:
- Changed the return value for
getValue
on a select without any options to an empty string rather thannull
to respect the common contract between Mink drivers
Bug fixes:
- Changed phpdoc types from
Boolean
toboolean
to be compatible with psalm type checking - Improved compatibility with the HTML5 parsing of the symfony/dom-crawler component in 4.4+
- Removed usages of APIs deprecated in symfony/dom-crawler 4.4
- Send the configured headers when submitting forms
Testsuite:
- Removed HHVM from CI as they dropped support for PHP compatibility
- Added CI on PHP 7.2, 7.3 and 7.4
1.3.3
1.3.2
1.3.1
1.3.0
BC break:
- Dropped support for Symfony 2.2 and older
- Bumped required PHP version to 5.3.6
New features:
- Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2
Bug fixes:
- Improved the exception message when clicking on an invalid element
- Use
saveHTML
to get correct HTML code back
Misc:
- Updated the repository structure to PSR-4