Release notes
*Sourced from [wallaby's releases](https://github.com/keathley/wallaby/releases).*
> ## 0.22
> See CHANGELOG.md for details.
>
> ## 0.21
> See Changelog
Changelog
*Sourced from [wallaby's changelog](https://github.com/keathley/wallaby/blob/master/CHANGELOG.md).*
> ## 0.22.0 (2019-02-26)
>
> ## Improvements
>
> * Add `Query.data` to find by data attributes
> * Add selected conditions to query
> * Add functions for query options
> * Add `visible: any` option to query
> * Handle Safari and Edge stale reference errors
>
> ## Bugfixes
>
> * allow newlines in chrome logs
> * Allow other versions of chromedriver
> * Increase the session store genserver timeout
>
> ## 0.21.0 (2018-11-19)
>
> ### Breaking changes
>
> * Removed `accept_dialogs` and `dismiss_dialogs`.
>
> ### Improvements
>
> * Improved readability of `file_test` failures
> * Allow users to specify the path to the chrome binary
> * Add Query.value and Query.attribute
> * Adds jitter to all http calls
> * Returns better error messages from obscured element responses
> * Option to configure default window size
> * Pretty printing element html
>
> ## Bugfixes
>
> * Chrome takes screenshots correctly if elements are passed to `take_screenshot`.
> * Chrome no longer spits out errors constantly.
> * Find elements that contain single quotes
Commits
- [`01924a7`](https://github.com/keathley/wallaby/commit/01924a7433d23cc94a3a51a0d83515d6c0bc50d2) Bump version
- [`bb78231`](https://github.com/keathley/wallaby/commit/bb78231e68168f4e248e8121fd1bb8012056d650) Update .travis.yaml to include the 3 latest elixir versions ([#414](https://github-redirect.dependabot.com/keathley/wallaby/issues/414))
- [`c554733`](https://github.com/keathley/wallaby/commit/c55473324bcdf0d2c3c76c5da3259b837e27b43e) Handle Safari 11 and Edge 17 stale reference error ([#413](https://github-redirect.dependabot.com/keathley/wallaby/issues/413))
- [`520ba8e`](https://github.com/keathley/wallaby/commit/520ba8e6602d6fe4536b31605700f61c372ca07c) Increase SessionStore.monitor genserver timeout ([#407](https://github-redirect.dependabot.com/keathley/wallaby/issues/407))
- [`4eb1561`](https://github.com/keathley/wallaby/commit/4eb1561e745f81f8bfb556d417fc46c2296245a5) Add visible: any option to query ([#412](https://github-redirect.dependabot.com/keathley/wallaby/issues/412))
- [`b5c4fdf`](https://github.com/keathley/wallaby/commit/b5c4fdf10c9b70801e4c360b142cf328ca2f1499) Add functions for query options ([#411](https://github-redirect.dependabot.com/keathley/wallaby/issues/411))
- [`a5a185c`](https://github.com/keathley/wallaby/commit/a5a185c56fc55025a33da8b1bdc9cefa71164566) Remove false comment about default hackney config ([#405](https://github-redirect.dependabot.com/keathley/wallaby/issues/405))
- [`df73d76`](https://github.com/keathley/wallaby/commit/df73d76f8bd730f4c1840b7aa61282e3607dc67e) Add selected condition to query ([#402](https://github-redirect.dependabot.com/keathley/wallaby/issues/402))
- [`6059a03`](https://github.com/keathley/wallaby/commit/6059a0305f768e9c5f28a80f9d4bb1f823843166) allow other main versions of chromedriver besides 2 ([#403](https://github-redirect.dependabot.com/keathley/wallaby/issues/403))
- [`7710bfb`](https://github.com/keathley/wallaby/commit/7710bfbba8dc4dd03149436405b082fa560dfc2e) Adds Query.data/3 to find by data-attribute ([#401](https://github-redirect.dependabot.com/keathley/wallaby/issues/401))
- Additional commits viewable in [compare view](https://github.com/keathley/wallaby/compare/v0.20.0...0.22)
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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 wallaby from 0.20.0 to 0.22.0.
Release notes
*Sourced from [wallaby's releases](https://github.com/keathley/wallaby/releases).* > ## 0.22 > See CHANGELOG.md for details. > > ## 0.21 > See ChangelogChangelog
*Sourced from [wallaby's changelog](https://github.com/keathley/wallaby/blob/master/CHANGELOG.md).* > ## 0.22.0 (2019-02-26) > > ## Improvements > > * Add `Query.data` to find by data attributes > * Add selected conditions to query > * Add functions for query options > * Add `visible: any` option to query > * Handle Safari and Edge stale reference errors > > ## Bugfixes > > * allow newlines in chrome logs > * Allow other versions of chromedriver > * Increase the session store genserver timeout > > ## 0.21.0 (2018-11-19) > > ### Breaking changes > > * Removed `accept_dialogs` and `dismiss_dialogs`. > > ### Improvements > > * Improved readability of `file_test` failures > * Allow users to specify the path to the chrome binary > * Add Query.value and Query.attribute > * Adds jitter to all http calls > * Returns better error messages from obscured element responses > * Option to configure default window size > * Pretty printing element html > > ## Bugfixes > > * Chrome takes screenshots correctly if elements are passed to `take_screenshot`. > * Chrome no longer spits out errors constantly. > * Find elements that contain single quotesCommits
- [`01924a7`](https://github.com/keathley/wallaby/commit/01924a7433d23cc94a3a51a0d83515d6c0bc50d2) Bump version - [`bb78231`](https://github.com/keathley/wallaby/commit/bb78231e68168f4e248e8121fd1bb8012056d650) Update .travis.yaml to include the 3 latest elixir versions ([#414](https://github-redirect.dependabot.com/keathley/wallaby/issues/414)) - [`c554733`](https://github.com/keathley/wallaby/commit/c55473324bcdf0d2c3c76c5da3259b837e27b43e) Handle Safari 11 and Edge 17 stale reference error ([#413](https://github-redirect.dependabot.com/keathley/wallaby/issues/413)) - [`520ba8e`](https://github.com/keathley/wallaby/commit/520ba8e6602d6fe4536b31605700f61c372ca07c) Increase SessionStore.monitor genserver timeout ([#407](https://github-redirect.dependabot.com/keathley/wallaby/issues/407)) - [`4eb1561`](https://github.com/keathley/wallaby/commit/4eb1561e745f81f8bfb556d417fc46c2296245a5) Add visible: any option to query ([#412](https://github-redirect.dependabot.com/keathley/wallaby/issues/412)) - [`b5c4fdf`](https://github.com/keathley/wallaby/commit/b5c4fdf10c9b70801e4c360b142cf328ca2f1499) Add functions for query options ([#411](https://github-redirect.dependabot.com/keathley/wallaby/issues/411)) - [`a5a185c`](https://github.com/keathley/wallaby/commit/a5a185c56fc55025a33da8b1bdc9cefa71164566) Remove false comment about default hackney config ([#405](https://github-redirect.dependabot.com/keathley/wallaby/issues/405)) - [`df73d76`](https://github.com/keathley/wallaby/commit/df73d76f8bd730f4c1840b7aa61282e3607dc67e) Add selected condition to query ([#402](https://github-redirect.dependabot.com/keathley/wallaby/issues/402)) - [`6059a03`](https://github.com/keathley/wallaby/commit/6059a0305f768e9c5f28a80f9d4bb1f823843166) allow other main versions of chromedriver besides 2 ([#403](https://github-redirect.dependabot.com/keathley/wallaby/issues/403)) - [`7710bfb`](https://github.com/keathley/wallaby/commit/7710bfbba8dc4dd03149436405b082fa560dfc2e) Adds Query.data/3 to find by data-attribute ([#401](https://github-redirect.dependabot.com/keathley/wallaby/issues/401)) - Additional commits viewable in [compare view](https://github.com/keathley/wallaby/compare/v0.20.0...0.22)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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.