From 55e0fd2a74c1ccb020d5d9a511668eb180d1e5e8 Mon Sep 17 00:00:00 2001 From: Robert Soly Date: Thu, 16 Mar 2017 22:21:08 +0000 Subject: [PATCH] Cleanup formatting in History.md --- History.md | 80 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 63 insertions(+), 17 deletions(-) diff --git a/History.md b/History.md index 99f768b5..2fd5fcdb 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,5 @@ -#Version 2.13.0 +# Version 2.13.0 + Release date: 2017-03-16 ### Added @@ -7,16 +8,19 @@ Release date: 2017-03-16 * rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole] * Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole] -### Foxed +### Fixed + * Editing of content editable children with selenium -#Version 2.12.1 +# Version 2.12.1 + Release date: 2017-02-16 ### Fixed * Disable lazy Capybara::Results evaluation for JRuby due to ongoing issues -#Version 2.12.0 +# Version 2.12.0 + Release date: 2017-01-22 ### Added @@ -35,6 +39,7 @@ Release date: 2017-01-22 * `within_element` as an alias of `within` due to RSpec collision ### Fixed + * Fields inside a disabled fieldset are now correctly considered disabled - Issue #1816 [Thomas Walpole] * Lazy Capybara::Results evaluation enabled for JRuby 9.1.6.0+ * A driver returning nil for #current_url won't raise an exception when calling #current_path [Dylan Reichstadt] @@ -42,10 +47,12 @@ Release date: 2017-01-22 * RackTest driver no longer modifies the text content of textarea elements in order to behave more like a real browser [Thomas Walpole] * TextQuery (assert_text/have_text/etc) now ignores errors when trying to generate more helpful errors messages so the original error isn't hidden [Thomas Walpole] -#Version 2.11.0 +# Version 2.11.0 + Release date: 2016-12-05 ### Added + * Options for clearing session/local storage on reset added to the Selenium driver * Window size changes wait for the size to stabilize * Defined return value for most actions @@ -54,17 +61,21 @@ Release date: 2016-12-05 * Capybara::Result#each now returns an `Enumerator` when called without a block - Issue #1777 [Thomas Walpole] ### Fixed + * Selenium driver with Chrome should support multiple file upload [Thomas Walpole] * Fix visible: :hidden with :text option behavior [Thomas Walpole] -#Version 2.10.2 +# Version 2.10.2 + Release date: 2016-11-30 ### Fixed + * 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] -#Version 2.10.1 +# Version 2.10.1 + Release date: 2016-10-08 ### Fixed @@ -72,52 +83,64 @@ Release date: 2016-10-08 * Capybara::Result optimization disabled in JRuby due to issue with lazy enumerator evaluation [Thomas Walpole] See: https://github.com/jruby/jruby/issues/4212 -#Version 2.10.0 +# Version 2.10.0 + Release date: 2016-10-05 ### Added + * Select `