Skip to content

Commit

Permalink
Prepare for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 25, 2018
1 parent 8f365bd commit 4da9195
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.3.0.dev'
VERSION = '3.3.0'
end

0 comments on commit 4da9195

Please sign in to comment.