Releases: robertfausk/mink-panther-driver
Releases · robertfausk/mink-panther-driver
v1.1.1
v1.1.0
Features:
- Add support for
symfony/panther:~2.0
andsymfony
~6.0
. - Add support for
PHP 8.1
. - Drop support for
PHP 7.1
cause of too much maintenance afford. Stick withv1.0.8
if you want to usePHP 7.1
. - Enable RadioTest::testIsChecked #11 and RadioTest::testSetValue #10 as soon as
symfony/panther#v2.0.2
ist out.
See related PR: symfony/panther#526
Misc:
v1.0.8
v1.0.7
Features:
- Add support for
symfony/panther:~1.0
(Thx to @Haehnchen) - Add support for
PHP 8.0
Misc:
- Use
dbrekelmans/bdi
for fetching chromedriver if not on PHP 7.1.
Keep usingbin/updatePantherChromeDriver.sh
if working with PHP 7.1. - Support and use composer 2 in Dockerfile
- Add support for local development with
PHP 7.1
,PHP 7.2
,PHP 7.3
,PHP 7.4
andPHP 8.0
viadocker-compose.yml
v1.0.6
Features:
- Add support for
symfony/panther:0.8
Fixes:
- Catch LogicException when using not implemented getHistory introduced in symfony/panther 0.8
- Throw exception when using getClient and driver is not started.
This ensures compatibility with https://github.com/Behatch/contexts
see: Behatch/contexts#284
v1.0.5
v1.0.4
Fixes:
- Clear localStorage on reset()
v1.0.3
Features:
- Bumped
symfony/panther
to~0.7
- Bumped
behat/mink
to~1.8
- Added support for
keyUp
,keyDown
andsendKeys
- Added support for html5 input type
type
Testsuite:
- Added PHP 7.4 in the CI
- Removed allowed failures for PHP 7.4
Fixes:
- Added constants required by PantherTestCase (Thx to @Haehnchen & @symfonyaml)
- Fixed
switchToIFrame
when a string is provided
Misc:
- Added hint about issue
This version of ChromeDriver only supports Chrome version
to README
v1.0.2
Restrict symfony/panther
version to ~0.4,<0.7
.
So if you want to use old panther version then use this version.
v1.0.1
Fix: Do not use own repository for symfony/panther