Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: changelog for 2.2.0 #664

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading