From f55e0ab2f91ca429ff95eb68a7e06d3067469555 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Wed, 29 Feb 2012 00:12:22 +0000 Subject: [PATCH] update README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index de3b844d..5a849526 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,29 @@ makes debugging easier). Running `rake autocompile` will watch the ## Changes ## +### 0.5.0 (unreleased) ### + +#### Features #### + +* Detect if clicking an element will fail. If the click will actually + hit another element (because that element is in front of the one we + want to click), the user will now see an exception explaining what + happened and which element would actually be targeted by the click. This + should aid debugging. [Issue #25] + +* Click elements at their middle position rather than the top-left. + This is presumed to be more likely to succeed because the top-left + may be obscured by overlapping elements, negative margins, etc. [Issue #26] + +* Add experimental support for using the remote WebKit web inspector. + This will only work with PhantomJS 1.5, which is not yet released, + so it won't be officially supported by Poltergeist until 1.5 is + released. [Issue #31] + +#### Bug fixes #### + +* Fix bug where we could end up interacting with an obsolete element. [Issue #30] + ### 0.4.0 ### * Element click position is now calculated using the native