mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 3.3.0 release
This commit is contained in:
parent
8f365bd35d
commit
4da9195870
2 changed files with 7 additions and 7 deletions
12
History.md
12
History.md
|
@ -1,18 +1,18 @@
|
|||
# Version 3.3.0
|
||||
Release date: unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
* Minimum "supported" `selenium-webdriver` is raised to 3.5.0 (but you really should be using newer than that)
|
||||
Release date: 2018-06-25
|
||||
|
||||
### Added
|
||||
|
||||
* RackTest driver now handles 307/308 redirects
|
||||
* `execute_async_script` can now be called on elements to run the JS in the context of the element
|
||||
* `:download` filter option on `:link' selector
|
||||
* Window#fullscreen
|
||||
* `Window#fullscreen`
|
||||
* `Element#style` and associated matchers
|
||||
|
||||
### Changed
|
||||
|
||||
* Minimum "supported" `selenium-webdriver` is raised to 3.5.0 (but you really should be using newer than that)
|
||||
|
||||
### Fixes
|
||||
|
||||
* Selenium driver with Firefox workaround for clicking on table row - https://github.com/mozilla/geckodriver/issues/1228
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.3.0.dev'
|
||||
VERSION = '3.3.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue