From 8770a67adc26c57a3690c5d79f06d5a2123bb062 Mon Sep 17 00:00:00 2001 From: Igor Lino Date: Mon, 6 Mar 2017 12:39:13 +0100 Subject: [PATCH] Version bump for release. Update ezp version in the demo index --- CHANGELOG.md | 20 ++++++++++++++++++++ bower.json | 4 ++-- demo/index.html | 14 +++++++------- package.json | 4 ++-- 4 files changed, 31 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 205f824..5156577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# 1.2.1 (2017-06-March) + ++JS: Fix for ezpModel watching + +Fixes from base elevate-zoom-plus (v.1.2.1) library: ++ NPM: Fixes delayed version ++ NPM: Add main property to package.json to support vanilla require statement ++ CORE: add a update left ++ CORE: use a function to change the offset in new container ++ CORE: added lens override for window width to 0 (default value can create unwanted scroll on mobile devices); ++ CORE: tint image src changed to thumbnail src instead of zoom image src ++ CORE: fixed lensColour tint override to 'transparent' instead of 'none'; ++ CORE: style reformated and removed duplicate rules applied in getWindowLensStyle(); ++ CORE: added missing cursor rule for lens type. ++ CORE: fixed lens and inner zoom not working for touchmove action; ++ CORE: added lensColour as background-color to lens style; ++ CORE: style rules reformat; ++ CORE: isInteger IE fix + # 1.2.0 (2016-24-August) diff --git a/bower.json b/bower.json index fc54fc2..1ed5ee9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ez-plus", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Igor Lino", "url": "http://igorlino.github.io/angular-elevatezoom-plus/" @@ -27,7 +27,7 @@ "dependencies": { "jquery": "~2.1.1", "angular": "~1.3.4", - "ez-plus": "~1.2.0" + "ez-plus": "~1.2.1" }, "devDependencies": { }, diff --git a/demo/index.html b/demo/index.html index 53d6189..8a99e12 100644 --- a/demo/index.html +++ b/demo/index.html @@ -28,7 +28,7 @@ - + @@ -46,10 +46,10 @@ @@ -57,8 +57,8 @@ ^ - - + + =2.1.4", "angular": "~1.3.4", - "ez-plus": "~1.2.0" + "ez-plus": "~1.2.1" }, "devDependencies": { "grunt": "^0.4.5",