Releases: mistic100/Photo-Sphere-Viewer
Releases · mistic100/Photo-Sphere-Viewer
4.6.0
Features:
- equirectangular and cubemap video support with new VideoPlugin
- new
description
option to display HTML on the side panel, comes with a new button, new parameter onsetPanorama()
method and new parameter for virtual tour nodes
Bug fixes:
- #535 gyroscope plugin: smoother movement
- #654 stereo plugin: cannot dismiss "Please rotate your device" message
Breaking:
removed IE11 compatiblity code
4.5.3
Bug fixes:
- tiles adapter: crash on init
4.5.2
(I messed up this should have been a minor version and not a patch version...)
Bug fixes:
- glitch when switching panorama
- tiles adapters: broken display when switching panorama (#642)
Deprecated:
Animation
helper does not supportcatch
andfinally
, but is still a Thenable- markers plugin: remove
hideButton
andlistButton
options - virtual tour plugin: remove
listButton
option
Features:
- new
downloadUrl
option + hide download button when the panorama cannot be downloaded (cubemap, tiles, etc) - add
caption
tosetPanorama()
options - markers plugin: new
orientation
andopacity
options forimageLayer
markers (#646) - settings plugin: new
badge
option - resolution plugin: display current resolution as badge (can be disabled with
showBadge
) - virtual tour plugin: nicer 3D arrow model
- tiles adapters: support preload and transition (#646)
Documentation:
- SCSS variable reference
- Playground: add
imageLayer
markers
4.5.1
Bug fixes:
- tiles adapter: multiple errors when changing panorama (#639)
- autorotate keypoints plugin: was broken since 4.4.3
4.5.0
Breaking changes & deprecated:
- virtual tour plugin: getLinks() option is deprecated, instead make getNode() also return the node' links
x
/y
texture coordinates now takepanoData
pose andsphereCorrection
into account, old coordinates might become invalid
Features:
- new cubemap tiles adapter
- markers plugin : new
imageLayer
marker type, the image is embedded into the THREE.js scene - equirectangular adapter: new
resolution
option (#631) - equirectangular tiles adapter: new
resolution
option (#631)
Bug fixes:
- equirectangular tiles adapter: compatibility with
sphereCorrection
(#635)
4.4.3
Features:
- cubemap adapter: new
flipTopBottom
option - #622 virtual tour: add data to
node-changed
event (previous node, clicked link) - virtual tour: add automatic rotation when a link is clicked (
rotateSpeed
option) - #626 declaration order of plugins is not important anymore
Bug fixes:
- #618
fisheye
option not applied immediately when changed withsetOption()
- #623
panoData
not applied correctly withsetPanorama()
- #616 virtual tour: typo in types definition
- #619 compass: compatibility with move inertia
- #624 compass: compatibility with touch screen
- #627 visible range: compatibility with autorotate
4.4.2
Bug fixes:
- #611 fix loading cancellation when changing panorama
- #606 virtual tour: allow to change marker type
- #608 virtual tour: load error when switching nodes
- virtual tour: wrong cleanup of markers
- markers: wrong scaling for SVG markers
Features:
- #609 virtual tour: new button to display the nodes list
- #607 markers: new
scale
options - markers: options to hide the buttons
4.4.1
4.4.0
4.3.0
Breaking changes:
- Some configuration is required to display cubemaps, see Cubemap adapter
zoomButtonIncrement
andmousewheelSpeed
settings have been merged tozoomSpeed
ViewerCompat
has been removedsphereCorrection
evaluation order changed to pan/tilt/roll (sphereCorrectionReorder
has no effect)