Skip to content

Commit

Permalink
chore: release 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Apr 6, 2021
1 parent 62538c7 commit b734303
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/photoviewer.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down
4 changes: 3 additions & 1 deletion dist/photoviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down Expand Up @@ -161,6 +161,8 @@
.photoviewer-image {
position: absolute;
display: inline-block;
min-width: auto;
max-width: none;
}

.photoviewer-image.image-ready {
Expand Down
2 changes: 1 addition & 1 deletion dist/photoviewer.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/photoviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down
4 changes: 2 additions & 2 deletions dist/photoviewer.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/photoviewer.min.js

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

4 changes: 3 additions & 1 deletion docs/css/photoviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down Expand Up @@ -161,6 +161,8 @@
.photoviewer-image {
position: absolute;
display: inline-block;
min-width: auto;
max-width: none;
}

.photoviewer-image.image-ready {
Expand Down
2 changes: 1 addition & 1 deletion docs/js/photoviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.7
* photoviewer - v3.5.8
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photoviewer",
"version": "3.5.7",
"version": "3.5.8",
"description": "A JS plugin to view images just like in Windows",
"main": "dist/photoviewer.common.js",
"module": "dist/photoviewer.esm.js",
Expand Down

0 comments on commit b734303

Please sign in to comment.