Changelog
*Sourced from [capybara's changelog](https://github.com/teamcapybara/capybara/blob/master/History.md).*
> # 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
>
> # Version 3.12.0
> Release date: 2018-11-28
>
> ### Added
>
> * Support Ruby 2.6 endless range in Result#[] and query `:between` option
> * Pre-registered headless firefox driver :selenium_headless [Andrew Havens]
> * Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration
>
> ### Fixed
>
> * Raise error if only :x or :y are passed as an offset to click methods
>
> ### Removed
>
> * Support for RSpec < 3.5
>
> # Version 3.11.1
> Release date: 2018-11-16
>
> ### Fixed
>
> * Fixed :link_or_button XPath generation when it has had an expression filter added
>
> # Version 3.11.0
> Release date: 2018-11-14
>
> ### Added
>
> * Ability for node filters to set detailed error messages
> * `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed
> * `Selector#locator_filter` added to allow for dynamic locator in selectors
>
> ### Fixed
>
> * Node filters are evaluated in the context of the Selector they are used in to ensure the correct options are used
>
> ... (truncated)
Commits
- [`05c23c8`](https://github.com/teamcapybara/capybara/commit/05c23c844d2996c36f970ca595e46eaa34373b02) Update README for release version [ci skip]
- [`d28a0d7`](https://github.com/teamcapybara/capybara/commit/d28a0d78668e930b069332ed58dc0cb760940d86) Prepare for 3.13.0 release
- [`3776a45`](https://github.com/teamcapybara/capybara/commit/3776a450c91907f2cdbfd170748bcb0679ccf68f) Update History [ci skip]
- [`3293bb8`](https://github.com/teamcapybara/capybara/commit/3293bb87d56e0d94c718976c19e516b9618cdeb9) Add link to README [ci skip]
- [`cdc5a53`](https://github.com/teamcapybara/capybara/commit/cdc5a53ffd2379448f000bbdd2842b605424cbf3) Update README.md [ci skip]
- [`733b052`](https://github.com/teamcapybara/capybara/commit/733b052f7465f174392d164f675f24fea14387e3) Change gumbo usage default to be false
- [`b276b27`](https://github.com/teamcapybara/capybara/commit/b276b27a8f1e9b53b7409699ab97d156f6780848) Cleanup and timing changes
- [`0fe411a`](https://github.com/teamcapybara/capybara/commit/0fe411a6dadf5028c12560ce77b43358ad1a019f) Add Session#quit
- [`9ce269c`](https://github.com/teamcapybara/capybara/commit/9ce269c3ba0476d028ca02cc2a71885cb138f563) Use find hints to optimize Selenium style filter
- [`c5f5188`](https://github.com/teamcapybara/capybara/commit/c5f518880ce06f54bdad15b25737d979c8819161) Update History.md [ci skip]
- Additional commits viewable in [compare view](https://github.com/teamcapybara/capybara/compare/3.9.0...3.13.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps capybara from 3.9.0 to 3.13.0.
Changelog
*Sourced from [capybara's changelog](https://github.com/teamcapybara/capybara/blob/master/History.md).* > # 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 > > # Version 3.12.0 > Release date: 2018-11-28 > > ### Added > > * Support Ruby 2.6 endless range in Result#[] and query `:between` option > * Pre-registered headless firefox driver :selenium_headless [Andrew Havens] > * Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration > > ### Fixed > > * Raise error if only :x or :y are passed as an offset to click methods > > ### Removed > > * Support for RSpec < 3.5 > > # Version 3.11.1 > Release date: 2018-11-16 > > ### Fixed > > * Fixed :link_or_button XPath generation when it has had an expression filter added > > # Version 3.11.0 > Release date: 2018-11-14 > > ### Added > > * Ability for node filters to set detailed error messages > * `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed > * `Selector#locator_filter` added to allow for dynamic locator in selectors > > ### Fixed > > * Node filters are evaluated in the context of the Selector they are used in to ensure the correct options are used > > ... (truncated)Commits
- [`05c23c8`](https://github.com/teamcapybara/capybara/commit/05c23c844d2996c36f970ca595e46eaa34373b02) Update README for release version [ci skip] - [`d28a0d7`](https://github.com/teamcapybara/capybara/commit/d28a0d78668e930b069332ed58dc0cb760940d86) Prepare for 3.13.0 release - [`3776a45`](https://github.com/teamcapybara/capybara/commit/3776a450c91907f2cdbfd170748bcb0679ccf68f) Update History [ci skip] - [`3293bb8`](https://github.com/teamcapybara/capybara/commit/3293bb87d56e0d94c718976c19e516b9618cdeb9) Add link to README [ci skip] - [`cdc5a53`](https://github.com/teamcapybara/capybara/commit/cdc5a53ffd2379448f000bbdd2842b605424cbf3) Update README.md [ci skip] - [`733b052`](https://github.com/teamcapybara/capybara/commit/733b052f7465f174392d164f675f24fea14387e3) Change gumbo usage default to be false - [`b276b27`](https://github.com/teamcapybara/capybara/commit/b276b27a8f1e9b53b7409699ab97d156f6780848) Cleanup and timing changes - [`0fe411a`](https://github.com/teamcapybara/capybara/commit/0fe411a6dadf5028c12560ce77b43358ad1a019f) Add Session#quit - [`9ce269c`](https://github.com/teamcapybara/capybara/commit/9ce269c3ba0476d028ca02cc2a71885cb138f563) Use find hints to optimize Selenium style filter - [`c5f5188`](https://github.com/teamcapybara/capybara/commit/c5f518880ce06f54bdad15b25737d979c8819161) Update History.md [ci skip] - Additional commits viewable in [compare view](https://github.com/teamcapybara/capybara/compare/3.9.0...3.13.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.