mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update NEWS for HEAD
This commit is contained in:
parent
5e25b0a0c1
commit
808e23a208
1 changed files with 15 additions and 0 deletions
15
NEWS.md
15
NEWS.md
|
@ -1,3 +1,18 @@
|
|||
New for HEAD:
|
||||
|
||||
* URL blacklist support.
|
||||
* Various fixes for JavaScript console messages.
|
||||
* Various compilation fixes.
|
||||
* Fix status code and headers commands for iframes.
|
||||
* Capybara 2.0 compatibility.
|
||||
* Driver#render replaced by Session#save_screenshot.
|
||||
* Driver#source and Driver#body return the HTML representation of the DOM. Unsupported content is returned as plain text.
|
||||
* HTML5 multi-file upload support.
|
||||
* Driver#url and Driver#requested_url removed.
|
||||
* JavaScipt console messages and alerts are now written to the logger instead of directly to stdout.
|
||||
* Dropped support for Qt 4.7.
|
||||
* Fix deadlocks encountered during page load.
|
||||
|
||||
New for 0.13.0:
|
||||
|
||||
* Better detect page load success, and better handle load failures.
|
||||
|
|
Loading…
Reference in a new issue