Skip to content

Releases: mistic100/Photo-Sphere-Viewer

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

3.3.0

04 Mar 21:14
Compare
Choose a tag to compare

Requires Three.js >= 0.85.0

Features :

  • Add polyline markers
  • #76 Add "scale" option to markers
  • #162 Add "select-marker-list" and "goto-maker-done" events
  • #136 Normalize mousewheel and add mousewheel_factor
  • #135 replace panorama_roll by sphere_correction

Bug fixes :

  • #165 MultiMaterial has been removed
  • #141 Zoom error when spamming button
  • #129 #152 Disable cache by default
  • #179 Incorrect fullscreen event on IE
  • #107 moving glitch when cliking outside viewer
  • #176 Add main property in package.json

3.2.4

02 Jan 17:04
Compare
Choose a tag to compare
  • Add "resize" method (#146)
  • Add "panorama_roll" option (#150)
  • Make AMD setup compatible with case sensitive filesystems (#140)
  • Fix warning button "markers" not found (#154)

3.2.3

04 Jun 07:44
Compare
Choose a tag to compare

Updated dependency : doT.js >=1.0.3

  • Fix fullscreen on every browser
  • Fix various IE11 issues
  • Add "over-marker" and "leave-marker" events
  • Add "dblclick" event and "dblclick" flag to "select-marker"
  • Hide image when changing panorama without transition
  • Add generated documentation (API documentation)

3.2.2

23 Oct 15:05
Compare
Choose a tag to compare
  • fix visible wireframe when webgl is not supported #65
  • Add "cache_texture" option to enable in-memory cache of textures #69
  • Fix markers can't be clicked with gyroscope #67
  • Fix glitch with close latitude ranges #75
  • fullscreen on the parent container #74
  • fix IE11 compatibility #77
  • publish to NPM