Skip to content

Releases: mistic100/Photo-Sphere-Viewer

4.0.1

25 Apr 19:47
Compare
Choose a tag to compare

Same as 4.0.0 without obsolete minified files

4.0.0

25 Apr 19:17
Compare
Choose a tag to compare

Complete overhaul of the library, check out the migration guide

3.6.0

07 Mar 12:10
Compare
Choose a tag to compare
  • Fix compatibility with newer versions of THREE.js
  • Drop support of non-WebGL browsers

3.5.1

19 Jan 11:16
Compare
Choose a tag to compare

Bug fixes :

  • #264 "Document not active" error on destroy
  • #263 Correct pan, tilt, roll ranges

3.5.0

23 Dec 16:18
Compare
Choose a tag to compare

Breaking changes

  • Removed requestAnimationFrame polyfill
  • #222 Use native Promises instead of D.js, promise-polyfill is required for IE compatibility

Features

  • #234 Add zoom animation to animate and setPanorama
  • #251 setPanorama accepts a new sphere_correction

3.4.1

10 Sep 17:07
Compare
Choose a tag to compare

Features :

  • #216 Make keyboard keys configurable
  • #219 Add "touchmove_two_fingers" option

Bug fixes :

  • #214 click event on IE
  • #212 IE/Edge - Keyboard navigation not working correctly
  • #209 Hide Stereo button when fullscreen is not supported
  • Incorrect font in "please rotate your device" overlay

3.4.0

07 Jul 15:30
Compare
Choose a tag to compare

Features :

  • #122 Add VR support (requires StereoEffect.js and NoSleep.js)
  • #148 Allow cubemap transition
  • #202 Add with_credentials option
  • Add zoom_speed option
  • Replace the caption by a button on small screens
  • Hide zoom buttons on touch enabled devices

Technical :

  • Add an event loop for better render management (1b58d7c)

3.3.3

06 May 10:48
Compare
Choose a tag to compare

Features :

  • #184 add mousemove_hover option
  • #197 Allow camelCase for marker svgStyle

Bug fixes :

  • #119 unable to scroll content panel on mobile device
  • #105 #100 Improve gyroscope controls
  • #196 #189 not able to animate on "ready" event
  • #189 Prevent errors when forcing gyroscope on desktop
  • Fix blurry loader on high DPI

3.3.2

24 Mar 09:18
Compare
Choose a tag to compare
  • #186 Canvas renderer not working

3.3.1

07 Mar 17:55
Compare
Choose a tag to compare
  • #182 Remove postinstall script
  • #88 Remove autoload option