From aeb784e3e3c24312ac0da477e8e5282f0ebf76ee Mon Sep 17 00:00:00 2001 From: Igor Lino Date: Wed, 24 Aug 2016 16:55:09 +0200 Subject: [PATCH] Version bump. Version follows sematic versioning, keeping parity with elevate-zoom-plus --- CHANGELOG.md | 30 +++++++++++++++++++++++------- bower.json | 4 ++-- package.json | 4 ++-- 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6d175..205f824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,32 @@ - + +# 1.2.0 (2016-24-August) + ++ JS: always update attrImageZoomSrc on ezpModel change (fixes #14) ++ JS: Fixes a bug where updating plugin options leaves an old zoomContainer on the page ++ BUILD: use semantic version, keeping parity with elevate-zoom-plus ++ Update to latest EZP library (v.1.2.0). +Fixes from base elevate-zoom-plus (v.1.2.0) library: ++ BOWER: Fixes dependency missing on grunt wiredep ++ DOC: Correcting version in js and link for CDN ++ DOC: Correction option name for lens border 'lensSizeBorder' ++ BUILD: use semantic version, keeping parity with angular-elevate-zoom-plus + + # 1.1.18d (2016-07-06) -- Fix for zoom container bug. Destroy zoom container if $destroy was too late. ++ Fix for zoom container bug. Destroy zoom container if $destroy was too late. + # 1.1.18b (2016-17-05) -- Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options ++ Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options + # 1.1.18a (2016-11-05) -- Dynamic ezpOptions to deeply watch the options object. ++ Dynamic ezpOptions to deeply watch the options object. Also prevent the options watch from firing the options update on first plugin load + # 1.0.0 (2015-28-05) -- build v1.0.1 -- Initial commit, it includes bower repository settings. -- Refactor naming. ++ build v1.0.1 ++ Initial commit, it includes bower repository settings. ++ Refactor naming. diff --git a/bower.json b/bower.json index 91246f5..fc54fc2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ez-plus", - "version": "1.1.18d", + "version": "1.2.0", "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.1.18" + "ez-plus": "~1.2.0" }, "devDependencies": { }, diff --git a/package.json b/package.json index b3fff3d..062b1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ez-plus", - "version": "1.1.18d", + "version": "1.2.0", "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.1.18" + "ez-plus": "~1.2.0" }, "devDependencies": { "grunt": "^0.4.5",