Skip to content

Commit

Permalink
docs: changelog for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 30, 2025
1 parent 7b57576 commit b7e0f83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ CHANGELOG
2.2.0
-----

* Add support for PHP 8.4
* Add support for using Selenium with the built-in web server
* Add a `PANTHER_NO_REDUCED_MOTION` environment variable to instruct the website to disable the reduction of non-essential movement
* Add the ability to pass options to `HttpClient` when using `HttpBrowser`
* Use a custom exception hierarchy instead of native exceptions directly
* The Firefox `window-size` option is not set by default anymore in headless mode
* Add explicit error messages in `wait*` methods
* Fix support for checkbox and radio buttons having `0` as value
* Fix catching of WebDriver exceptions
* Ignore curl exceptions when closing WebDriver inside the destructor
* Documentation has been moved from the Git repository to https://symfony.com/doc/current/testing/end_to_end.html

2.1.2
-----
Expand Down

0 comments on commit b7e0f83

Please sign in to comment.