Skip to content

Commit

Permalink
Release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed May 23, 2020
2 parents 848790c + 9d23a76 commit 744f7ff
Show file tree
Hide file tree
Showing 74 changed files with 1,917 additions and 177 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,18 @@
"exceptAfterSingleLine": true
}
],
"no-restricted-syntax": [
"error",
"ForInStatement",
"LabeledStatement",
"WithStatement"
],
"import/no-unresolved": [
"error",
{
"ignore": [
"^photo-sphere-viewer$",
"^photo-sphere-viewer\/plugins\/([a-z-]+)$"
"^photo-sphere-viewer\/dist\/plugins\/([a-z-]+)$"
]
}
]
Expand Down
20 changes: 10 additions & 10 deletions dist/photo-sphere-viewer.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/photo-sphere-viewer.css.map

Large diffs are not rendered by default.

21 changes: 14 additions & 7 deletions dist/photo-sphere-viewer.js

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

2 changes: 1 addition & 1 deletion dist/photo-sphere-viewer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugins/autorotate-keypoints.js

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

2 changes: 1 addition & 1 deletion dist/plugins/gyroscope.js

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

26 changes: 18 additions & 8 deletions dist/plugins/markers.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/plugins/markers.css.map

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

8 changes: 4 additions & 4 deletions dist/plugins/markers.js

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

2 changes: 1 addition & 1 deletion dist/plugins/markers.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 744f7ff

Please sign in to comment.