Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
4.0.1
Same as 4.0.0 without obsolete minified files
3.6.0
- Fix compatibility with newer versions of THREE.js
- Drop support of non-WebGL browsers
3.5.1
Bug fixes :
- #264 "Document not active" error on destroy
- #263 Correct pan, tilt, roll ranges
3.5.0
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
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
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
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
- #186 Canvas renderer not working
3.3.1
- #182 Remove postinstall script
- #88 Remove autoload option