Skip to content

Commit

Permalink
chore(release): v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 30, 2018
1 parent c19eae6 commit 5e539ee
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.magnify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.magnify.css.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/jquery.magnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify - v1.4.0
* jquery.magnify - v1.4.1
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
Expand Down Expand Up @@ -970,6 +970,8 @@ Magnify.prototype = {

// Reset image
this.$image.removeAttr('style').attr('src', '');
this.isRotated = false;
this.rotateAngle = 0;

if (this.options.initAnimation && !this.options.progressiveLoading) {
this.$image.hide();
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.magnify.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.magnify.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/jquery.magnify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/jquery.magnify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/js/jquery.magnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify - v1.4.0
* jquery.magnify - v1.4.1
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
Expand Down Expand Up @@ -970,6 +970,8 @@ Magnify.prototype = {

// Reset image
this.$image.removeAttr('style').attr('src', '');
this.isRotated = false;
this.rotateAngle = 0;

if (this.options.initAnimation && !this.options.progressiveLoading) {
this.$image.hide();
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": "jquery.magnify",
"version": "1.4.0",
"version": "1.4.1",
"description": "A jQuery plugin to view images just like in Windows",
"main": "magnify.js",
"homepage": "https://github.com/nzbin/magnify#readme",
Expand All @@ -24,7 +24,7 @@
"resizable",
"zoomable",
"image-gallery",
"photoviewer"
"photoviewer"
],
"bugs": {
"url": "https://github.com/nzbin/magnify/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/js/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify - v1.4.0
* jquery.magnify - v1.4.1
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
Expand Down
2 changes: 1 addition & 1 deletion src/sass/magnify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* | | | | _ | \_/ | |\ |_| |_| | | |
* |__| |__|__| |__|\____/|_|__| \__|_____|__| |__|
*
* jquery.magnify - v1.4.0
* jquery.magnify - v1.4.1
* A jQuery plugin to view images just like in windows
* https://github.com/nzbin/magnify#readme
*
Expand Down

0 comments on commit 5e539ee

Please sign in to comment.