* App exceptions with multiple parameter initializers now re-raised correctly - Issue 1785 [Michael Lutsiuk] * Use Addressable::URI when parsing current_path since it's more lenient of technically invalid URLs - Issue 1801 [Marcos Duque, Thomas Walpole]
2.10.1
Release date: 2016-10-08
Fixed * App errors are now correctly raised with the explanatory cause in JRuby [Thomas Walpole] * Capybara::Result optimization disabled in JRuby due to issue with lazy enumerator evaluation [Thomas Walpole] See: https://github.com/jruby/jruby/issues/4212
2.10.0
Release date: 2016-10-05
Added
* Select `<button>` elements with descendant images with `alt` attributes matching the locator [Ian Lesperance] * Locator string is optional in selector based matchers [Thomas Walpole] * Selectors can specify their default visible setting [Thomas Walpole] * Selector based finders and matchers can be passed a block to filter the results within the retry behavior [Thomas Walpole]
2.9.2
Release date: 2016-09-29
Fixed
* :label built-in selector finds nested label/control by control id if the label has no 'for' attribute [Thomas Walpole] * Warning issued if an unknown selector type is specified [Thomas Walpole]
2.9.1
Release date: 2016-09-23
Fixed
* allow_label_click option did not work in some cases with Poltergeist - Issue 1762 [Thomas Walpole] * matches_selector? should have access to all of a selectors options except the count options [Thomas Walpole]
2.9.0
Release date: 2016-09-19
Fixed
* Issue with rack-test driver and obselete mime-types when using `attach_file` - Issue 1756 [Thomas Walpole]
Added
* `:class` option to many of the built-in selectors [Thomas Walpole] * Removed need to specify value when creating `:boolean` filter type in custom selectors [Thomas Walpole] * Filters can now be implemented through the XPath/CSS expressions in custom selectors [Thomas Walpole] * `Elementmatches_xpath?` and `Elementmatches_css?` [Thomas Walpole]