1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2020-01-25 09:22:15 -08:00
parent 3d6e491382
commit 992ce302b4

View file

@ -1,8 +1,10 @@
# Version 3.30.1
# Version 3.31.0
Release date: unreleased
* Support setting `<input type="range">` 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