Skip to content

Commit

Permalink
Release update
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlino committed Nov 27, 2017
1 parent 8770a67 commit de435c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.2.2"></a>
# 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)


<a name="1.2.1"></a>
# 1.2.1 (2017-06-March)

Expand Down
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.2.1",
"version": "1.2.2",
"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.2.1"
"ez-plus": "~1.2.2"
},
"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.2.1",
"version": "1.2.2",
"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.2.1"
"ez-plus": "~1.2.2"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit de435c2

Please sign in to comment.