Capybara v3.31.0 Release Notes

Release Date: 2020-01-26 // about 4 years ago
  • ๐Ÿš€ Release date: 2020-01-26

    โž• Added

    • ๐Ÿ‘Œ 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 [Elliot Crosby-McCullough]
    • enabled_options and disabled options filters for select selector
    • ๐Ÿ‘Œ Support beginless ranges
    • ๐Ÿšš Optionally allow all results to be reloaded when stable - Beta feature - may be removed in future version if problems occur

    ๐Ÿ›  Fixed

    • ๐Ÿ›  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 them and I'll see if they're fixable.
    • โœ… Clicking on details/summary element behavior in rack_test driver_