Releases: JeremyHeleine/Photo-Sphere-Viewer
Releases · JeremyHeleine/Photo-Sphere-Viewer
Version 2.9
- New
zoom_speed
option to change the zoom speed - Zoom can be changed by scrolling on the navigation bar button
Version 2.8
The sphere has now 100 segments and 100 rings. These numbers can be changed with the options segments
and rings
.
Version 2.7
- New:
rotate()
method to rotate the view - New: arrows keys can be used to navigate through the panorama in fullscreen mode
- Fix: XMP metadata as XML nodes are now supported
Version 2.6
- Smooth user moves
- Overlay image
- Cropped view can be defined by using FOVs
Version 2.5
New options:
cors_anonymous
(boolean) to allow the use of CORS anonymouslyallow_scroll_to_zoom
(boolean) to allow the user to scroll to zoomeyes_offset
(number) to set the eyes offset in VR mode
New public method:
getZoomLevel()
to retrieve the current zoom level
New action:
position-updated
triggered each time the position is updated
Version 2.4.1
Using '360deg' (or 2*Math.PI) as a value for max_longitude
is now allowed, without any problem (before, this value was changed into 0).
Version 2.4
New features:
- vertical animation control (speed and target),
- longitudes to show (to hide a part),
- panorama size (for cropped panoramas),
- show and retrieve coordinates,
- HTML loader.
Bugs fixed:
- fullscreen on IE,
box-sizing
on some websites.
Version 2.3.1
Fix a bug appearing in the navigation bar if box-sizing
is not set to content-box
.
Version 2.3
- Gyroscope support
- Virtual reality support
- Default position and maximum tilt angles can be given in degrees
- We can disable user interactions
Version 2.2.1
Bug fixing: we can display several panoramas on a single page again!