Skip to content

Commit aeb784e

Browse files
committed
Version bump. Version follows sematic versioning, keeping parity with elevate-zoom-plus
1 parent b4089cd commit aeb784e

3 files changed

Lines changed: 27 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
<a name="1.0.0"></a>
1+
<a name="1.2.0"></a>
2+
# 1.2.0 (2016-24-August)
3+
4+
+ JS: always update attrImageZoomSrc on ezpModel change (fixes #14)
5+
+ JS: Fixes a bug where updating plugin options leaves an old zoomContainer on the page
6+
+ BUILD: use semantic version, keeping parity with elevate-zoom-plus
7+
+ Update to latest EZP library (v.1.2.0).
28

9+
Fixes from base elevate-zoom-plus (v.1.2.0) library:
10+
+ BOWER: Fixes dependency missing on grunt wiredep
11+
+ DOC: Correcting version in js and link for CDN
12+
+ DOC: Correction option name for lens border 'lensSizeBorder'
13+
+ BUILD: use semantic version, keeping parity with angular-elevate-zoom-plus
14+
15+
<a name="1.1.18d"></a>
316
# 1.1.18d (2016-07-06)
4-
- Fix for zoom container bug. Destroy zoom container if $destroy was too late.
17+
+ Fix for zoom container bug. Destroy zoom container if $destroy was too late.
518

19+
<a name="1.1.18b"></a>
620
# 1.1.18b (2016-17-05)
7-
- Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options
21+
+ Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options
822

23+
<a name="1.1.18a"></a>
924
# 1.1.18a (2016-11-05)
10-
- Dynamic ezpOptions to deeply watch the options object.
25+
+ Dynamic ezpOptions to deeply watch the options object.
1126
Also prevent the options watch from firing the options update on first plugin load
1227

28+
<a name="1.0.0"></a>
1329
# 1.0.0 (2015-28-05)
14-
- build v1.0.1
15-
- Initial commit, it includes bower repository settings.
16-
- Refactor naming.
30+
+ build v1.0.1
31+
+ Initial commit, it includes bower repository settings.
32+
+ Refactor naming.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.18d",
3+
"version": "1.2.0",
44
"author": {
55
"name": "Igor Lino",
66
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"jquery": "~2.1.1",
2929
"angular": "~1.3.4",
30-
"ez-plus": "~1.1.18"
30+
"ez-plus": "~1.2.0"
3131
},
3232
"devDependencies": {
3333
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ez-plus",
3-
"version": "1.1.18d",
3+
"version": "1.2.0",
44
"title": "Angular EZ Plus",
55
"description": "Angular directive for ElevateZoom Plus.",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"jquery": ">=2.1.4",
3434
"angular": "~1.3.4",
35-
"ez-plus": "~1.1.18"
35+
"ez-plus": "~1.2.0"
3636
},
3737
"devDependencies": {
3838
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)