Update History [ci skip]

This commit is contained in:
Thomas Walpole 2015-12-22 10:20:07 -08:00
parent dcefe3e95d
commit 9d139b389a
1 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,19 @@
#Version 2.6.0
Relase date: unreleased
### Fixed
* Capybara::RackTest::Form no longer overrides Object#method [David Rodriguez]
* options and with_options filter for :select selector have more intuitive visibility behavior [Nathan]
* Test for nested modal API method support [Tom Walpole]
### Added
* xfeature and ffeature aliases added when using RSpec [Filip Bartuzi]
* Selenium driver supports a :clear option to #set to handle different strategies for clearing a field [Tom Walpole]
* Support the use of rack 2.0 with the rack_test driver [Travis Grathwell, Tom Walpole]
* Disabled option for default selectors now supports true, false, or :all [Jillian Rosile, Tom Walpole]
* Modal API methods now default wait time to Capybara.max_default_wait_time [Tom Walpole]
# Version 2.5.0
Release date: 2015-08-25