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

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed May 18, 2015
1 parent 2ea871a commit 3171d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.12.1 - 2015-05-18

* If CSS3 selectors are not supported by particular browser,
[Sizzle.js](https://github.com/jquery/sizzle) 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 - 2015-05-07

* When capturing element is visible compltely in the viewport do not scroll to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "0.12.0",
"version": "0.12.1",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit 3171d46

Please sign in to comment.