Skip to content

Commit

Permalink
Version bump. Version follows sematic versioning, keeping parity with…
Browse files Browse the repository at this point in the history
… elevate-zoom-plus
  • Loading branch information
ceilino committed Aug 24, 2016
1 parent b4089cd commit aeb784e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
<a name="1.0.0"></a>
<a name="1.2.0"></a>
# 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

<a name="1.1.18d"></a>
# 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.

<a name="1.1.18b"></a>
# 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

<a name="1.1.18a"></a>
# 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

<a name="1.0.0"></a>
# 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.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"ez-plus": "~1.1.18"
"ez-plus": "~1.2.0"
},
"devDependencies": {
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit aeb784e

Please sign in to comment.