Skip to content

Commit bfddea8

Browse files
Christopher KeathleyChristopher Keathley
Christopher Keathley
authored and
Christopher Keathley
committed
Bump version
1 parent d2763c5 commit bfddea8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.21.0 (pending)
1+
## 0.22.0 (pending)
2+
3+
## 0.21.0 (2018-11-19)
24

35
### Breaking changes
46

@@ -8,10 +10,17 @@
810

911
* Improved readability of `file_test` failures
1012
* Allow users to specify the path to the chrome binary
13+
* Add Query.value and Query.attribute
14+
* Adds jitter to all http calls
15+
* Returns better error messages from obscured element responses
16+
* Option to configure default window size
17+
* Pretty printing element html
1118

1219
## Bugfixes
1320

1421
* Chrome takes screenshots correctly if elements are passed to `take_screenshot`.
22+
* Chrome no longer spits out errors constantly.
23+
* Find elements that contain single quotes
1524

1625
## 0.20.0 (2018-04-11)
1726

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You will also want to add `phoenix_ecto` as a dependency to `MyWebApp`:
203203

204204
def deps do
205205
[
206-
{:wallaby, "~> 0.20", only: :test},
206+
{:wallaby, "~> 0.21", only: :test},
207207
{:phoenix_ecto, "~> 3.0", only: :test}
208208
]
209209
end

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Wallaby.Mixfile do
22
use Mix.Project
33

4-
@version "0.20.0"
4+
@version "0.21.0"
55
@drivers ~w(phantom selenium chrome)
66
@selected_driver System.get_env("WALLABY_DRIVER")
77
@maintainers [

0 commit comments

Comments
 (0)