Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jan 18, 2021
2 parents 1a9fbf0 + da2c14f commit 172e89d
Show file tree
Hide file tree
Showing 94 changed files with 1,002 additions and 801 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"prefer-destructuring": "off",
"prefer-template": "off",
"no-mixed-operators": "off",
"no-restricted-globals": "off",
"arrow-parens": [
"error",
"as-needed",
Expand Down
9 changes: 9 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
daysUntilStale: 7
daysUntilClose: 7
onlyLabels:
- invalid
staleLabel: wontfix
markComment: >
This issue has been automatically marked as wontfix because not enough
information was provided. It will be closed if no further activity occurs.
closeComment: false
2 changes: 1 addition & 1 deletion .jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"excludePattern": "PhotoSphereViewerCompat\\.js|data/constants\\.js"
"excludePattern": "PhotoSphereViewerCompat\\.js"
},
"opts": {
"recurse": true,
Expand Down
297 changes: 165 additions & 132 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.

Loading

0 comments on commit 172e89d

Please sign in to comment.