1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Prepare for 1.18.0 release

This commit is contained in:
Thomas Walpole 2018-05-01 09:17:41 -07:00
parent e555ccd5f1
commit d3e0d8bfb2
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
### 1.18.0 ###
#### Features ####
* User agent and other headers persist across windows (Tony Novak)[Issue #915]
* Capybara 3 support (Thomas Walpole)
* Support configuring PhantomJS page setting when initializing driver (Thomas Walpole)
* Support for mouse click with offset and button presses (Thomas Walpole)
#### Bug Fixes ####
* Fixed page source potentially blank based on page load timing (Thomas Walpole)
### 1.17.0 ###
#### Features ####

View file

@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/).
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.17.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.17.0)**
(1.18.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.18.0)**
## Getting help ##

View file

@ -2,6 +2,6 @@
module Capybara
module Poltergeist
VERSION = "1.17.0"
VERSION = "1.18.0"
end
end