Skip to content

Commit

Permalink
build: release 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Feb 13, 2022
1 parent bf33a55 commit adc7647
Show file tree
Hide file tree
Showing 12 changed files with 1,251 additions and 1,077 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## next
## 1.10.4 (Feb 13, 2022)

- Use legacy color function notation (#529).
- Use legacy color function notation for better compatibility (#529).

## 1.10.3 (Feb 2, 2022)

Expand Down
4 changes: 2 additions & 2 deletions dist/viewer.common.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Viewer.js v1.10.3
* Viewer.js v1.10.4
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-02-02T05:15:01.702Z
* Date: 2022-02-13T08:40:00.127Z
*/

'use strict';
Expand Down
25 changes: 13 additions & 12 deletions dist/viewer.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Viewer.js v1.10.3
* Viewer.js v1.10.4
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-02-02T05:14:59.271Z
* Date: 2022-02-13T08:39:57.620Z
*/

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
Expand Down Expand Up @@ -101,7 +101,8 @@
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
touch-action: none;
-ms-touch-action: none;
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -158,7 +159,7 @@
}

.viewer-navbar {
background-color: rgb(0 0 0 / 50%);
background-color: rgba(0, 0, 0, 50%);
overflow: hidden;
}

Expand Down Expand Up @@ -240,7 +241,7 @@
}

.viewer-toolbar > ul > li {
background-color: rgb(0 0 0 / 50%);
background-color: rgba(0, 0, 0, 50%);
border-radius: 50%;
cursor: pointer;
float: left;
Expand All @@ -252,7 +253,7 @@

.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
background-color: rgb(0 0 0 / 80%);
background-color: rgba(0, 0, 0, 80%);
}

.viewer-toolbar > ul > li:focus {
Expand Down Expand Up @@ -293,7 +294,7 @@
}

.viewer-tooltip {
background-color: rgb(0 0 0 / 80%);
background-color: rgba(0, 0, 0, 80%);
border-radius: 10px;
color: #fff;
display: none;
Expand Down Expand Up @@ -328,7 +329,7 @@
}

.viewer-button {
background-color: rgb(0 0 0 / 50%);
background-color: rgba(0, 0, 0, 50%);
border-radius: 50%;
cursor: pointer;
height: 80px;
Expand All @@ -342,7 +343,7 @@

.viewer-button:focus,
.viewer-button:hover {
background-color: rgb(0 0 0 / 80%);
background-color: rgba(0, 0, 0, 80%);
}

.viewer-button:focus {
Expand Down Expand Up @@ -373,7 +374,7 @@
}

.viewer-backdrop {
background-color: rgb(0 0 0 / 50%);
background-color: rgba(0, 0, 0, 50%);
}

.viewer-invisible {
Expand Down Expand Up @@ -421,8 +422,8 @@
.viewer-loading::after {
-webkit-animation: viewer-spinner 1s linear infinite;
animation: viewer-spinner 1s linear infinite;
border: 4px solid rgb(255 255 255 / 10%);
border-left-color: rgb(255 255 255 / 50%);
border: 4px solid rgba(255, 255, 255, 10%);
border-left-color: rgba(255, 255, 255, 50%);
border-radius: 50%;
content: "";
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions dist/viewer.esm.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Viewer.js v1.10.3
* Viewer.js v1.10.4
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-02-02T05:15:01.702Z
* Date: 2022-02-13T08:40:00.127Z
*/

function ownKeys(object, enumerableOnly) {
Expand Down
4 changes: 2 additions & 2 deletions dist/viewer.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Viewer.js v1.10.3
* Viewer.js v1.10.4
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-02-02T05:15:01.702Z
* Date: 2022-02-13T08:40:00.127Z
*/

(function (global, factory) {
Expand Down
6 changes: 3 additions & 3 deletions dist/viewer.min.css

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

4 changes: 2 additions & 2 deletions dist/viewer.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit adc7647

Please sign in to comment.