Skip to content

Bump capybara from 3.12.0 to 3.13.0

NipaNipa requested to merge dependabot/bundler/capybara-3.13.0 into master

Bumps capybara from 3.12.0 to 3.13.0.

Changelog

Sourced from capybara's changelog.

Version 3.13.0

Release date: 2019-01-23

Added

  • Session#quit added
  • #scroll_to added to allow scrolling page/elements to specified locations
  • Speed optimizations around multiple element location and path generation when using the Selenium driver
  • Support for locator type checking in custom selectors
  • Allow configuration of gumbo use - defaults to off
  • assert_style/has_style/have_style depreacted in favor of assert_matches_style/matches_styles?/match_style
  • :style filter added to selectors
Commits
  • 05c23c8 Update README for release version [ci skip]
  • d28a0d7 Prepare for 3.13.0 release
  • 3776a45 Update History [ci skip]
  • 3293bb8 Add link to README [ci skip]
  • cdc5a53 Update README.md [ci skip]
  • 733b052 Change gumbo usage default to be false
  • b276b27 Cleanup and timing changes
  • 0fe411a Add Session#quit
  • 9ce269c Use find hints to optimize Selenium style filter
  • c5f5188 Update History.md [ci skip]
  • Additional commits viewable in compare view

Merge request reports