Skip to content

Releases: zinserjan/wdio-screenshot

v0.6.0

12 May 07:39
Compare
Choose a tag to compare

Breaking Changes

  • Removed shadow from iOS screencaps (#72)

Fixes

  • Removed deprecation warnings (#75)

v0.5.2

26 Feb 15:59
Compare
Choose a tag to compare

Performance

  • speed up screenshot capturing (#69, #70)

v0.5.1

25 Feb 16:01
Compare
Choose a tag to compare

Fixes

  • handle scaled websites for iOS (#65)

v0.5.0

06 Feb 21:22
Compare
Choose a tag to compare

Breaking Changes

  • retina images will be scaled down to viewport size (#61)

Features

  • add support for iOS (#4)

v0.4.0

15 Dec 20:33
Compare
Choose a tag to compare

Breaking Changes

  • Firefox does no longer create full document screenshots by default. That's why we need to stitch them together to get a screenshot of the whole document. This may break existing screenshots. (#49)
  • Drop support of node 0.12 (#44)

v0.3.0

22 Sep 13:46
Compare
Choose a tag to compare
  • fileName is optional for all screenshot methods (#39)

v0.2.3

20 Sep 20:23
Compare
Choose a tag to compare

v0.2.2

16 Sep 21:52
Compare
Choose a tag to compare
  • use !important for style declarations to override any other declarations (#26)
  • use opacity:0 instead of visibility:hidden to make sure that all children are also hidden (#26)

v0.2.1

31 Aug 22:10
Compare
Choose a tag to compare
  • set height of body to documents height to fix incomplete screenshots (#25)

v0.2.0

29 Aug 18:56
Compare
Choose a tag to compare
  • GraphicsMagick is no longer required. wdio-screenshot uses Jimp when GraphicsMagick isn't installed.