Capybara v3.10.0 Release Notes

  • ๐Ÿš€ Release date: 2018-10-23

    โž• Added

    • :class filter can now check for class names starting with !
    • Selector xpath/css expression definitions will get filter names from block parameters if not explicitly provided
    • any_of_selectors assertions and matchers to complement all_of_selectors and none_of_selectors

    ๐Ÿ›  Fixed

    • Selector css expression definiton declared filters now work again
    • โš  Cleaned up warnings [Yuji Yaginuma]
    • โช Workaround installation of rspec matcher proxies under jruby by reverting to the old solution not using prepend, so jruby bugs are not hit - Issue #2115