Skip to content

Releases: JeremyHeleine/Photo-Sphere-Viewer

Version 2.9

09 Sep 12:47
Compare
Choose a tag to compare
  • New zoom_speed option to change the zoom speed
  • Zoom can be changed by scrolling on the navigation bar button

Version 2.8

19 Dec 21:30
Compare
Choose a tag to compare

The sphere has now 100 segments and 100 rings. These numbers can be changed with the options segments and rings.

Version 2.7

05 Apr 18:59
Compare
Choose a tag to compare
  • 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

07 Mar 21:46
Compare
Choose a tag to compare
  • Smooth user moves
  • Overlay image
  • Cropped view can be defined by using FOVs

Version 2.5

21 Nov 09:53
Compare
Choose a tag to compare

New options:

  • cors_anonymous (boolean) to allow the use of CORS anonymously
  • allow_scroll_to_zoom (boolean) to allow the user to scroll to zoom
  • eyes_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

07 Sep 09:23
Compare
Choose a tag to compare

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

03 Sep 10:04
Compare
Choose a tag to compare

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

06 Aug 09:52
Compare
Choose a tag to compare

Fix a bug appearing in the navigation bar if box-sizing is not set to content-box.

Version 2.3

06 Aug 09:51
Compare
Choose a tag to compare
  • 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

16 Jul 11:44
Compare
Choose a tag to compare

Bug fixing: we can display several panoramas on a single page again!