Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Releases: gemini-testing/gemini

0.12.8

29 Jul 13:20
Compare
Choose a tag to compare
  • Correctly restore window size when setWindowSize is called in before
    callback (@SevInf).

0.12.7

29 Jul 13:19
Compare
Choose a tag to compare
  • Correctly calculate element position if WebDriver returns screenshot thinner
    then document (@SevInf).

0.12.6

15 Jul 12:51
Compare
Choose a tag to compare
  • More clear error when capture are is hidden (@hatroman).
  • Mouse cursor is moved to (0,0) before the first test (@j0tunn).

0.12.5

28 May 12:54
Compare
Choose a tag to compare

Republish 0.12.4 due to another npm bug.

0.12.4

28 May 12:39
Compare
Choose a tag to compare
  • Fix calibration to work in Chrome 43+ (@SevInf).
  • Original window size is restored after suite with
    setWindowSize action is finished (@Scff).
  • windowSize option is ignored in Opera Presto browsers (@SevInf).

0.12.3

28 May 12:18
Compare
Choose a tag to compare
  • Sizzle: work with selectors ending with space (@SevInf).

0.12.2

19 May 13:02
Compare
Choose a tag to compare
  • Fix client bridge script injection (@SevInf).

0.12.1

19 May 13:01
Compare
Choose a tag to compare

CRITICAL BUG WAS INTRODUCED IN THIS VERSION.
Version was deleted from npm, use 0.12.2 instead.

  • If CSS3 selectors are not supported by particular browser,
    Sizzle.js will be used for
    all queries in that browser (@SevInf).
  • Coverage now correctly detects intersection of the elements
    and capture area (@Scff).

0.12.0

12 May 12:35
Compare
Choose a tag to compare
  • When capturing element is visible compltely in the viewport do not scroll to
    element's location while taking the screenshot (@Scff).

0.11.5

30 Apr 14:51
Compare
Choose a tag to compare
  • Fix calibration in IE8 and add functional tests for it (@SevInf).