Skip to content

Commit

Permalink
chore: release 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Mar 18, 2021
1 parent 9bd7ada commit 314f0a0
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 18 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.6
* photoviewer - v3.5.7
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand Down
8 changes: 3 additions & 5 deletions dist/photoviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.6
* photoviewer - v3.5.7
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand All @@ -30,12 +30,10 @@
left: -1px;
right: -1px;
bottom: -1px;
background-color: rgba(255, 255, 255, 0.84);
background-color: rgba(255, 255, 255, 0.92);
box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.32);
border-radius: 5px;
border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.64);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: inherit;
overflow: hidden;
}
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.6
* photoviewer - v3.5.7
* 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.6
* photoviewer - v3.5.7
* 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.

8 changes: 3 additions & 5 deletions docs/css/photoviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/
* /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_|
*
* photoviewer - v3.5.6
* photoviewer - v3.5.7
* A JS plugin to view images just like in Windows
* https://nzbin.github.io/photoviewer/
*
Expand All @@ -30,12 +30,10 @@
left: -1px;
right: -1px;
bottom: -1px;
background-color: rgba(255, 255, 255, 0.84);
background-color: rgba(255, 255, 255, 0.92);
box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.32);
border-radius: 5px;
border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.64);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
cursor: inherit;
overflow: hidden;
}
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.6
* photoviewer - v3.5.7
* 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.6",
"version": "3.5.7",
"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 314f0a0

Please sign in to comment.