Skip to content

Releases: robertfausk/mink-panther-driver

v1.1.1

18 Apr 10:43
Compare
Choose a tag to compare

Features:

  • Add support for PHP 8.2 #28
  • Adopt code to changes in mink/driver-testsuite #29
  • Add support for PHP 8.3 #30

Misc:

  • Rename branch master to main cause black lives matter. #26 #27

v1.1.0

25 Jul 16:15
Compare
Choose a tag to compare

Features:

  • Add support for symfony/panther:~2.0 and symfony ~6.0.
  • Add support for PHP 8.1.
  • Drop support for PHP 7.1 cause of too much maintenance afford. Stick with v1.0.8 if you want to use PHP 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:

  • Use GitHub Actions instead of Travis CI for continuous integration. #22
  • Rename branch master to main cause black lives matter. #26 #27

v1.0.8

14 Mar 07:53
Compare
Choose a tag to compare

Features:

  • Allow to pass kernel options and manager options to panther driver (#19 and #20; Thx to @phcorp)

v1.0.7

23 Feb 13:24
Compare
Choose a tag to compare

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 using bin/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 and PHP 8.0 via docker-compose.yml

v1.0.6

08 Oct 16:06
Compare
Choose a tag to compare

Features:

  • Add support for symfony/panther:0.8

Fixes:

v1.0.5

26 Jun 14:51
328d634
Compare
Choose a tag to compare

Fixes:

  • Fix localStorage access not allowed for reset() on certain pages ('', 'about:blank', 'data:,') #17 (Thx to @Lctrs)

v1.0.4

14 Apr 06:07
Compare
Choose a tag to compare

Fixes:

  • Clear localStorage on reset()

v1.0.3

28 Mar 18:42
Compare
Choose a tag to compare

Features:

  • Bumped symfony/panther to ~0.7
  • Bumped behat/mink to ~1.8
  • Added support for keyUp, keyDown and sendKeys
  • 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

28 Mar 07:37
Compare
Choose a tag to compare

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

11 Oct 13:39
f43ce67
Compare
Choose a tag to compare

Fix: Do not use own repository for symfony/panther