Skip to content

Commit

Permalink
Release 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jul 6, 2022
2 parents ad6c9f8 + ecc65b7 commit dc10f64
Show file tree
Hide file tree
Showing 64 changed files with 530 additions and 276 deletions.
9 changes: 0 additions & 9 deletions .github/CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Issues guidelines
**Issues guidelines**

- **Indicate your Photo-Sphere-Viewer, three.js and web browser versions**
- Please search in the [documentation](http://photo-sphere-viewer.js.org) before asking.
Expand Down
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**Merge request checklist**

- [ ] I read the [guidelines for contributing](https://github.com/mistic100/Photo-Sphere-Viewer/blob/master/.github/CONTRIBUTING.md)
- [ ] I created my branch from `dev` and I am issuing the PR to `dev`
- [ ] Unit tests are OK
- [ ] I created my branch from `dev` and I am issuing the PR to `dev`.
- [ ] All tests pass. If needed, new unit tests were added (only for utils).
- [ ] If needed, the [types](https://github.com/mistic100/Photo-Sphere-Viewer/tree/dev/types) have been updated.
- [ ] If needed, the [documentation](https://github.com/mistic100/Photo-Sphere-Viewer/tree/dev/docs) has been updated.
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ daysUntilStale: 7
daysUntilClose: 7
onlyLabels:
- invalid
- "info requested"
staleLabel: wontfix
markComment: >
This issue has been automatically marked as wontfix because not enough
Expand Down
2 changes: 1 addition & 1 deletion dist/adapters/cubemap-tiles.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/adapters/cubemap-video.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/adapters/cubemap.js

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

3 changes: 2 additions & 1 deletion dist/adapters/equirectangular-tiles.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { AbstractAdapter, Viewer } from 'photo-sphere-viewer';
import { PanoData, PanoDataProvider, AbstractAdapter, Viewer } from 'photo-sphere-viewer';

/**
* @summary Configuration of a tiled panorama
*/
type EquirectangularTilesPanorama = {
baseUrl?: string;
basePanoData?: PanoData | PanoDataProvider;
width: number;
cols: number;
rows: number;
Expand Down
5 changes: 3 additions & 2 deletions dist/adapters/equirectangular-tiles.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/adapters/equirectangular-tiles.js.map

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/adapters/equirectangular-video.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/adapters/equirectangular-video.js.map

Large diffs are not rendered by default.

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

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

1 change: 1 addition & 0 deletions dist/photo-sphere-viewer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ type ViewerOptions = {
moveSpeed?: number;
zoomSpeed?: number;
autorotateDelay?: number,
autorotateIdle?: boolean;
autorotateSpeed?: string | number;
autorotateLat?: number;
moveInertia?: boolean;
Expand Down
Loading

0 comments on commit dc10f64

Please sign in to comment.