From de435c2fb76d9ca8608062c83078eb5711ee9fb4 Mon Sep 17 00:00:00 2001 From: Igor Lino Date: Mon, 27 Nov 2017 20:32:15 +0100 Subject: [PATCH] Release update --- CHANGELOG.md | 11 +++++++++++ bower.json | 4 ++-- package.json | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5156577..3b02948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 1.2.2 (2017-27-November) + +Fixes from base elevate-zoom-plus (v.1.2.2) library: ++ CORE: lots and lots of code quality improvements (thnxs Gregor Adams !!!) ++ FEATURE: add option to gallery swap event (thnxs shrpne) ++ FEATURE: added custom zoomContainer (thnxs David Rosendo) ++ FIX: properly remove event handlers on destroy (thxs shrpne) ++ FIX: IE 11 compatibility (thnxs Michael Thessel) + + # 1.2.1 (2017-06-March) diff --git a/bower.json b/bower.json index 1ed5ee9..02f05da 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ez-plus", - "version": "1.2.1", + "version": "1.2.2", "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.1" + "ez-plus": "~1.2.2" }, "devDependencies": { }, diff --git a/package.json b/package.json index 4140caa..7f8e533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ez-plus", - "version": "1.2.1", + "version": "1.2.2", "title": "Angular EZ Plus", "description": "Angular directive for ElevateZoom Plus.", "keywords": [ @@ -32,7 +32,7 @@ "dependencies": { "jquery": ">=2.1.4", "angular": "~1.3.4", - "ez-plus": "~1.2.1" + "ez-plus": "~1.2.2" }, "devDependencies": { "grunt": "^0.4.5",