Skip to content

Commit

Permalink
Release update.
Browse files Browse the repository at this point in the history
Update documentation.
  • Loading branch information
igorlino committed Nov 27, 2017
1 parent b689b0c commit 537e0de
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 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)

+ 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-03-March)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.2.1",
"version": "1.2.2",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"author": {
"name": "Igor Lino",
Expand Down
6 changes: 6 additions & 0 deletions demo/api.htm
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ <h1>Configuration Options</h1>
the image
</td>
</tr>
<tr>
<td>container</td>
<td>ZoomContainer</td>
<td>CSS class for the zoom container
</td>
</tr>
<tr>
<td>lensColour</td>
<td>white</td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ez-plus",
"main": "src/jquery.ez-plus.js",
"title": "EZ Plus",
"version": "1.2.1",
"version": "1.2.2",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
Expand Down

0 comments on commit 537e0de

Please sign in to comment.