From e26f42ed306ee94d69cb072a97d4b8f8d6f0c129 Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Thu, 19 Mar 2015 20:01:32 +0300 Subject: [PATCH] v0.10.0-beta.1 --- CHANGELOG.md | 14 ++++++++++++-- package.json | 5 ++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee5ce524..053bd7432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog -## Dev - +## 0.10-beta.1 - 2015-03-19 + +* Basic support for IE8 browser (@SevInf). + This change required a large rewrite of the all client-side + scripts which can cause some breaking changes. For example, + bounds of a capture region are calculated more precisely now. + You'll probably need to re-gather your screenshots. +* Calibration now correctly works in IE9 (@SevInf). +* Added an option `referenceImageAbsence` (@hatroman). + This option allows to change default behaviour of the tests + to produce the warning if there is no reference image. + Default behaviour is still the test failure. * Re-add `tolerance` setting, which now sets max allowed CIEDE2000 difference between image colors. It is now configurable on 3 levels: diff --git a/package.json b/package.json index 2b86ad586..a6d2fab47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.9.8", + "version": "0.10.0-beta.1", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini" @@ -50,6 +50,9 @@ "type": "git", "url": "https://github.com/bem/gemini.git" }, + "publishConfig": { + "tag": "prerelease" + }, "keywords": [ "test", "testing",