From 3171d464659ed805bd2be7f0ef7c74b742b27738 Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Mon, 18 May 2015 17:55:19 +0300 Subject: [PATCH] 0.12.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a57b3f46..03a44fa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 879c9f6fe..1c4e56b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.12.0", + "version": "0.12.1", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini"