From 992ce302b476f3b09dc3d88afbcd3afb02fe588b Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sat, 25 Jan 2020 09:22:15 -0800 Subject: [PATCH] Update History.md [ci skip] --- History.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 6e1c804b..469ed9a1 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,10 @@ -# Version 3.30.1 +# Version 3.31.0 Release date: unreleased -* Support setting `` elements with the selenium driver - +* Support setting range inputs with the selenium driver [Andrew White] +* Support setting range inputs with the rack driver +* Support drop modifier keys in drag & drop with selenium driver [Elliot Crosby-McCullough] +* `enabled_options` and `disabled options` filters for select selector * Fix Ruby 2.7 deprecation notices around keyword arguments. I have tried to do this without any breaking changes, but due to the nature of the 2.7 changes and some selector types accepting Hashes as locators there are a lot of edge cases. If you find any broken cases please report