Skip to content

Latest commit

 

History

History
141 lines (63 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

141 lines (63 loc) · 5.77 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2024-04-08)

Features

  • add nativeElementsSize options (56a7091)

2.0.0 (2023-03-24)

⚠ BREAKING CHANGES

  • node versions less than 16.0.0 are no longer supported

Features

  • drop node versions less than 16 (aa087c9)
  • switch from pngjs to sharp (8e8c389)

1.0.0 (2022-09-19)

⚠ BREAKING CHANGES

  • drop support for hermione@3

Features

  • migrate to webdriverio@7 (6de8d7f)

0.4.6 (2022-02-28)

Bug Fixes

  • do not remove body if it does not exist on the page (7394a2e)

0.4.5 (2021-12-03)

Features

  • support screenshot cropping for safari15 (6be0f85)

0.4.4 (2021-10-05)

Bug Fixes

  • change ctx to web before each test execution (6829051)

0.4.3 (2021-09-22)

Bug Fixes

  • tap on first element in click command (0de9018)

0.4.2 (2021-08-13)

Features

  • click in facke input to hide caret (ce4f41e)

0.4.1 (2021-03-07)

Bug Fixes

  • wrap "takeScreenshot" instead "screenshot" with wdio@7 (65e9dba)

0.4.0 (2021-03-05)

Features

  • ability to work correctly with wdio@7 inside hermione (96252ed)

0.3.6 (2021-02-16)

Bug Fixes

  • screenshot: calc "width" crop coord using min value between webview and body width (94245b7)

0.3.5 (2021-02-15)

Bug Fixes

  • screenshot: set "left" and "top" crop coords to zero when they are negative (50db9ee)

0.3.4 (2020-09-23)

Features

  • add "deviceClickBack" command (f9a4d3c)

0.3.3 (2020-09-22)

Features

  • add "click" command replacer (1f96518)

0.3.2 (2020-09-21)

Bug Fixes

  • bug with unable to tap on first found element (7a0440a)

0.3.1 (2020-06-26)

0.3.0 (2020-06-23)

Features

  • add "screenshot" wrapper to correctly screen web elements (e215ef2)

0.2.0 (2020-06-22)

Features

  • add wrapper over "url" in order to wait until the page is completely open (1c9a595)

0.1.0 (2020-06-08)

Features

0.0.2 (2020-05-31)