mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Prepare for 1.13.0 release [ci skip]
This commit is contained in:
parent
ef90e65b79
commit
786733ec3a
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
### 1.13.0 ###
|
||||
|
||||
#### Features ####
|
||||
* Driver#evaluate_script/#execute_script accept parameters to be passed to the functions executed (Thomas Walpole)
|
||||
|
||||
#### Bug Fixes ####
|
||||
* Node#send_keys now generates the correct key events when using the :Ctrl key and supports more of the Capybara specified key symbols (Thomas Walpole)
|
||||
* No longer clear local storage if local storage doesn't exist (Thomas Walpole)
|
||||
* Form fields that should be disabled in disabled fieldsets are now considered disabled (Thomas Walpole)
|
||||
|
||||
### 1.12.0 ###
|
||||
|
||||
#### Features ####
|
||||
|
@ -8,6 +18,7 @@
|
|||
* Fixed memory leak in Capybara::Poltergeist::Client (Tony Novak)[Issue #817]
|
||||
* Driver#evaluate_script no longer has a side effect of setting global browser variable 'result' (Thomas Walpole)
|
||||
|
||||
|
||||
### 1.11.0 ###
|
||||
|
||||
#### Features ####
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Capybara
|
||||
module Poltergeist
|
||||
VERSION = "1.12.0"
|
||||
VERSION = "1.13.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue